Skip to content

Commit 244b014

Browse files
committed
Version number changed
License key message changed
1 parent 1ebf7ce commit 244b014

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ads-for-wp.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Ads for WP
44
Plugin URI: https://wordpress.org/plugins/ads-for-wp/
55
Description: Ads for WP - The best Advertisement plugin in WordPress
6-
Version: 1.0
6+
Version: 1.0.2
77
Author: Ahmed Kaludi, Mohammed Kaludi
88
Author URI: https://ampforwp.com/
99
Donate link: https://www.paypal.me/Kaludi/25
@@ -20,7 +20,7 @@
2020

2121

2222
if ( ! defined( 'ADSFORWP_VERSION' ) ) {
23-
define( 'ADSFORWP_VERSION', '2.0' );
23+
define( 'ADSFORWP_VERSION', '1.0.2' );
2424
}
2525
// this is the URL our updater / license checker pings. This should be the URL of the site with EDD installed
2626
define( 'ADSFORWP_STORE_URL', 'https://accounts.ampforwp.com/' ); // you should use your own CONSTANT name, and be sure to replace it throughout this file
@@ -1246,6 +1246,6 @@ function ads_for_wp_plugin_updater() {
12461246
$selectedOption = get_option('redux_builder_amp',true);
12471247

12481248
if(empty($redux_builder_amp['amp-license']['ads-for-wp']['license'])){
1249-
echo "<tr class='active'><td>&nbsp;</td><td colspan='2'>Please enter the license key to get the <strong>latest features</strong> and <strong>stable updates</strong><strong><a href='".esc_url( self_admin_url( 'admin.php?page=amp_options&tab=2' ) )."'> here</a></strong></td></tr>";
1249+
echo "<tr class='active'><td>&nbsp;</td><td colspan='2'><a href='".esc_url( self_admin_url( 'admin.php?page=amp_options&tab=2' ) )."'>Please enter the license key</a> to get the <strong>latest features</strong> and <strong>stable updates</strong></td></tr>";
12501250
}
12511251
}, 10, 3 );

0 commit comments

Comments
 (0)