Changeset 2671837
- Timestamp:
- 02/03/2022 03:28:47 AM (4 years ago)
- Location:
- easy-pricing-tables/trunk
- Files:
-
- 3 edited
-
includes/settings.php (modified) (1 diff)
-
pricing-table-plugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-pricing-tables/trunk/includes/settings.php
r2551828 r2671837 7 7 global $submenu; 8 8 $submenu_list = $submenu['edit.php?post_type=easy-pricing-table']; 9 $position = count( $submenu_list ) -1;9 $position = empty( $submenu_list ) ? 3 : count( $submenu_list ) -1; 10 10 $existing_install = dh_ptp_check_existing_install(); 11 11 -
easy-pricing-tables/trunk/pricing-table-plugin.php
r2659797 r2671837 7 7 Domain Path: /languages 8 8 Author: Fatcat Apps 9 Version: 3.1. 59 Version: 3.1.6 10 10 Author URI: https://fatcatapps.com 11 11 */ … … 22 22 define( 'PTP_PLUGIN_VER', '3.1.' . time() ); 23 23 } else { 24 define( 'PTP_PLUGIN_VER', '3.1. 5' );24 define( 'PTP_PLUGIN_VER', '3.1.6' ); 25 25 } 26 26 -
easy-pricing-tables/trunk/readme.txt
r2659797 r2671837 7 7 Requires at least: 3.6 8 8 Tested up to: 5.9 9 Stable tag: 3.1. 59 Stable tag: 3.1.6 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 134 134 == Changelog == 135 135 136 = Easy Pricing Tables 3.1.6 = 137 * Fixed a bug on the settings page that caused an error for some users 138 136 139 = Easy Pricing Tables 3.1.5 = 137 140 * Added the option to add a custom function to allow more HTML tags to legacy pricing tables content
Note: See TracChangeset
for help on using the changeset viewer.