From 9f7d3083a9314c69cd77fe9f88a228cc5016c31d Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Sat, 9 Sep 2023 13:43:40 +0100 Subject: [PATCH 1/2] 0.7.0 changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf3d54..9c73d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.0] - 2023-09-09 + +This version requires WordPress 5.7 and PHP 7.4 as a minimum. There are no new features. + +### Changed +- #165 Increase minimum WP and PHP supported versions. +- #166 Improve spelling, punctuation, and grammar in comments and visible strings. + +### Maintenance +- #164 Composer: Update to VIPCS 3. +- #167 Add CHANGELOG.md + ## [0.6.0] - 2022-03-21 This version requires WordPress 5.5 and PHP 7.1 as a minimum. @@ -149,6 +161,7 @@ Bug fix release. Initial release. +[0.7.0]: https://github.com/Automattic/ad-code-manager/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/Automattic/ad-code-manager/compare/0.5...0.6.0 [0.5]: https://github.com/Automattic/ad-code-manager/compare/0.4.1...0.5 [0.4.1]: https://github.com/Automattic/ad-code-manager/compare/0.4...0.4.1 From a9cbda01b6743c675299ca1751d7ffa64d48fd62 Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Sat, 9 Sep 2023 13:43:53 +0100 Subject: [PATCH 2/2] Version 0.7.0. --- README.md | 2 +- ad-code-manager.php | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 95288b8..7ca9200 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ad Code Manager -Stable tag: 0.6.0 +Stable tag: 0.7.0 Requires at least: 5.7 Tested up to: 5.9 Requires PHP: 7.4 diff --git a/ad-code-manager.php b/ad-code-manager.php index f694f10..e169219 100644 --- a/ad-code-manager.php +++ b/ad-code-manager.php @@ -11,7 +11,7 @@ * Plugin Name: Ad Code Manager * Plugin URI: https://wordpress.org/plugins/ad-code-manager/ * Description: Easy ad code management. - * Version: 0.6.0 + * Version: 0.7.0 * Author: Automattic and contributors * Author URI: https://github.com/Automattic/ad-code-manager/graphs/contributors * Text Domain: ad-code-manager @@ -30,7 +30,7 @@ use Automattic\AdCodeManager\UI\Contextual_Help; use Automattic\AdCodeManager\UI\Plugin_Actions; -const AD_CODE_MANAGER_VERSION = '0.6.0'; +const AD_CODE_MANAGER_VERSION = '0.7.0'; const AD_CODE_MANAGER_FILE = __FILE__; require_once __DIR__ . '/src/class-acm-provider.php'; diff --git a/package.json b/package.json index 1dda002..8600377 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ad-code-manager", - "version": "0.6.0", + "version": "0.7.0", "description": "Easy ad code management.", "license": "GPL-2.0-or-later", "author": "Automattic",