Version Description
- SAFE UPDATE: No data loss for those upgrading from version 3.0 or higher
- Admin panel small bug fix
Download this release
Release Info
Developer | spwebguy |
Plugin | Responsive Pricing Table |
Version | 3.4.2 |
Comparing to | |
See all releases |
Code changes from version 3.4.1 to 3.4.2
- readme.txt +4 -0
- rpt.php +1 -10
readme.txt
CHANGED
@@ -72,6 +72,10 @@ The free version of the Responsive Pricing Table plugin is **not limited** and d
|
|
72 |
|
73 |
|
74 |
== Changelog ==
|
|
|
|
|
|
|
|
|
75 |
= 3.4.1 =
|
76 |
* SAFE UPDATE: No data loss for those upgrading from version 3.0 or higher
|
77 |
* Minor bug fix
|
72 |
|
73 |
|
74 |
== Changelog ==
|
75 |
+
= 3.4.2 =
|
76 |
+
* SAFE UPDATE: No data loss for those upgrading from version 3.0 or higher
|
77 |
+
* Admin panel small bug fix
|
78 |
+
|
79 |
= 3.4.1 =
|
80 |
* SAFE UPDATE: No data loss for those upgrading from version 3.0 or higher
|
81 |
* Minor bug fix
|
rpt.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Responsive Pricing Table
|
4 |
* Plugin URI: http://wpdarko.com/responsive-pricing-table/
|
5 |
* 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 support and information on the <a href="http://wpdarko.com/responsive-pricing-table/">plugin's page</a>. This free version is NOT limited and does not contain any ad. Check out the <a href='http://wpdarko.com/responsive-pricing-table-pro/'>PRO version</a> for more great features.
|
6 |
-
* Version: 3.4.
|
7 |
* Author: WP Darko
|
8 |
* Author URI: http://wpdarko.com
|
9 |
* License: GPL2
|
@@ -43,15 +43,6 @@ function create_rpt_pricing_table_type() {
|
|
43 |
'public' => true,
|
44 |
'has_archive' => false,
|
45 |
'hierarchical' => false,
|
46 |
-
'capabilities' => array(
|
47 |
-
'edit_post' => 'update_core',
|
48 |
-
'read_post' => 'update_core',
|
49 |
-
'delete_post' => 'update_core',
|
50 |
-
'edit_posts' => 'update_core',
|
51 |
-
'edit_others_posts' => 'update_core',
|
52 |
-
'publish_posts' => 'update_core',
|
53 |
-
'read_private_posts' => 'update_core'
|
54 |
-
),
|
55 |
'supports' => array( 'title' ),
|
56 |
'menu_icon' => 'dashicons-plus',
|
57 |
)
|
3 |
* Plugin Name: Responsive Pricing Table
|
4 |
* Plugin URI: http://wpdarko.com/responsive-pricing-table/
|
5 |
* 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 support and information on the <a href="http://wpdarko.com/responsive-pricing-table/">plugin's page</a>. This free version is NOT limited and does not contain any ad. Check out the <a href='http://wpdarko.com/responsive-pricing-table-pro/'>PRO version</a> for more great features.
|
6 |
+
* Version: 3.4.2
|
7 |
* Author: WP Darko
|
8 |
* Author URI: http://wpdarko.com
|
9 |
* License: GPL2
|
43 |
'public' => true,
|
44 |
'has_archive' => false,
|
45 |
'hierarchical' => false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
'supports' => array( 'title' ),
|
47 |
'menu_icon' => 'dashicons-plus',
|
48 |
)
|