Changeset 2564871
- Timestamp:
- 07/15/2021 08:00:22 AM (5 years ago)
- Location:
- easy-pricing-tables/trunk
- Files:
-
- 2 edited
-
pricing-table-plugin.php (modified) (5 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-pricing-tables/trunk/pricing-table-plugin.php
r2552468 r2564871 7 7 Domain Path: /languages 8 8 Author: Fatcat Apps 9 Version: 3.0. 49 Version: 3.0.5 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. 4' );24 define( 'PTP_PLUGIN_VER', '3.0.5' ); 25 25 } 26 26 … … 206 206 } 207 207 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 208 212 if ( $show_review_option && $show_review_option !== 'not-set' ){ 209 213 … … 212 216 echo '<div id="fca-ept-review-notice" class="notice notice-success is-dismissible" style="padding-bottom: 8px; padding-top: 8px;">'; 213 217 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> "; 215 219 echo "<a style='position: relative; top: 10px; left: 7px;' href='$postpone_url' >" . __( 'Maybe later', $plugin_name) . "</a> "; 216 220 echo "<a style='position: relative; top: 10px; left: 16px;' href='$forever_dismiss_url' >" . __( 'No thank you', $plugin_name) . "</a> "; … … 221 225 222 226 } 223 224 227 225 228 add_action( 'admin_notices', 'dh_ptp_admin_notices' ); -
easy-pricing-tables/trunk/readme.txt
r2552468 r2564871 7 7 Requires at least: 3.6 8 8 Tested up to: 5.7 9 Stable tag: 3.0. 49 Stable tag: 3.0.5 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.5 = 137 * Fixed bug in review request 138 136 139 = Easy Pricing Tables 3.0.4 = 137 140 * Fixed bug to access Settings page
Note: See TracChangeset
for help on using the changeset viewer.