updates versions to 1.0.0
This commit is contained in:
parent
1b74e379fa
commit
aace6663f0
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Understrap v1.0.0beta (https://understrap.com)
|
||||
* Understrap v1.0.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)
|
||||
*/
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "1.0.0beta",
|
||||
"version": "1.0.0",
|
||||
"description": "WordPress Theme framework",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -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.0.0beta
|
||||
Version: 1.0.0
|
||||
Requires at least: 5.0
|
||||
Tested up to: 5.7.2
|
||||
Tested up to: 5.8
|
||||
Requires PHP: 5.2
|
||||
License: GNU General Public License v3 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
|
@ -25,6 +25,6 @@ WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/t
|
|||
*/
|
||||
|
||||
/*
|
||||
Do not modify the parent Understrap theme. Instead, download a copy of the Understrap Child starter theme and do all your development within the child theme.
|
||||
Do not modify the parent Understrap theme. Instead, download a copy of the Understrap Child starter theme and do all your development within the child theme.
|
||||
Full developer documentation: https://docs.understrap.com
|
||||
*/
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue