updates theme version to 1.2.3-beta.1
This commit is contained in:
parent
092957423d
commit
6eb180d4ac
|
|
@ -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 **
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3-beta.1",
|
||||
"description": "WordPress Theme framework",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue