Version Bump
This commit is contained in:
parent
bbc2132638
commit
3f3fb4de97
4 changed files with 7 additions and 4 deletions
|
@ -12,6 +12,9 @@ Fontaine is a portfolio/profile theme designed for visual designers who apprecia
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.0.1 =
|
||||||
|
* Fontaine: Fix hardcoded links, changed theme URI, and fix textdomain errors (#7741)
|
||||||
|
|
||||||
= 1.0.0 =
|
= 1.0.0 =
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ Description: Fontaine is a portfolio/profile theme designed for visual designers
|
||||||
Requires at least: 6.0
|
Requires at least: 6.0
|
||||||
Tested up to: 6.5
|
Tested up to: 6.5
|
||||||
Requires PHP: 5.7
|
Requires PHP: 5.7
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
License: GNU General Public License v2 or later
|
License: GNU General Public License v2 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
Text Domain: fontaine
|
Text Domain: fontaine
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "themes",
|
"name": "themes",
|
||||||
"version": "1.0.516",
|
"version": "1.0.517",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "themes",
|
"name": "themes",
|
||||||
"version": "1.0.516",
|
"version": "1.0.517",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"*"
|
"*"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "themes",
|
"name": "themes",
|
||||||
"version": "1.0.516",
|
"version": "1.0.517",
|
||||||
"description": "Automattic public themes",
|
"description": "Automattic public themes",
|
||||||
"author": "automattic",
|
"author": "automattic",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
|
|
Loading…
Reference in a new issue