diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index cadb51de..7b677f36 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -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 diff --git a/js/theme-bootstrap4.js b/js/theme-bootstrap4.js index 3b244eed..6e31690f 100644 --- a/js/theme-bootstrap4.js +++ b/js/theme-bootstrap4.js @@ -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) */ diff --git a/js/theme-bootstrap4.min.js b/js/theme-bootstrap4.min.js index b1d699c7..cc35cffb 100644 --- a/js/theme-bootstrap4.min.js +++ b/js/theme-bootstrap4.min.js @@ -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) */ diff --git a/js/theme.js b/js/theme.js index ea330dfe..abd10050 100644 --- a/js/theme.js +++ b/js/theme.js @@ -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) */ diff --git a/js/theme.min.js b/js/theme.min.js index 846f70e1..ac94cfc4 100644 --- a/js/theme.min.js +++ b/js/theme.min.js @@ -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) */ diff --git a/package-lock.json b/package-lock.json index b52c491d..174c7985 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "1.1.0-beta", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 335e13ef..c245176a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "1.1.0-beta", + "version": "1.1.0", "description": "WordPress Theme framework", "main": "index.js", "scripts": { diff --git a/style.css b/style.css index 63c03843..39917298 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.1.0-beta +Version: 1.1.0 Requires at least: 5.0 Tested up to: 5.8.1 Requires PHP: 5.2