Changeset 984103
- Timestamp:
- 09/08/2014 08:02:15 AM (12 years ago)
- Location:
- easy-wp-parallax-slider
- Files:
-
- 4 edited
-
tags/2.0.0/easy-parallax-slider.php (modified) (3 diffs)
-
tags/2.0.0/readme.txt (modified) (2 diffs)
-
trunk/easy-parallax-slider.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-wp-parallax-slider/tags/2.0.0/easy-parallax-slider.php
r912250 r984103 4 4 Plugin URI: http://www.oscitasthemes.com 5 5 Description: Easy Parallax Slider provides layered slider feature. 6 Version: 2. 0.06 Version: 2.1.0 7 7 Author: oscitas 8 8 Author URI: http://www.oscitasthemes.com … … 10 10 */ 11 11 12 define('EPS_VERSION', '2. 0.0');12 define('EPS_VERSION', '2.1.0'); 13 13 define('EPS_BASE_URL', plugins_url('',__FILE__)); 14 14 define('EPS_ASSETS_URL', EPS_BASE_URL . '/assets/'); … … 61 61 if($this->eps_get_current_post_type()!='eps-slider'){ 62 62 add_filter("mce_external_plugins", array($this,"osc_add_eps_plugin")); 63 add_filter('mce_buttons', array($this,'osc_register_eps_editor_button') );63 add_filter('mce_buttons', array($this,'osc_register_eps_editor_button'),2654.276); 64 64 } 65 65 } -
easy-wp-parallax-slider/tags/2.0.0/readme.txt
r949121 r984103 14 14 15 15 >For plugin support go to [http://support.oscitasthemes.com](http://support.oscitasthemes.com) 16 > Wordpress 4.0 Ready 16 17 17 18 As the name describes, Easy Wordpress Parallax Slider is most easy parallax slider using CSS3 and jQuery. You can create unlimited parallex slider with different settings for each slider, it support the shortcode so you can show this anywhere using the shortcode. … … 74 75 75 76 == Changelog == 77 78 79 80 81 = 2.1.0 = 82 83 * [Update] Wordpress 4.0 ready. 76 84 77 85 -
easy-wp-parallax-slider/trunk/easy-parallax-slider.php
r912250 r984103 4 4 Plugin URI: http://www.oscitasthemes.com 5 5 Description: Easy Parallax Slider provides layered slider feature. 6 Version: 2. 0.06 Version: 2.1.0 7 7 Author: oscitas 8 8 Author URI: http://www.oscitasthemes.com … … 10 10 */ 11 11 12 define('EPS_VERSION', '2. 0.0');12 define('EPS_VERSION', '2.1.0'); 13 13 define('EPS_BASE_URL', plugins_url('',__FILE__)); 14 14 define('EPS_ASSETS_URL', EPS_BASE_URL . '/assets/'); … … 61 61 if($this->eps_get_current_post_type()!='eps-slider'){ 62 62 add_filter("mce_external_plugins", array($this,"osc_add_eps_plugin")); 63 add_filter('mce_buttons', array($this,'osc_register_eps_editor_button') );63 add_filter('mce_buttons', array($this,'osc_register_eps_editor_button'),2654.276); 64 64 } 65 65 } -
easy-wp-parallax-slider/trunk/readme.txt
r949121 r984103 14 14 15 15 >For plugin support go to [http://support.oscitasthemes.com](http://support.oscitasthemes.com) 16 > Wordpress 4.0 Ready 16 17 17 18 As the name describes, Easy Wordpress Parallax Slider is most easy parallax slider using CSS3 and jQuery. You can create unlimited parallex slider with different settings for each slider, it support the shortcode so you can show this anywhere using the shortcode. … … 74 75 75 76 == Changelog == 77 78 79 80 81 = 2.1.0 = 82 83 * [Update] Wordpress 4.0 ready. 76 84 77 85
Note: See TracChangeset
for help on using the changeset viewer.