Responsive Pricing Table - Version 5.1.5

Version Description

  • Added better support for HTML in features
Download this release

Release Info

Developer spwebguy
Plugin Icon 128x128 Responsive Pricing Table
Version 5.1.5
Comparing to
See all releases

Code changes from version 5.1.3 to 5.1.5

inc/img/image_7432.png ADDED
Binary file
inc/img/image_7433.png ADDED
Binary file
inc/rpt-metaboxes-pro.php CHANGED
@@ -19,7 +19,7 @@ function dmb_rpts_pro_display() { ?>
19
 
20
  <div class="dmb_side_block">
21
  <div class="dmb_side_block_title">
22
- <span class="dashicons dashicons-yes" style="color:#81c240;"></span> <strong>Price toggle <span style="font-size: 9px; font-weight: 600; color: #0073AA; position: relative; top: -4px;">[NEW]</span></strong> : Display variable prices (e.g. monthly/yearly).
23
  </div>
24
  <div class="dmb_side_block_title">
25
  <span class="dashicons dashicons-yes" style="color:#81c240;"></span> <strong>Skins/designs</strong>: Choose from different visual layouts.
19
 
20
  <div class="dmb_side_block">
21
  <div class="dmb_side_block_title">
22
+ <span class="dashicons dashicons-yes" style="color:#81c240;"></span> <strong>Price toggle <span style="font-size: 9px; font-weight: 600; color: #0073AA; position: relative; top: -4px;">[NEW]</span></strong> : Display variable prices (monthly/yearly).
23
  </div>
24
  <div class="dmb_side_block_title">
25
  <span class="dashicons dashicons-yes" style="color:#81c240;"></span> <strong>Skins/designs</strong>: Choose from different visual layouts.
inc/rpt-shortcode.php CHANGED
@@ -174,7 +174,7 @@ function rpt_sc($atts) {
174
  $stringAr = array_filter($stringAr, 'trim');
175
 
176
  foreach ($stringAr as $feature) {
177
- $features[] = strip_tags($feature,'<strong></strong><br><br/></br><img><a>');
178
  }
179
 
180
  foreach ($features as $small_key => $feature){
174
  $stringAr = array_filter($stringAr, 'trim');
175
 
176
  foreach ($stringAr as $feature) {
177
+ $features[] = strip_tags($feature,'<strong></strong><br><br/></br><img><a></a><i></i><span></span>');
178
  }
179
 
180
  foreach ($features as $small_key => $feature){
readme.txt CHANGED
@@ -93,6 +93,12 @@ Find help on [our support platform](https://help.wpdarko.com/en) for this plugin
93
  5. Finding the shortcode (admin view)
94
 
95
  == Changelog ==
 
 
 
 
 
 
96
  = 5.1.3 =
97
  * Updated docs & support
98
  * Updated feature list
93
  5. Finding the shortcode (admin view)
94
 
95
  == Changelog ==
96
+ = 5.1.5 =
97
+ * Added better support for HTML in features
98
+
99
+ = 5.1.4 =
100
+ * Added support for Font-Awesome icons
101
+
102
  = 5.1.3 =
103
  * Updated docs & support
104
  * Updated feature list
rpt.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Responsive Pricing Table
5
  * Plugin URI: https://wpdarko.com/items/responsive-pricing-table-pro/
6
  * Description: A responsive, easy and elegant way to present your offer to your visitors. Just create a new pricing table (custom type) and copy-paste the shortcode into your posts/pages. Find help and information on our <a href="https://help.wpdarko.com/en">support site</a>. This free version is NOT limited and does not contain any ad. Check out the <a href='https://wpdarko.com/items/responsive-pricing-table-pro/'>PRO version</a> for more great features.
7
- * Version: 5.1.3
8
  * Author: WP Darko
9
  * Author URI: https://wpdarko.com
10
  * Text Domain: dk-pricr-responsive-pricing-table
@@ -19,7 +19,7 @@ define( 'RPT_PATH', plugin_dir_path( __FILE__ ) );
19
  define( 'RPT_TXTDM', 'dk-pricr-responsive-pricing-table' );
20
 
21
  /* Defines plugin's version. */
22
- define( 'RPT_VER', '5.1.3' );
23
 
24
 
25
  /* General. */
4
  * Plugin Name: Responsive Pricing Table
5
  * Plugin URI: https://wpdarko.com/items/responsive-pricing-table-pro/
6
  * Description: A responsive, easy and elegant way to present your offer to your visitors. Just create a new pricing table (custom type) and copy-paste the shortcode into your posts/pages. Find help and information on our <a href="https://help.wpdarko.com/en">support site</a>. This free version is NOT limited and does not contain any ad. Check out the <a href='https://wpdarko.com/items/responsive-pricing-table-pro/'>PRO version</a> for more great features.
7
+ * Version: 5.1.5
8
  * Author: WP Darko
9
  * Author URI: https://wpdarko.com
10
  * Text Domain: dk-pricr-responsive-pricing-table
19
  define( 'RPT_TXTDM', 'dk-pricr-responsive-pricing-table' );
20
 
21
  /* Defines plugin's version. */
22
+ define( 'RPT_VER', '5.1.5' );
23
 
24
 
25
  /* General. */