File tree Expand file tree Collapse file tree 7 files changed +20
-11
lines changed
Expand file tree Collapse file tree 7 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 1111
1212# Directories
1313/.github export-ignore
14+ /.phpunit.cache export-ignore
1415/.wordpress-org export-ignore
1516/bin export-ignore
17+ /node_modules export-ignore
1618/tests export-ignore
19+ /vendor export-ignore
1720
1821# Files
1922/.editorconfig export-ignore
2023/.gitattributes export-ignore
2124/.gitignore export-ignore
2225/.phpcs.xml.dist export-ignore
2326/CHANGELOG.md export-ignore
27+ /clover.xml export-ignore
2428/composer.json export-ignore
29+ /composer.lock export-ignore
30+ /package.json export-ignore
31+ /package-lock.json export-ignore
2532/phpunit.xml.dist export-ignore
Original file line number Diff line number Diff line change 1414 - name : Checkout repository
1515 uses : actions/checkout@v4
1616
17- - name : Install Dependencies
18- run : npm install
19-
2017 - name : WordPress Plugin Deploy
2118 uses : 10up/action-wordpress-plugin-deploy@stable
2219 env :
Original file line number Diff line number Diff line change 11/.phpunit.cache
2+ /node_modules
3+ /vendor
4+
25/clover.xml
36/composer.lock
47/package-lock.json
5- /vendor
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ 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.1] - 2023-09-09
9+
10+ ### Changed
11+ - Cleanup package code
12+
813## [ 0.7.0] - 2023-09-09
914
1015This version requires WordPress 5.7 and PHP 7.4 as a minimum. There are no new features.
@@ -161,6 +166,7 @@ Bug fix release.
161166
162167Initial release.
163168
169+ [ 0.7.1 ] : https://github.com/Automattic/ad-code-manager/compare/0.7.0...0.7.1
164170[ 0.7.0 ] : https://github.com/Automattic/ad-code-manager/compare/0.6.0...0.7.0
165171[ 0.6.0 ] : https://github.com/Automattic/ad-code-manager/compare/0.5...0.6.0
166172[ 0.5 ] : https://github.com/Automattic/ad-code-manager/compare/0.4.1...0.5
Original file line number Diff line number Diff line change 11# Ad Code Manager
22
3- Stable tag: 0.7.0
3+ Stable tag: 0.7.1
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.7.0
14+ * Version: 0.7.1
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.7.0 ' ;
33+ const AD_CODE_MANAGER_VERSION = '0.7.1 ' ;
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.7.0 " ,
3+ "version" : " 0.7.1 " ,
44 "description" : " Easy ad code management." ,
55 "license" : " GPL-2.0-or-later" ,
66 "author" : " Automattic" ,
77 "repository" : " automattic/ad-code-manager" ,
88 "devDependencies" : {
9- "@actions/github" : " ^2" ,
10- "replace-in-file" : " ^5" ,
11- "semver" : " ^7" ,
129 "version-bump-prompt" : " ^6.1.0"
1310 },
1411 "scripts" : {
You can’t perform that action at this time.
0 commit comments