Skip to content

Commit 161cbec

Browse files
committed
Bump version to 2.0.0
1 parent c430da1 commit 161cbec

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

genesis-ads.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* @wordpress-plugin
1212
* Plugin Name: Advanced Ads – Genesis
13-
* Version: 1.1.0
13+
* Version: 2.0.0
1414
* Description: Place ads on various positions within Genesis themes
1515
* Plugin URI: https://wpadvancedads.com/add-ons/genesis/
1616
* Author: Advanced Ads
@@ -23,7 +23,6 @@
2323
* @requires
2424
* Requires at least: 5.7
2525
* Requires PHP: 7.4
26-
* Requires Plugins: advanced-ads
2726
*/
2827

2928
// Early bail!!
@@ -38,7 +37,7 @@
3837
}
3938

4039
define( 'AAG_FILE', __FILE__ );
41-
define( 'AAG_VERSION', '1.1.0' );
40+
define( 'AAG_VERSION', '2.0.0' );
4241

4342
// Load the autoloader.
4443
require_once __DIR__ . '/includes/class-autoloader.php';

readme.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: genesis, adsense, ads, ad, amazon, adverts, advertisement, banners, rotati
44
Requires at least: 5.7
55
Tested up to: 6.7
66
Requires PHP: 7.4
7-
Stable tag: 1.0.8
7+
Stable tag: 2.0.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -62,6 +62,10 @@ You can use Advanced Ads along any other ad management plugins like Ad Inserter
6262

6363
== Changelog ==
6464

65+
= 2.0.0 =
66+
- Feature: achieve full compatibility with Advanced Ads 2.0
67+
- Improvement: enhance performance and efficiency with new codebase
68+
6569
= 1.0.8 =
6670

6771
* Fix: update plugin description

0 commit comments

Comments
 (0)