Plugin Directory

Changeset 2552468


Ignore:
Timestamp:
06/23/2021 06:24:57 AM (5 years ago)
Author:
flippy101
Message:

Easy Pricing Tables 3.0.4

Location:
easy-pricing-tables/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easy-pricing-tables/trunk/pricing-table-plugin.php

    r2551828 r2552468  
    77    Domain Path: /languages
    88    Author: Fatcat Apps
    9     Version: 3.0.3
     9    Version: 3.0.4
    1010    Author URI: https://fatcatapps.com
    1111*/
     
    2222        define( 'PTP_PLUGIN_VER', '3.0.' . time() );
    2323    } else {
    24         define( 'PTP_PLUGIN_VER', '3.0.3' );
     24        define( 'PTP_PLUGIN_VER', '3.0.4' );
    2525    }
    2626
     
    156156        }
    157157
    158         if ( !$show_legacy_tables && $legacy_reminder ){
     158        if ( !dh_ptp_check_existing_install() && !$show_legacy_tables && $legacy_reminder ){
    159159            echo '<div id="fca-ept-legacy-notice" class="notice notice-info is-dismissible" style="padding-bottom: 8px; padding-top: 8px;">';
    160160                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  
    77Requires at least: 3.6
    88Tested up to: 5.7
    9 Stable tag: 3.0.3
     9Stable tag: 3.0.4
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    134134== Changelog ==
    135135
     136= Easy Pricing Tables 3.0.4 =
     137* Fixed bug to access Settings page
     138
    136139= Easy Pricing Tables 3.0.3 =
    137140* Add option to display legacy pricing tables in Pricing Tables Settings
Note: See TracChangeset for help on using the changeset viewer.