Changeset 1917503
- Timestamp:
- 07/31/2018 12:27:03 PM (8 years ago)
- Location:
- joomdev-wp-pros-cons/trunk
- Files:
-
- 3 edited
-
admin/joomdev-wpc-options.php (modified) (2 diffs)
-
joomdev-wp-pros-cons.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
joomdev-wp-pros-cons/trunk/admin/joomdev-wpc-options.php
r1869720 r1917503 615 615 shortcode_string_pros += '<li class="joomdev_wpc_pro_single">'+v+'</li>'; 616 616 }); 617 var shortcode_string_pros_list = '[joomdev-wpc-pros]< h4 class="section-title">Pros</h4><ul class="joomdev_wpc_pros_list">'+shortcode_string_pros+'</ul>[/joomdev-wpc-pros]';617 var shortcode_string_pros_list = '[joomdev-wpc-pros]<div class="section-title">Pros</div><ul class="joomdev_wpc_pros_list">'+shortcode_string_pros+'</ul>[/joomdev-wpc-pros]'; 618 618 619 619 var shortcode_string_cons = ''; … … 624 624 shortcode_string_cons += '<li class="joomdev_wpc_con_single">'+v+'</li>'; 625 625 }); 626 var shortcode_string_cons_list = '[joomdev-wpc-cons]< h4 class="section-title">Cons</h4><ul class="joomdev_wpc_cons_list">'+shortcode_string_cons+'</ul>[/joomdev-wpc-cons]';626 var shortcode_string_cons_list = '[joomdev-wpc-cons]<div class="section-title">Cons</div><ul class="joomdev_wpc_cons_list">'+shortcode_string_cons+'</ul>[/joomdev-wpc-cons]'; 627 627 628 628 var shortcode_string = '<br>[joomdev-wpc-pros-cons disable_title="'+disable_title+'" title="'+title+'" button_text="'+button_text+'" disable_button="'+disable_button+'" button_link="'+button_link+'" button_link_target="'+button_link_target+'" button_rel_attr="'+button_rel_attr+'"]'+shortcode_string_pros_list+shortcode_string_cons_list+'[/joomdev-wpc-pros-cons]<br>'; -
joomdev-wp-pros-cons/trunk/joomdev-wp-pros-cons.php
r1869723 r1917503 4 4 Plugin URI: https://joomdev.com/wordpress-plugins/wp-pros-cons 5 5 Description: This plugin provides you the shortcode to show pros/cons on any of the page. It will add a button to editor, which enables you the visual shortcode. 6 Version: 1.0. 66 Version: 1.0.7 7 7 Author: JoomDev 8 8 Author URI: https://joomdev.com -
joomdev-wp-pros-cons/trunk/readme.txt
r1869723 r1917503 4 4 Tags: WP Pros & Cons, Pros, Cons, Table, Pros & Cons table 5 5 Requires at least: 3.0 6 Tested up to: 4.9. 57 Stable tag: 1.0. 66 Tested up to: 4.9.7 7 Stable tag: 1.0.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 48 48 == Changelog == 49 = 1.0.7 = 50 - H4 Tag is replaced with Div Tag so Table heading and colum heading could not appears in TOC. 49 51 50 52 = 1.0.6 = … … 76 78 == Upgrade Notice == 77 79 80 = 1.0.7 = 81 - H4 Tag is replaced with Div Tag so Table heading and colum heading could not appears in TOC. 82 78 83 = 1.0.6 = 79 84 - Formatting issue Fixed
Note: See TracChangeset
for help on using the changeset viewer.