Changeset 1347519
- Timestamp:
- 02/10/2016 02:07:58 PM (10 years ago)
- Location:
- easy-bootstrap-shortcodes
- Files:
-
- 2 added
- 10 edited
-
tags/4.5/README.txt (modified) (2 diffs)
-
tags/4.5/js/osc-localize.js (added)
-
tags/4.5/osc_bootstrap_shortcode.php (modified) (1 diff)
-
tags/4.5/shortcode/functions.php (modified) (1 diff)
-
tags/4.5/shortcode/tables/tables_plugin.js (modified) (1 diff)
-
tags/4.5/shortcode/wpcolumns/wpcolumns_plugin.js (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/js/osc-localize.js (added)
-
trunk/osc_bootstrap_shortcode.php (modified) (1 diff)
-
trunk/shortcode/functions.php (modified) (1 diff)
-
trunk/shortcode/tables/tables_plugin.js (modified) (1 diff)
-
trunk/shortcode/wpcolumns/wpcolumns_plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-bootstrap-shortcodes/tags/4.5/README.txt
r1347025 r1347519 4 4 Tags: Wordpress Shortcodes, Wordpress Bootstrap, Wordpress Bootstrap Shortcode, Bootstrap, Responsive pages, Editor plugin, Bootstrap Shortcode, TinyMCE 5 5 Requires at least: 3.0 6 Tested up to: 4. 06 Tested up to: 4.4 7 7 Stable tag: 4.5 8 8 License: GPLv2 or later … … 151 151 152 152 153 = 4.5.3 = 154 155 * [Fixes] Resolved js localization issue, which show up after last update.. 156 157 153 158 = 4.5.2 = 154 159 -
easy-bootstrap-shortcodes/tags/4.5/osc_bootstrap_shortcode.php
r1347025 r1347519 5 5 Plugin URI: http://www.oscitasthemes.com 6 6 Description: Add bootstrap 3.0.3 styles to your theme by wordpress editor shortcode buttons. 7 Version: 4.5. 27 Version: 4.5.3 8 8 Author: oscitas 9 9 Author URI: http://www.oscitasthemes.com -
easy-bootstrap-shortcodes/tags/4.5/shortcode/functions.php
r1347025 r1347519 254 254 add_action( 'admin_enqueue_scripts', 'ebs_js_translation_assets' ); 255 255 function 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' ); 257 257 wp_localize_script( 'ebs-js-translation-scripts', 'ebsjstrans', array( 258 258 -
easy-bootstrap-shortcodes/tags/4.5/shortcode/tables/tables_plugin.js
r1255013 r1347519 52 52 </tr>\ 53 53 <tr>\ 54 <th><label for="oscitas-table-class">'+ebsjstrans.custo nclass+':</label></th>\54 <th><label for="oscitas-table-class">'+ebsjstrans.customclass+':</label></th>\ 55 55 <td><input type="text" name="line" id="oscitas-table-class" value=""/><br />\ 56 56 </td>\ -
easy-bootstrap-shortcodes/tags/4.5/shortcode/wpcolumns/wpcolumns_plugin.js
r1255013 r1347519 338 338 } 339 339 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]'; 341 341 } 342 342 -
easy-bootstrap-shortcodes/trunk/README.txt
r1347025 r1347519 4 4 Tags: Wordpress Shortcodes, Wordpress Bootstrap, Wordpress Bootstrap Shortcode, Bootstrap, Responsive pages, Editor plugin, Bootstrap Shortcode, TinyMCE 5 5 Requires at least: 3.0 6 Tested up to: 4. 06 Tested up to: 4.4 7 7 Stable tag: 4.5 8 8 License: GPLv2 or later … … 151 151 152 152 153 = 4.5.3 = 154 155 * [Fixes] Resolved js localization issue, which show up after last update.. 156 157 153 158 = 4.5.2 = 154 159 155 160 * [Fixes] Resolved the scripts 404 error, after making some changes :) in the solution provided by Baden. 156 161 * [Fixes] Fixed the image issue for dropdown button. 162 163 164 157 165 158 166 = 4.5.1 = -
easy-bootstrap-shortcodes/trunk/osc_bootstrap_shortcode.php
r1347025 r1347519 5 5 Plugin URI: http://www.oscitasthemes.com 6 6 Description: Add bootstrap 3.0.3 styles to your theme by wordpress editor shortcode buttons. 7 Version: 4.5. 27 Version: 4.5.3 8 8 Author: oscitas 9 9 Author URI: http://www.oscitasthemes.com -
easy-bootstrap-shortcodes/trunk/shortcode/functions.php
r1347025 r1347519 254 254 add_action( 'admin_enqueue_scripts', 'ebs_js_translation_assets' ); 255 255 function 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' ); 257 257 wp_localize_script( 'ebs-js-translation-scripts', 'ebsjstrans', array( 258 258 -
easy-bootstrap-shortcodes/trunk/shortcode/tables/tables_plugin.js
r1255013 r1347519 52 52 </tr>\ 53 53 <tr>\ 54 <th><label for="oscitas-table-class">'+ebsjstrans.custo nclass+':</label></th>\54 <th><label for="oscitas-table-class">'+ebsjstrans.customclass+':</label></th>\ 55 55 <td><input type="text" name="line" id="oscitas-table-class" value=""/><br />\ 56 56 </td>\ -
easy-bootstrap-shortcodes/trunk/shortcode/wpcolumns/wpcolumns_plugin.js
r1255013 r1347519 338 338 } 339 339 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]'; 341 341 } 342 342
Note: See TracChangeset
for help on using the changeset viewer.