Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require-dev": {
"a8cteam51/team51-configs": "dev-trunk",

"wp-coding-standards/wpcs": "^3.0",
"wp-coding-standards/wpcs": "3.1.*",
"phpcompatibility/phpcompatibility-wp": "*",

"roave/security-advisories": "dev-latest"
Expand All @@ -49,4 +49,4 @@
"phpstan/extension-installer": true
}
}
}
}
92 changes: 46 additions & 46 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wpcomsp-simple-events",
"version": "2.0.5",
"version": "2.0.6",
"description": "A simple Gutenberg-first event management plugin that integrates with WooCommerce Box Office.",
"author": {
"name": "WordPress.com Special Projects Team",
Expand Down Expand Up @@ -65,4 +65,4 @@
"dependencies": {
"ajv": "^8.17.1"
}
}
}
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Simple Events Plugin bootstrap file.
*
* @since 1.0.0
* @version 2.0.5
* @version 2.0.6
* @author WordPress.com Special Projects
* @license GPL-3.0-or-later
*
Expand All @@ -13,7 +13,7 @@
* Description: Event management frontend for WooCommerce Box Office.
* Requires at least: 6.2
* Tested up to: 6.4
* Version: 2.0.5
* Version: 2.0.6
* Requires PHP: 8.0
* Author: WordPress.com Special Projects
* Author URI: https://wpspecialprojects.wordpress.com
Expand Down