adds 1.2.0-beta1 tag and runs styles

This commit is contained in:
Brian Coords 2022-10-05 10:05:45 -07:00
parent b3e22b042a
commit 20ff5eff2c
20 changed files with 49 additions and 21 deletions

28
.github/CHANGELOG.md vendored
View File

@ -8,6 +8,34 @@
-
## Release 1.2.0-beta1 October 5th 2022
** Enhancements **
- Updates Bootstrap 5.1.3 to Bootstrap 5.2.0
- Updates Bootstrap 4.6.1 to Bootstrap 4.6.2
- Updates WooCommerce Templates
- Adds a new 'Full Width Landing Page' page template
- Imports more Bootstrap utility classes into the block editor
- HTML comments have been cleaned up and/or moved into PHP when appropriate
- Enhancements to multiple theme template tags
- Developers: PHP linting and testing has been overhauled
- Developers: Removes the need for jQuery for sites running Bootstrap 5 (doesn't remove jQuery itself, though)
** Fixes **
- Fixes issues with flags not showing up in the navigation for WPML and Polylang users
- Fixes styles for the select tag in the Categories and Archives widgets and block widgets
- Fixes styles for the search block widget
- Fixes styles for pagination
- Fixes block editor buttons on hover
- Fixes skip to content link for Bootstrap 5
- Fixes the offfcanvas close icon that was hidden behind the admin bar
- Fixes issues with the Customizer preview
- Fixes the category transient flush
- Accessibility: aria role fixes for the carousel and footer widgets area
## Release 1.1.0 December 1st 2021
** Enhancements **

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*!
* Understrap v1.1.0 (https://understrap.com)
* Understrap v1.2.0-beta1 (https://understrap.com)
* Copyright 2013-2022 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)
*/

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*!
* Understrap v1.1.0 (https://understrap.com)
* Understrap v1.2.0-beta1 (https://understrap.com)
* Copyright 2013-2022 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)
*/

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*!
* Understrap v1.1.0 (https://understrap.com)
* Understrap v1.2.0-beta1 (https://understrap.com)
* Copyright 2013-2022 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)
*/

File diff suppressed because one or more lines are too long

2
js/theme.min.js vendored
View File

@ -1,5 +1,5 @@
/*!
* Understrap v1.1.0 (https://understrap.com)
* Understrap v1.2.0-beta1 (https://understrap.com)
* Copyright 2013-2022 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)
*/

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "understrap",
"version": "1.1.0",
"version": "1.2.0-beta1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "understrap",
"version": "1.1.0",
"version": "1.2.0-beta1",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.19.3",

View File

@ -1,6 +1,6 @@
{
"name": "understrap",
"version": "1.1.0",
"version": "1.2.0-beta1",
"description": "WordPress Theme framework",
"main": "index.js",
"scripts": {

View File

@ -5,9 +5,9 @@ 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
Version: 1.2.0-beta1
Requires at least: 5.0
Tested up to: 5.8.1
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html