Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
##### [Version 1.0.1](v1.0.0...v1.0.1) (2020-07-21)

- adds plugin code
  • Loading branch information
pirate-bot committed Jul 21, 2020
1 parent a6bb368 commit b5dc33c
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### [Version 1.0.1](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.0...v1.0.1) (2020-07-21)

- adds plugin code

#### Version1.0.0 (2020-07-21)

Initial Release
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@

## Changelog ##

##### [Version 1.0.1](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.0...v1.0.1) (2020-07-21)

- adds plugin code




#### Version1.0.0 (2020-07-21)

Initial Release
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codeinwp/templates-patterns-collection",
"description": "Templates and Patterns Collection Plugin.",
"version": "1.0.0",
"version": "1.0.1",
"type": "project",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/Codeinwp/templates-patterns-collection",
Expand Down
2 changes: 1 addition & 1 deletion includes/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Main {
*
* @var string Version string.
*/
const VERSION = '0.0.1';
const VERSION = '1.0.1';
/**
* Sites Library API URL.
*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "templates-patterns-collection",
"version": "1.0.0",
"version": "1.0.1",
"description": "ThemeIsle Templates and Patterns Collection",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

== Changelog ==

##### [Version 1.0.1](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.0.0...v1.0.1) (2020-07-21)

- adds plugin code




#### Version1.0.0 (2020-07-21)

Initial Release
Expand Down
2 changes: 1 addition & 1 deletion templates-patterns-collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Templates Patterns Collection
* Description: This plugin is an add-on to Neve WordPress theme which offers Templates and Block Patterns to be used with the theme.
* Version: 0.0.1
* Version: 1.0.1
* Author: ThemeIsle
* Author URI: https://themeisle.com
* License: GPLv3
Expand Down

0 comments on commit b5dc33c

Please sign in to comment.