Changeset 2552468
- Timestamp:
- 06/23/2021 06:24:57 AM (5 years ago)
- Location:
- easy-pricing-tables/trunk
- Files:
-
- 2 edited
-
pricing-table-plugin.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-pricing-tables/trunk/pricing-table-plugin.php
r2551828 r2552468 7 7 Domain Path: /languages 8 8 Author: Fatcat Apps 9 Version: 3.0. 39 Version: 3.0.4 10 10 Author URI: https://fatcatapps.com 11 11 */ … … 22 22 define( 'PTP_PLUGIN_VER', '3.0.' . time() ); 23 23 } else { 24 define( 'PTP_PLUGIN_VER', '3.0. 3' );24 define( 'PTP_PLUGIN_VER', '3.0.4' ); 25 25 } 26 26 … … 156 156 } 157 157 158 if ( ! $show_legacy_tables && $legacy_reminder ){158 if ( !dh_ptp_check_existing_install() && !$show_legacy_tables && $legacy_reminder ){ 159 159 echo '<div id="fca-ept-legacy-notice" class="notice notice-info is-dismissible" style="padding-bottom: 8px; padding-top: 8px;">'; 160 160 echo '<p>' . __( "We recommend using the visual interface to build your new pricing tables. Still prefer the legacy experience?", $plugin_name ) . "</p>" ; -
easy-pricing-tables/trunk/readme.txt
r2551828 r2552468 7 7 Requires at least: 3.6 8 8 Tested up to: 5.7 9 Stable tag: 3.0. 39 Stable tag: 3.0.4 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.0.4 = 137 * Fixed bug to access Settings page 138 136 139 = Easy Pricing Tables 3.0.3 = 137 140 * Add option to display legacy pricing tables in Pricing Tables Settings
Note: See TracChangeset
for help on using the changeset viewer.