File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed
Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.7.0] - 2023-09-09
9+
10+ This version requires WordPress 5.7 and PHP 7.4 as a minimum. There are no new features.
11+
12+ ### Changed
13+ - #165 Increase minimum WP and PHP supported versions.
14+ - #166 Improve spelling, punctuation, and grammar in comments and visible strings.
15+
16+ ### Maintenance
17+ - #164 Composer: Update to VIPCS 3.
18+ - #167 Add CHANGELOG.md
19+
820## [ 0.6.0] - 2022-03-21
921
1022This version requires WordPress 5.5 and PHP 7.1 as a minimum.
@@ -149,6 +161,7 @@ Bug fix release.
149161
150162Initial release.
151163
164+ [ 0.7.0 ] : https://github.com/Automattic/ad-code-manager/compare/0.6.0...0.7.0
152165[ 0.6.0 ] : https://github.com/Automattic/ad-code-manager/compare/0.5...0.6.0
153166[ 0.5 ] : https://github.com/Automattic/ad-code-manager/compare/0.4.1...0.5
154167[ 0.4.1 ] : https://github.com/Automattic/ad-code-manager/compare/0.4...0.4.1
Original file line number Diff line number Diff line change 11# Ad Code Manager
22
3- Stable tag: 0.6 .0
3+ Stable tag: 0.7 .0
44Requires at least: 5.7
55Tested up to: 5.9
66Requires PHP: 7.4
Original file line number Diff line number Diff line change 1111 * Plugin Name: Ad Code Manager
1212 * Plugin URI: https://wordpress.org/plugins/ad-code-manager/
1313 * Description: Easy ad code management.
14- * Version: 0.6 .0
14+ * Version: 0.7 .0
1515 * Author: Automattic and contributors
1616 * Author URI: https://github.com/Automattic/ad-code-manager/graphs/contributors
1717 * Text Domain: ad-code-manager
3030use Automattic \AdCodeManager \UI \Contextual_Help ;
3131use Automattic \AdCodeManager \UI \Plugin_Actions ;
3232
33- const AD_CODE_MANAGER_VERSION = '0.6 .0 ' ;
33+ const AD_CODE_MANAGER_VERSION = '0.7 .0 ' ;
3434const AD_CODE_MANAGER_FILE = __FILE__ ;
3535
3636require_once __DIR__ . '/src/class-acm-provider.php ' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " ad-code-manager" ,
3- "version" : " 0.6 .0" ,
3+ "version" : " 0.7 .0" ,
44 "description" : " Easy ad code management." ,
55 "license" : " GPL-2.0-or-later" ,
66 "author" : " Automattic" ,
You can’t perform that action at this time.
0 commit comments