Skip to content

Commit 020ca32

Browse files
authored
Merge pull request #42 from a8cteam51/release/2.0.6
Release/2.0.6
2 parents 1ba581b + e3f8310 commit 020ca32

File tree

4 files changed

+52
-52
lines changed

4 files changed

+52
-52
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"require-dev": {
2525
"a8cteam51/team51-configs": "dev-trunk",
2626

27-
"wp-coding-standards/wpcs": "^3.0",
27+
"wp-coding-standards/wpcs": "3.1.*",
2828
"phpcompatibility/phpcompatibility-wp": "*",
2929

3030
"roave/security-advisories": "dev-latest"
@@ -49,4 +49,4 @@
4949
"phpstan/extension-installer": true
5050
}
5151
}
52-
}
52+
}

composer.lock

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wpcomsp-simple-events",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "A simple Gutenberg-first event management plugin that integrates with WooCommerce Box Office.",
55
"author": {
66
"name": "WordPress.com Special Projects Team",
@@ -65,4 +65,4 @@
6565
"dependencies": {
6666
"ajv": "^8.17.1"
6767
}
68-
}
68+
}

plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Simple Events Plugin bootstrap file.
44
*
55
* @since 1.0.0
6-
* @version 2.0.5
6+
* @version 2.0.6
77
* @author WordPress.com Special Projects
88
* @license GPL-3.0-or-later
99
*
@@ -13,7 +13,7 @@
1313
* Description: Event management frontend for WooCommerce Box Office.
1414
* Requires at least: 6.2
1515
* Tested up to: 6.4
16-
* Version: 2.0.5
16+
* Version: 2.0.6
1717
* Requires PHP: 8.0
1818
* Author: WordPress.com Special Projects
1919
* Author URI: https://wpspecialprojects.wordpress.com

0 commit comments

Comments
 (0)