Plugin Directory

Changeset 1347519


Ignore:
Timestamp:
02/10/2016 02:07:58 PM (10 years ago)
Author:
oscitas
Message:

4.5.3

  • [Fixes] Resolved js localization issue, which show up after last update..
Location:
easy-bootstrap-shortcodes
Files:
2 added
10 edited

Legend:

Unmodified
Added
Removed
  • easy-bootstrap-shortcodes/tags/4.5/README.txt

    r1347025 r1347519  
    44Tags: Wordpress Shortcodes, Wordpress Bootstrap, Wordpress Bootstrap Shortcode, Bootstrap, Responsive pages, Editor plugin, Bootstrap Shortcode, TinyMCE
    55Requires at least: 3.0
    6 Tested up to: 4.0
     6Tested up to: 4.4
    77Stable tag: 4.5
    88License: GPLv2 or later
     
    151151
    152152
     153= 4.5.3 =
     154
     155* [Fixes] Resolved js localization issue, which show up after last update..
     156
     157
    153158= 4.5.2 =
    154159
  • easy-bootstrap-shortcodes/tags/4.5/osc_bootstrap_shortcode.php

    r1347025 r1347519  
    55  Plugin URI: http://www.oscitasthemes.com
    66  Description: Add bootstrap 3.0.3 styles to your theme by wordpress editor shortcode buttons.
    7   Version: 4.5.2
     7  Version: 4.5.3
    88  Author: oscitas
    99  Author URI: http://www.oscitasthemes.com
  • easy-bootstrap-shortcodes/tags/4.5/shortcode/functions.php

    r1347025 r1347519  
    254254add_action( 'admin_enqueue_scripts', 'ebs_js_translation_assets' );
    255255function ebs_js_translation_assets($hook) {
    256     //wp_enqueue_script( 'ebs-js-translation-scripts', plugin_dir_url( __FILE__ ) . 'scripts' );
     256    wp_enqueue_script( 'ebs-js-translation-scripts', plugin_dir_url( __FILE__ ) . '/js/osc-localize.js' );
    257257    wp_localize_script( 'ebs-js-translation-scripts', 'ebsjstrans', array(
    258258
  • easy-bootstrap-shortcodes/tags/4.5/shortcode/tables/tables_plugin.js

    r1255013 r1347519  
    5252            </tr>\
    5353                        <tr>\
    54                 <th><label for="oscitas-table-class">'+ebsjstrans.custonclass+':</label></th>\
     54                <th><label for="oscitas-table-class">'+ebsjstrans.customclass+':</label></th>\
    5555                <td><input type="text" name="line" id="oscitas-table-class" value=""/><br />\
    5656                </td>\
  • easy-bootstrap-shortcodes/tags/4.5/shortcode/wpcolumns/wpcolumns_plugin.js

    r1255013 r1347519  
    338338            }
    339339
    340             shortcode += '<br/>['+$ebs_prefix+'column lg="'+a_lg[i]+'"'+md+sm+xs+mdoff+smoff+xsoff+lgoff+mdhide+smhide+xshide+lghide+mdclear+smclear+xsclear+lgclear+' ]<br/>ebsjstrans.text<br/>[/'+$ebs_prefix+'column]';
     340            shortcode += '<br/>['+$ebs_prefix+'column lg="'+a_lg[i]+'"'+md+sm+xs+mdoff+smoff+xsoff+lgoff+mdhide+smhide+xshide+lghide+mdclear+smclear+xsclear+lgclear+' ]<br/>'+ebsjstrans.text+'<br/>[/'+$ebs_prefix+'column]';
    341341        }
    342342
  • easy-bootstrap-shortcodes/trunk/README.txt

    r1347025 r1347519  
    44Tags: Wordpress Shortcodes, Wordpress Bootstrap, Wordpress Bootstrap Shortcode, Bootstrap, Responsive pages, Editor plugin, Bootstrap Shortcode, TinyMCE
    55Requires at least: 3.0
    6 Tested up to: 4.0
     6Tested up to: 4.4
    77Stable tag: 4.5
    88License: GPLv2 or later
     
    151151
    152152
     153= 4.5.3 =
     154
     155* [Fixes] Resolved js localization issue, which show up after last update..
     156
     157
    153158= 4.5.2 =
    154159
    155160* [Fixes] Resolved the scripts 404 error, after making some changes :) in the solution provided by Baden.
    156161* [Fixes] Fixed the image issue for dropdown button.
     162
     163
     164
    157165
    158166= 4.5.1 =
  • easy-bootstrap-shortcodes/trunk/osc_bootstrap_shortcode.php

    r1347025 r1347519  
    55  Plugin URI: http://www.oscitasthemes.com
    66  Description: Add bootstrap 3.0.3 styles to your theme by wordpress editor shortcode buttons.
    7   Version: 4.5.2
     7  Version: 4.5.3
    88  Author: oscitas
    99  Author URI: http://www.oscitasthemes.com
  • easy-bootstrap-shortcodes/trunk/shortcode/functions.php

    r1347025 r1347519  
    254254add_action( 'admin_enqueue_scripts', 'ebs_js_translation_assets' );
    255255function ebs_js_translation_assets($hook) {
    256     //wp_enqueue_script( 'ebs-js-translation-scripts', plugin_dir_url( __FILE__ ) . 'scripts' );
     256    wp_enqueue_script( 'ebs-js-translation-scripts', plugin_dir_url( __FILE__ ) . '/js/osc-localize.js' );
    257257    wp_localize_script( 'ebs-js-translation-scripts', 'ebsjstrans', array(
    258258
  • easy-bootstrap-shortcodes/trunk/shortcode/tables/tables_plugin.js

    r1255013 r1347519  
    5252            </tr>\
    5353                        <tr>\
    54                 <th><label for="oscitas-table-class">'+ebsjstrans.custonclass+':</label></th>\
     54                <th><label for="oscitas-table-class">'+ebsjstrans.customclass+':</label></th>\
    5555                <td><input type="text" name="line" id="oscitas-table-class" value=""/><br />\
    5656                </td>\
  • easy-bootstrap-shortcodes/trunk/shortcode/wpcolumns/wpcolumns_plugin.js

    r1255013 r1347519  
    338338            }
    339339
    340             shortcode += '<br/>['+$ebs_prefix+'column lg="'+a_lg[i]+'"'+md+sm+xs+mdoff+smoff+xsoff+lgoff+mdhide+smhide+xshide+lghide+mdclear+smclear+xsclear+lgclear+' ]<br/>ebsjstrans.text<br/>[/'+$ebs_prefix+'column]';
     340            shortcode += '<br/>['+$ebs_prefix+'column lg="'+a_lg[i]+'"'+md+sm+xs+mdoff+smoff+xsoff+lgoff+mdhide+smhide+xshide+lghide+mdclear+smclear+xsclear+lgclear+' ]<br/>'+ebsjstrans.text+'<br/>[/'+$ebs_prefix+'column]';
    341341        }
    342342
Note: See TracChangeset for help on using the changeset viewer.