updates internal version to 1.1.0
This commit is contained in:
parent
0d7856a43d
commit
cfbb115fe0
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
-
|
||||
|
||||
## Release 1.1.0-beta
|
||||
## Release 1.1.0 December 1st 2021
|
||||
|
||||
** Enhancements **
|
||||
|
||||
|
|
@ -19,6 +19,7 @@
|
|||
** Fixes **
|
||||
|
||||
- Numerous accessibility updates throughout, including new semantic markup, color contrast changes, additional screen reader text, and updates to core Bootstrap components.
|
||||
- Fixes an issue with WPML flag icons not appearing in navigation.
|
||||
|
||||
## Release 1.0.1 October 7th 2021
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Understrap v1.1.0-beta (https://understrap.com)
|
||||
* Understrap v1.1.0 (https://understrap.com)
|
||||
* Copyright 2013-2021 The UnderStrap Authors (https://github.com/understrap/understrap/graphs/contributors)
|
||||
* Licensed under GPL (http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Understrap v1.1.0-beta (https://understrap.com)
|
||||
* Understrap v1.1.0 (https://understrap.com)
|
||||
* Copyright 2013-2021 The UnderStrap Authors (https://github.com/understrap/understrap/graphs/contributors)
|
||||
* Licensed under GPL (http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Understrap v1.1.0-beta (https://understrap.com)
|
||||
* Understrap v1.1.0 (https://understrap.com)
|
||||
* Copyright 2013-2021 The UnderStrap Authors (https://github.com/understrap/understrap/graphs/contributors)
|
||||
* Licensed under GPL (http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Understrap v1.1.0-beta (https://understrap.com)
|
||||
* Understrap v1.1.0 (https://understrap.com)
|
||||
* Copyright 2013-2021 The UnderStrap Authors (https://github.com/understrap/understrap/graphs/contributors)
|
||||
* Licensed under GPL (http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "1.1.0-beta",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "1.1.0-beta",
|
||||
"version": "1.1.0",
|
||||
"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.1.0-beta
|
||||
Version: 1.1.0
|
||||
Requires at least: 5.0
|
||||
Tested up to: 5.8.1
|
||||
Requires PHP: 5.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue