Plugin Directory

Changeset 2564871


Ignore:
Timestamp:
07/15/2021 08:00:22 AM (5 years ago)
Author:
flippy101
Message:

Easy Pricing Tables 3.0.5

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

Legend:

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

    r2552468 r2564871  
    77    Domain Path: /languages
    88    Author: Fatcat Apps
    9     Version: 3.0.4
     9    Version: 3.0.5
    1010    Author URI: https://fatcatapps.com
    1111*/
     
    2222        define( 'PTP_PLUGIN_VER', '3.0.' . time() );
    2323    } else {
    24         define( 'PTP_PLUGIN_VER', '3.0.4' );
     24        define( 'PTP_PLUGIN_VER', '3.0.5' );
    2525    }
    2626
     
    206206        }
    207207
     208        $leave_review = add_query_arg( 'dh_ptp_leave_review', true );
     209        $postpone_url = add_query_arg( 'dh_ptp_postpone_review_notice', true );
     210        $forever_dismiss_url = add_query_arg( 'dh_ptp_forever_dismiss_notice', true );
     211
    208212        if ( $show_review_option && $show_review_option !== 'not-set' ){
    209213
     
    212216            echo '<div id="fca-ept-review-notice" class="notice notice-success is-dismissible" style="padding-bottom: 8px; padding-top: 8px;">';
    213217                echo '<p>' . __( "Hi! You've been using Easy Pricing Tables Free for a while now, so who better to ask for a review than you? Would you please mind leaving us one? It really helps us a lot!", $plugin_name ) . '</p>';
    214                 echo "<a href='$review_url' class='button button-primary' style='margin-top: 2px;'>" . __( 'Leave review', $plugin_name) . "</a> ";
     218                echo "<a href='$leave_review' class='button button-primary' style='margin-top: 2px;'>" . __( 'Leave review', $plugin_name) . "</a> ";
    215219                echo "<a style='position: relative; top: 10px; left: 7px;' href='$postpone_url' >" . __( 'Maybe later', $plugin_name) . "</a> ";
    216220                echo "<a style='position: relative; top: 10px; left: 16px;' href='$forever_dismiss_url' >" . __( 'No thank you', $plugin_name) . "</a> ";
     
    221225
    222226    }
    223 
    224227
    225228    add_action( 'admin_notices', 'dh_ptp_admin_notices' );
  • easy-pricing-tables/trunk/readme.txt

    r2552468 r2564871  
    77Requires at least: 3.6
    88Tested up to: 5.7
    9 Stable tag: 3.0.4
     9Stable tag: 3.0.5
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    134134== Changelog ==
    135135
     136= Easy Pricing Tables 3.0.5 =
     137* Fixed bug in review request
     138
    136139= Easy Pricing Tables 3.0.4 =
    137140* Fixed bug to access Settings page
Note: See TracChangeset for help on using the changeset viewer.