Skip to content

Commit b5dc33c

Browse files
committed
chore(release): 1.0.1 [skip ci]
##### [Version 1.0.1](v1.0.0...v1.0.1) (2020-07-21) - adds plugin code
1 parent a6bb368 commit b5dc33c

File tree

7 files changed

+22
-4
lines changed

7 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 1.0.1](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.0...v1.0.1) (2020-07-21)
2+
3+
- adds plugin code
4+
15
#### Version1.0.0 (2020-07-21)
26

37
Initial Release

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99

1010
## Changelog ##
1111

12+
##### [Version 1.0.1](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.0...v1.0.1) (2020-07-21)
13+
14+
- adds plugin code
15+
16+
17+
18+
1219
#### Version1.0.0 (2020-07-21)
1320

1421
Initial Release

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codeinwp/templates-patterns-collection",
33
"description": "Templates and Patterns Collection Plugin.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "project",
66
"license": "GPL-3.0-or-later",
77
"homepage": "https://github.com/Codeinwp/templates-patterns-collection",

includes/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Main {
1616
*
1717
* @var string Version string.
1818
*/
19-
const VERSION = '0.0.1';
19+
const VERSION = '1.0.1';
2020
/**
2121
* Sites Library API URL.
2222
*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "templates-patterns-collection",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "ThemeIsle Templates and Patterns Collection",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
99

1010
== Changelog ==
1111

12+
##### [Version 1.0.1](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.0...v1.0.1) (2020-07-21)
13+
14+
- adds plugin code
15+
16+
17+
18+
1219
#### Version1.0.0 (2020-07-21)
1320

1421
Initial Release

templates-patterns-collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Templates Patterns Collection
44
* Description: This plugin is an add-on to Neve WordPress theme which offers Templates and Block Patterns to be used with the theme.
5-
* Version: 0.0.1
5+
* Version: 1.0.1
66
* Author: ThemeIsle
77
* Author URI: https://themeisle.com
88
* License: GPLv3

0 commit comments

Comments
 (0)