Plugin Directory

Changeset 984103


Ignore:
Timestamp:
09/08/2014 08:02:15 AM (12 years ago)
Author:
oscitas
Message:

Wordpress 4.0 ready

Location:
easy-wp-parallax-slider
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • easy-wp-parallax-slider/tags/2.0.0/easy-parallax-slider.php

    r912250 r984103  
    44  Plugin URI: http://www.oscitasthemes.com
    55  Description: Easy Parallax Slider provides layered slider feature.
    6   Version: 2.0.0
     6  Version: 2.1.0
    77  Author: oscitas
    88  Author URI: http://www.oscitasthemes.com
     
    1010*/
    1111
    12 define('EPS_VERSION', '2.0.0');
     12define('EPS_VERSION', '2.1.0');
    1313define('EPS_BASE_URL', plugins_url('',__FILE__));
    1414define('EPS_ASSETS_URL', EPS_BASE_URL . '/assets/');
     
    6161            if($this->eps_get_current_post_type()!='eps-slider'){
    6262                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);
    6464            }
    6565        }
  • easy-wp-parallax-slider/tags/2.0.0/readme.txt

    r949121 r984103  
    1414
    1515>For plugin support go to [http://support.oscitasthemes.com](http://support.oscitasthemes.com)
     16> Wordpress 4.0 Ready
    1617
    1718As 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.
     
    7475
    7576== Changelog ==
     77
     78
     79
     80
     81= 2.1.0 =
     82
     83* [Update] Wordpress 4.0 ready.
    7684
    7785
  • easy-wp-parallax-slider/trunk/easy-parallax-slider.php

    r912250 r984103  
    44  Plugin URI: http://www.oscitasthemes.com
    55  Description: Easy Parallax Slider provides layered slider feature.
    6   Version: 2.0.0
     6  Version: 2.1.0
    77  Author: oscitas
    88  Author URI: http://www.oscitasthemes.com
     
    1010*/
    1111
    12 define('EPS_VERSION', '2.0.0');
     12define('EPS_VERSION', '2.1.0');
    1313define('EPS_BASE_URL', plugins_url('',__FILE__));
    1414define('EPS_ASSETS_URL', EPS_BASE_URL . '/assets/');
     
    6161            if($this->eps_get_current_post_type()!='eps-slider'){
    6262                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);
    6464            }
    6565        }
  • easy-wp-parallax-slider/trunk/readme.txt

    r949121 r984103  
    1414
    1515>For plugin support go to [http://support.oscitasthemes.com](http://support.oscitasthemes.com)
     16> Wordpress 4.0 Ready
    1617
    1718As 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.
     
    7475
    7576== Changelog ==
     77
     78
     79
     80
     81= 2.1.0 =
     82
     83* [Update] Wordpress 4.0 ready.
    7684
    7785
Note: See TracChangeset for help on using the changeset viewer.