Changeset 2253155
- Timestamp:
- 03/02/2020 06:49:03 PM (6 years ago)
- Location:
- 2j-slideshow
- Files:
-
- 1 added
- 2 edited
- 14 copied
-
tags/1.3.50 (added)
-
tags/1.3.50/2jslideshow.php (copied) (copied from 2j-slideshow/trunk/2jslideshow.php) (3 diffs)
-
tags/1.3.50/addons (copied) (copied from 2j-slideshow/trunk/addons)
-
tags/1.3.50/cmb2 (copied) (copied from 2j-slideshow/trunk/cmb2)
-
tags/1.3.50/cmb2/fields/gallery/cmb-field-gallery.php (copied) (copied from 2j-slideshow/trunk/cmb2/fields/gallery/cmb-field-gallery.php)
-
tags/1.3.50/cmb2/fields/gallery/js/gallery.lib.min.js (copied) (copied from 2j-slideshow/trunk/cmb2/fields/gallery/js/gallery.lib.min.js)
-
tags/1.3.50/cmb2/fields/gallery/js/script.min.js (copied) (copied from 2j-slideshow/trunk/cmb2/fields/gallery/js/script.min.js)
-
tags/1.3.50/css (copied) (copied from 2j-slideshow/trunk/css)
-
tags/1.3.50/inc (copied) (copied from 2j-slideshow/trunk/inc)
-
tags/1.3.50/inc/addons/setup/js/setup.js (copied) (copied from 2j-slideshow/trunk/inc/addons/setup/js/setup.js)
-
tags/1.3.50/inc/addons/setup/setup.class.php (copied) (copied from 2j-slideshow/trunk/inc/addons/setup/setup.class.php)
-
tags/1.3.50/js (copied) (copied from 2j-slideshow/trunk/js)
-
tags/1.3.50/js/slideshow.js (copied) (copied from 2j-slideshow/trunk/js/slideshow.js)
-
tags/1.3.50/languages (copied) (copied from 2j-slideshow/trunk/languages)
-
tags/1.3.50/readme.txt (copied) (copied from 2j-slideshow/trunk/readme.txt) (3 diffs)
-
trunk/2jslideshow.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
2j-slideshow/tags/1.3.50/2jslideshow.php
r2226530 r2253155 4 4 Plugin URI: http://2joomla.net/wordpress-plugins/2j-slideshow 5 5 Description: esponsive slideshow, easy and elegant customization. 6 Version: 1.3. 406 Version: 1.3.50 7 7 Author: 2J Slideshow Team 8 8 Author URI: http://2joomla.net/wordpress-plugins/2j-slideshow … … 15 15 if(!defined("ABSPATH"))exit; 16 16 17 define( 'TWOJ_SLIDESHOW', 1);17 define( 'TWOJ_SLIDESHOW', 0); 18 18 define( 'TWOJ_SLIDESHOW_DEBUG', 0); 19 define( 'TWOJ_SLIDESHOW_VERSION', '1.3. 40');19 define( 'TWOJ_SLIDESHOW_VERSION', '1.3.50'); 20 20 define( 'TWOJ_SLIDESHOW_PATH', plugin_dir_path( __FILE__ )); 21 21 … … 39 39 40 40 41 define('TWOJ_SLIDESHOW_MESSAGE', 1);41 define('TWOJ_SLIDESHOW_MESSAGE', 0); 42 42 43 43 define('TWOJ_SLIDESHOW_INCLUDES_PATH', TWOJ_SLIDESHOW_PATH.'inc/'); -
2j-slideshow/tags/1.3.50/readme.txt
r2226530 r2253155 5 5 Requires at least: 3.3 6 6 Tested up to: 5.3 7 Stable tag: 1.3. 407 Stable tag: 1.3.50 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 186 186 == Changelog == 187 187 188 = 1.3.50 = 189 * Fix of the media manager compatibility 190 188 191 = 1.3.33 = 189 192 * Code fix, media manager fix … … 439 442 == Upgrade Notice == 440 443 444 = 1.3.50 = 445 Fix of the media manager compatibility 446 441 447 = 1.3.33 = 442 448 Code fix, media manager fix -
2j-slideshow/trunk/2jslideshow.php
r2226530 r2253155 4 4 Plugin URI: http://2joomla.net/wordpress-plugins/2j-slideshow 5 5 Description: esponsive slideshow, easy and elegant customization. 6 Version: 1.3. 406 Version: 1.3.50 7 7 Author: 2J Slideshow Team 8 8 Author URI: http://2joomla.net/wordpress-plugins/2j-slideshow … … 15 15 if(!defined("ABSPATH"))exit; 16 16 17 define( 'TWOJ_SLIDESHOW', 1);17 define( 'TWOJ_SLIDESHOW', 0); 18 18 define( 'TWOJ_SLIDESHOW_DEBUG', 0); 19 define( 'TWOJ_SLIDESHOW_VERSION', '1.3. 40');19 define( 'TWOJ_SLIDESHOW_VERSION', '1.3.50'); 20 20 define( 'TWOJ_SLIDESHOW_PATH', plugin_dir_path( __FILE__ )); 21 21 … … 39 39 40 40 41 define('TWOJ_SLIDESHOW_MESSAGE', 1);41 define('TWOJ_SLIDESHOW_MESSAGE', 0); 42 42 43 43 define('TWOJ_SLIDESHOW_INCLUDES_PATH', TWOJ_SLIDESHOW_PATH.'inc/'); -
2j-slideshow/trunk/readme.txt
r2226530 r2253155 5 5 Requires at least: 3.3 6 6 Tested up to: 5.3 7 Stable tag: 1.3. 407 Stable tag: 1.3.50 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 186 186 == Changelog == 187 187 188 = 1.3.50 = 189 * Fix of the media manager compatibility 190 188 191 = 1.3.33 = 189 192 * Code fix, media manager fix … … 439 442 == Upgrade Notice == 440 443 444 = 1.3.50 = 445 Fix of the media manager compatibility 446 441 447 = 1.3.33 = 442 448 Code fix, media manager fix
Note: See TracChangeset
for help on using the changeset viewer.