Skip to content

Commit

Permalink
version bump 3.18.0 (#1782)
Browse files Browse the repository at this point in the history
Update version files with WordPress 6.5.4 upgrade.
  • Loading branch information
patheard authored Jun 7, 2024
1 parent 498e07a commit f743877
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.17.3
3.18.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "platform-mvp",
"type": "module",
"version": "3.17.3",
"version": "3.18.0",
"scripts": {
"update-version": "node ./scripts/prepare-release.js --version_num",
"tag-release": "node ./scripts/prepare-release.js --tag",
Expand Down
4 changes: 2 additions & 2 deletions wordpress/wp-content/plugins/cds-base/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: CDS-SNC Base
* Plugin URI: https://github.com/cds-snc/gc-articles
* Description: Custom Block setup and other overrides
* Version: 3.17.3
* Version: 3.18.0
* Update URI: false
* Author: CDS-SNC
* Text Domain: cds-snc
Expand All @@ -27,7 +27,7 @@
}

if (!defined('BASE_PLUGIN_NAME_VERSION')) {
define('BASE_PLUGIN_NAME_VERSION', '3.17.3');
define('BASE_PLUGIN_NAME_VERSION', '3.18.0');
}

if (is_multisite()) {
Expand Down
2 changes: 1 addition & 1 deletion wordpress/wp-content/plugins/cds-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cds-base",
"version": "3.17.3",
"version": "3.18.0",
"private": true,
"description": "CDS-SNC base plugin",
"author": "CDS-SNC",
Expand Down
2 changes: 1 addition & 1 deletion wordpress/wp-content/themes/cds-default/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// phpcs:disable
if (!defined('_S_VERSION')) {
// Replace the version number of the theme on each release.
define('_S_VERSION', '3.17.3');
define('_S_VERSION', '3.18.0');
}

if (!defined('THEME_NAMESPACE')) {
Expand Down
2 changes: 1 addition & 1 deletion wordpress/wp-content/themes/cds-default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Author: CDS
* Text Domain: cds-snc
* Domain Path: /languages
* Version: 3.17.3
* Version: 3.18.0
*/

/* Navs in general */
Expand Down

0 comments on commit f743877

Please sign in to comment.