From 6eb180d4ac596e865e2e2ff84bd7fdd238056bd0 Mon Sep 17 00:00:00 2001 From: Brian Coords Date: Mon, 16 Oct 2023 06:43:40 -0700 Subject: [PATCH] updates theme version to 1.2.3-beta.1 --- .github/CHANGELOG.md | 21 +++++++++++++++++++++ js/theme-bootstrap4.js | 2 +- js/theme-bootstrap4.min.js | 2 +- js/theme.js | 2 +- js/theme.min.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- style.css | 2 +- 8 files changed, 29 insertions(+), 8 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 88e7e4cb..38679aa8 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -8,6 +8,27 @@ - +## Release 1.2.3-beta.1 October 16th 2023 + +** Enhancements ** + + - Add and update WooCommerce templates #2091 + - Improves readability of the sidebar templates #2071 + - Uses Babel to compile Bootstrap imports #2035 + - Adds Bootstrap container classes and max-widths to editor styles #2121 + - Add editor-color-palette-bootstrap4.json #2032 + +** Fixes ** + + - Fixes typos in the repository #2113 + - Fix typo in .gitignore to track .browserslistrc #2118 + - Fixes TinyMCE editor margins #2073 + - Bump Bootstrap from 5.2.2 to 5.2.3 & other dependencies #2010 + - Deprecate understrap_link_pages_args filter hook #1967 + - Add grouped version updates for dependabot #2130 + - Reduce code duplication by declaring copyDir() once #2129 + - Fix and update workflows #2127 + ## Release 1.2.2 January 16th 2023 ** Fixes ** diff --git a/js/theme-bootstrap4.js b/js/theme-bootstrap4.js index 8926eee1..c3a9b706 100644 --- a/js/theme-bootstrap4.js +++ b/js/theme-bootstrap4.js @@ -1,5 +1,5 @@ /*! - * Understrap v1.2.2 (https://understrap.com) + * Understrap v1.2.3-beta.1 (https://understrap.com) * Copyright 2013-2023 The Understrap Authors (https://github.com/understrap/understrap/graphs/contributors) * Licensed under GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0.html) */ diff --git a/js/theme-bootstrap4.min.js b/js/theme-bootstrap4.min.js index fab752ae..8e0b8fe3 100644 --- a/js/theme-bootstrap4.min.js +++ b/js/theme-bootstrap4.min.js @@ -1,5 +1,5 @@ /*! - * Understrap v1.2.2 (https://understrap.com) + * Understrap v1.2.3-beta.1 (https://understrap.com) * Copyright 2013-2023 The Understrap Authors (https://github.com/understrap/understrap/graphs/contributors) * Licensed under GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0.html) */ diff --git a/js/theme.js b/js/theme.js index 6ee308bd..a2d943df 100644 --- a/js/theme.js +++ b/js/theme.js @@ -1,5 +1,5 @@ /*! - * Understrap v1.2.2 (https://understrap.com) + * Understrap v1.2.3-beta.1 (https://understrap.com) * Copyright 2013-2023 The Understrap Authors (https://github.com/understrap/understrap/graphs/contributors) * Licensed under GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0.html) */ diff --git a/js/theme.min.js b/js/theme.min.js index 1defd132..88c1d664 100644 --- a/js/theme.min.js +++ b/js/theme.min.js @@ -1,5 +1,5 @@ /*! - * Understrap v1.2.2 (https://understrap.com) + * Understrap v1.2.3-beta.1 (https://understrap.com) * Copyright 2013-2023 The Understrap Authors (https://github.com/understrap/understrap/graphs/contributors) * Licensed under GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0.html) */ diff --git a/package-lock.json b/package-lock.json index a1c544e4..323a999a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "understrap", - "version": "1.2.2", + "version": "1.2.3-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "understrap", - "version": "1.2.2", + "version": "1.2.3-beta.1", "license": "GPL-3.0", "devDependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index ff3230fd..62628836 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "1.2.2", + "version": "1.2.3-beta.1", "description": "WordPress Theme framework", "main": "index.js", "scripts": { diff --git a/style.css b/style.css index 365a8f7a..1945f4cc 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Author: Howard Development & Consulting Author URI: https://howarddc.com GitHub Theme URI: https://github.com/understrap/understrap Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites. -Version: 1.2.2 +Version: 1.2.3-beta.1 Requires at least: 5.0 Tested up to: 6.1 Requires PHP: 5.2