updates theme version to 1.2.3-beta.1

This commit is contained in:
Brian Coords 2023-10-16 06:43:40 -07:00
parent 092957423d
commit 6eb180d4ac
8 changed files with 29 additions and 8 deletions

21
.github/CHANGELOG.md vendored
View File

@ -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 ## Release 1.2.2 January 16th 2023
** Fixes ** ** Fixes **

View File

@ -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) * 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) * Licensed under GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0.html)
*/ */

View File

@ -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) * 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) * Licensed under GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0.html)
*/ */

View File

@ -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) * 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) * Licensed under GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0.html)
*/ */

2
js/theme.min.js vendored
View File

@ -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) * 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) * Licensed under GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0.html)
*/ */

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "understrap", "name": "understrap",
"version": "1.2.2", "version": "1.2.3-beta.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "understrap", "name": "understrap",
"version": "1.2.2", "version": "1.2.3-beta.1",
"license": "GPL-3.0", "license": "GPL-3.0",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.23.2", "@babel/core": "^7.23.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "understrap", "name": "understrap",
"version": "1.2.2", "version": "1.2.3-beta.1",
"description": "WordPress Theme framework", "description": "WordPress Theme framework",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -5,7 +5,7 @@ Author: Howard Development & Consulting
Author URI: https://howarddc.com Author URI: https://howarddc.com
GitHub Theme URI: https://github.com/understrap/understrap 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. 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 Requires at least: 5.0
Tested up to: 6.1 Tested up to: 6.1
Requires PHP: 5.2 Requires PHP: 5.2