Plugin Directory

Changeset 2230182


Ignore:
Timestamp:
01/20/2020 10:05:21 AM (6 years ago)
Author:
llister
Message:

Updating new version

Location:
wonka-slide/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wonka-slide/trunk/README.txt

    r1862423 r2230182  
    55Tags: slider, wonkasoft, featured images, images, shortcode, customizable
    66Requires at least: 3.0.1
    7 Tested up to: 4.9.5
     7Tested up to: 5.3.2
    88Requires PHP: 7.0+
    99Stable tag: 1.3.2
     
    3636== Changelog ==
    3737
     38= 1.3.3 =
     39* Tested with WordPress 5.3.2 and code refactoring
     40
    3841= 1.3.2 =
    3942* Updated Admin Menu for all Wonkasoft Plugins to be in one place.
  • wonka-slide/trunk/wonka-slide.php

    r1862423 r2230182  
    1414 * Plugin URI:        https://wonkasoft.com/wonka-slide
    1515 * Description:       Wonka Slide is a plugin that was built to run a lean Slider that is made up of the Posts featured images.
    16  * Version:           1.3.2
     16 * Version:           1.3.3
    1717 * Author:            Wonkasoft
    1818 * Author URI:        https://wonkasoft.com
     
    3636define( 'WONKA_SLIDE_NAME', plugin_basename(dirname(__FILE__)) );
    3737define( 'WONKA_SLIDE_BASENAME', plugin_basename(__FILE__) );
    38 define( 'WONKA_SLIDE_VERSION', '1.3.2' );
     38define( 'WONKA_SLIDE_VERSION', '1.3.3' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.