Plugin Directory

Changeset 984147


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

Wordpress 4.0 ready

Location:
easy-responsive-tabs
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • easy-responsive-tabs/tags/2.2/README.txt

    r970419 r984147  
    1414>For plugin support go to [http://support.oscitasthemes.com](http://support.oscitasthemes.com)
    1515
    16 >Wordpress 3.9 ready
     16>Wordpress 4.0 ready
    1717
    1818Easy Responsive Tabs is bootstrap 3.0 compatible plugin which add icons to wordpress editor (tinyMCE Shortcode Buttons) and one can add bootstrap style responsive tabs to their website just by clicking on tinyMCE  editor icon.
     
    7070
    7171== Changelog ==
     72
     73= 3.0 =
     74
     75* [Update] Wordpress 4.0 ready.
    7276
    7377= 2.8 =
  • easy-responsive-tabs/tags/2.2/easy_res_tab.php

    r970419 r984147  
    9999
    100100    public function osc_add_ert_plugin($plugin_array) {
    101         add_filter('mce_buttons_3', array( $this,'osc_register_ert_button'));
     101        add_filter('mce_buttons', array( $this,'osc_register_ert_button'),903.498);
    102102        $plugin_array['oscitasrestabs']=plugins_url('/assets/js/tabs_plugin.js', __FILE__);
    103103        return $plugin_array;
  • easy-responsive-tabs/trunk/README.txt

    r970419 r984147  
    1414>For plugin support go to [http://support.oscitasthemes.com](http://support.oscitasthemes.com)
    1515
    16 >Wordpress 3.9 ready
     16>Wordpress 4.0 ready
    1717
    1818Easy Responsive Tabs is bootstrap 3.0 compatible plugin which add icons to wordpress editor (tinyMCE Shortcode Buttons) and one can add bootstrap style responsive tabs to their website just by clicking on tinyMCE  editor icon.
     
    7070
    7171== Changelog ==
     72
     73= 3.0 =
     74
     75* [Update] Wordpress 4.0 ready.
    7276
    7377= 2.8 =
  • easy-responsive-tabs/trunk/easy_res_tab.php

    r970419 r984147  
    9999
    100100    public function osc_add_ert_plugin($plugin_array) {
    101         add_filter('mce_buttons_3', array( $this,'osc_register_ert_button'));
     101        add_filter('mce_buttons', array( $this,'osc_register_ert_button'),903.498);
    102102        $plugin_array['oscitasrestabs']=plugins_url('/assets/js/tabs_plugin.js', __FILE__);
    103103        return $plugin_array;
Note: See TracChangeset for help on using the changeset viewer.