updates version and changelog to 1.2.4
This commit is contained in:
parent
c18d0c21fa
commit
3e10a85a1a
|
|
@ -8,6 +8,15 @@
|
||||||
|
|
||||||
-
|
-
|
||||||
|
|
||||||
|
## Release 1.2.4 April 1st 2024
|
||||||
|
|
||||||
|
** Fixes **
|
||||||
|
|
||||||
|
- Woocommerce templates #2189
|
||||||
|
- Translations #2002
|
||||||
|
- WooCommerce input fields #2089
|
||||||
|
- Updates build process dependencies
|
||||||
|
|
||||||
## Release 1.2.3 March 18th 2024
|
## Release 1.2.3 March 18th 2024
|
||||||
|
|
||||||
** Enhancements **
|
** Enhancements **
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* Understrap v1.2.3 (https://understrap.com)
|
* Understrap v1.2.4 (https://understrap.com)
|
||||||
* Copyright 2013-2024 The Understrap Authors (https://github.com/understrap/understrap/graphs/contributors)
|
* Copyright 2013-2024 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)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* Understrap v1.2.3 (https://understrap.com)
|
* Understrap v1.2.4 (https://understrap.com)
|
||||||
* Copyright 2013-2024 The Understrap Authors (https://github.com/understrap/understrap/graphs/contributors)
|
* Copyright 2013-2024 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)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* Understrap v1.2.3 (https://understrap.com)
|
* Understrap v1.2.4 (https://understrap.com)
|
||||||
* Copyright 2013-2024 The Understrap Authors (https://github.com/understrap/understrap/graphs/contributors)
|
* Copyright 2013-2024 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)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* Understrap v1.2.3 (https://understrap.com)
|
* Understrap v1.2.4 (https://understrap.com)
|
||||||
* Copyright 2013-2024 The Understrap Authors (https://github.com/understrap/understrap/graphs/contributors)
|
* Copyright 2013-2024 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)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "understrap",
|
"name": "understrap",
|
||||||
"version": "1.2.3",
|
"version": "1.2.4",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "understrap",
|
"name": "understrap",
|
||||||
"version": "1.2.3",
|
"version": "1.2.4",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.24.3",
|
"@babel/core": "^7.24.3",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "understrap",
|
"name": "understrap",
|
||||||
"version": "1.2.3",
|
"version": "1.2.4",
|
||||||
"description": "WordPress Theme framework",
|
"description": "WordPress Theme framework",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -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.3
|
Version: 1.2.4
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue