Plugin Directory

Changeset 1917503


Ignore:
Timestamp:
07/31/2018 12:27:03 PM (8 years ago)
Author:
joomdev
Message:

1.0.7

  • H4 Tag is replaced with Div Tag so Table heading and colum heading could not appears in TOC.
Location:
joomdev-wp-pros-cons/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • joomdev-wp-pros-cons/trunk/admin/joomdev-wpc-options.php

    r1869720 r1917503  
    615615                        shortcode_string_pros += '<li class="joomdev_wpc_pro_single">'+v+'</li>';
    616616                    });
    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]';
    618618
    619619                    var shortcode_string_cons = '';
     
    624624                        shortcode_string_cons += '<li class="joomdev_wpc_con_single">'+v+'</li>';
    625625                    });
    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]';
    627627
    628628                    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  
    44    Plugin URI: https://joomdev.com/wordpress-plugins/wp-pros-cons
    55    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.6
     6    Version: 1.0.7
    77    Author: JoomDev
    88    Author URI: https://joomdev.com
  • joomdev-wp-pros-cons/trunk/readme.txt

    r1869723 r1917503  
    44Tags: WP Pros & Cons, Pros, Cons, Table, Pros & Cons table
    55Requires at least: 3.0
    6 Tested up to: 4.9.5
    7 Stable tag: 1.0.6
     6Tested up to: 4.9.7
     7Stable tag: 1.0.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747
    4848== Changelog ==
     49= 1.0.7 =
     50- H4 Tag is replaced with Div Tag so Table heading and colum heading could not appears in TOC.
    4951
    5052= 1.0.6 =
     
    7678== Upgrade Notice ==
    7779
     80= 1.0.7 =
     81- H4 Tag is replaced with Div Tag so Table heading and colum heading could not appears in TOC.
     82
    7883= 1.0.6 =
    7984- Formatting issue Fixed
Note: See TracChangeset for help on using the changeset viewer.