Plugin Directory

Changeset 2253155


Ignore:
Timestamp:
03/02/2020 06:49:03 PM (6 years ago)
Author:
2J-Slideshow
Message:

1.3.50 - Fix of the media manager compatibility

Location:
2j-slideshow
Files:
1 added
2 edited
14 copied

Legend:

Unmodified
Added
Removed
  • 2j-slideshow/tags/1.3.50/2jslideshow.php

    r2226530 r2253155  
    44Plugin URI: http://2joomla.net/wordpress-plugins/2j-slideshow
    55Description: esponsive slideshow, easy and elegant customization.
    6 Version:           1.3.40
     6Version:           1.3.50
    77Author:            2J Slideshow Team
    88Author URI:        http://2joomla.net/wordpress-plugins/2j-slideshow
     
    1515if(!defined("ABSPATH"))exit;
    1616
    17 define( 'TWOJ_SLIDESHOW',           1);
     17define( 'TWOJ_SLIDESHOW',           0);
    1818define( 'TWOJ_SLIDESHOW_DEBUG',     0);
    19 define( 'TWOJ_SLIDESHOW_VERSION',   '1.3.40');
     19define( 'TWOJ_SLIDESHOW_VERSION',   '1.3.50');
    2020define( 'TWOJ_SLIDESHOW_PATH',      plugin_dir_path( __FILE__ ));
    2121
     
    3939
    4040
    41 define('TWOJ_SLIDESHOW_MESSAGE', 1);
     41define('TWOJ_SLIDESHOW_MESSAGE', 0);
    4242
    4343define('TWOJ_SLIDESHOW_INCLUDES_PATH',  TWOJ_SLIDESHOW_PATH.'inc/');
  • 2j-slideshow/tags/1.3.50/readme.txt

    r2226530 r2253155  
    55Requires at least: 3.3
    66Tested up to: 5.3
    7 Stable tag: 1.3.40
     7Stable tag: 1.3.50
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    186186== Changelog ==
    187187
     188= 1.3.50 =
     189*   Fix of the media manager compatibility
     190
    188191= 1.3.33 =
    189192*   Code fix, media manager fix
     
    439442== Upgrade Notice ==
    440443
     444= 1.3.50 =
     445Fix of the media manager compatibility
     446
    441447= 1.3.33 =
    442448Code fix, media manager fix
  • 2j-slideshow/trunk/2jslideshow.php

    r2226530 r2253155  
    44Plugin URI: http://2joomla.net/wordpress-plugins/2j-slideshow
    55Description: esponsive slideshow, easy and elegant customization.
    6 Version:           1.3.40
     6Version:           1.3.50
    77Author:            2J Slideshow Team
    88Author URI:        http://2joomla.net/wordpress-plugins/2j-slideshow
     
    1515if(!defined("ABSPATH"))exit;
    1616
    17 define( 'TWOJ_SLIDESHOW',           1);
     17define( 'TWOJ_SLIDESHOW',           0);
    1818define( 'TWOJ_SLIDESHOW_DEBUG',     0);
    19 define( 'TWOJ_SLIDESHOW_VERSION',   '1.3.40');
     19define( 'TWOJ_SLIDESHOW_VERSION',   '1.3.50');
    2020define( 'TWOJ_SLIDESHOW_PATH',      plugin_dir_path( __FILE__ ));
    2121
     
    3939
    4040
    41 define('TWOJ_SLIDESHOW_MESSAGE', 1);
     41define('TWOJ_SLIDESHOW_MESSAGE', 0);
    4242
    4343define('TWOJ_SLIDESHOW_INCLUDES_PATH',  TWOJ_SLIDESHOW_PATH.'inc/');
  • 2j-slideshow/trunk/readme.txt

    r2226530 r2253155  
    55Requires at least: 3.3
    66Tested up to: 5.3
    7 Stable tag: 1.3.40
     7Stable tag: 1.3.50
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    186186== Changelog ==
    187187
     188= 1.3.50 =
     189*   Fix of the media manager compatibility
     190
    188191= 1.3.33 =
    189192*   Code fix, media manager fix
     
    439442== Upgrade Notice ==
    440443
     444= 1.3.50 =
     445Fix of the media manager compatibility
     446
    441447= 1.3.33 =
    442448Code fix, media manager fix
Note: See TracChangeset for help on using the changeset viewer.