Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Bump 3.8.0 #1132

Merged
merged 1 commit into from Nov 24, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.7.6
3.8.0
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "platform-mvp",
"type": "module",
"version": "3.7.6",
"version": "3.8.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
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.7.6
* Version: 3.8.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.7.6');
define('BASE_PLUGIN_NAME_VERSION', '3.8.0');
}

if (is_multisite()) {
Expand Down
2 changes: 1 addition & 1 deletion wordpress/wp-content/plugins/cds-base/package.json
@@ -1,6 +1,6 @@
{
"name": "cds-base",
"version": "3.7.6",
"version": "3.8.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
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.7.6');
define('_S_VERSION', '3.8.0');
}

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

/* Navs in general */
Expand Down