Changeset 2230182
- Timestamp:
- 01/20/2020 10:05:21 AM (6 years ago)
- Location:
- wonka-slide/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
wonka-slide.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wonka-slide/trunk/README.txt
r1862423 r2230182 5 5 Tags: slider, wonkasoft, featured images, images, shortcode, customizable 6 6 Requires at least: 3.0.1 7 Tested up to: 4.9.57 Tested up to: 5.3.2 8 8 Requires PHP: 7.0+ 9 9 Stable tag: 1.3.2 … … 36 36 == Changelog == 37 37 38 = 1.3.3 = 39 * Tested with WordPress 5.3.2 and code refactoring 40 38 41 = 1.3.2 = 39 42 * Updated Admin Menu for all Wonkasoft Plugins to be in one place. -
wonka-slide/trunk/wonka-slide.php
r1862423 r2230182 14 14 * Plugin URI: https://wonkasoft.com/wonka-slide 15 15 * 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. 216 * Version: 1.3.3 17 17 * Author: Wonkasoft 18 18 * Author URI: https://wonkasoft.com … … 36 36 define( 'WONKA_SLIDE_NAME', plugin_basename(dirname(__FILE__)) ); 37 37 define( 'WONKA_SLIDE_BASENAME', plugin_basename(__FILE__) ); 38 define( 'WONKA_SLIDE_VERSION', '1.3. 2' );38 define( 'WONKA_SLIDE_VERSION', '1.3.3' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.