Skip to content

Commit

Permalink
chore(release): 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandPhilippot committed May 1, 2021
1 parent 3898fdc commit 0467f4b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.2](https://github.com/armandphilippot/post-types-query-block/compare/v1.0.1...v1.0.2) (2021-05-01)


### Bug Fixes

* avoid loading a lot of JS by removing unnecessary dependencies ([3898fdc](https://github.com/armandphilippot/post-types-query-block/commit/3898fdc62f677661b8d6fdfbd51a0988b793a1fc))

### [1.0.1](https://github.com/armandphilippot/post-types-query-block/compare/v1.0.0...v1.0.1) (2021-04-23)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "post-types-query",
"version": "1.0.1",
"version": "1.0.2",
"description": "Display a list of posts based on (custom) post types.",
"author": "Armand Philippot",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions post-types-query.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Post Types Query Block
* Plugin URI: https://github.com/armandphilippot/post-types-query-block
* Description: Display a list of posts based on (custom) post types.
* Version: 1.0.1
* Version: 1.0.2
* Requires at least: 5.2
* Requires PHP: 7.2
* Author: Armand Philippot
Expand All @@ -37,7 +37,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'PTQBLOCK_VERSION', '1.0.1' );
define( 'PTQBLOCK_VERSION', '1.0.2' );

if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
require_once __DIR__ . '/vendor/autoload.php';
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: block
Requires at least: 5.2
Tested up to: 5.2
Requires PHP: 7.2
Stable tag: 1.0.1
Stable tag: 1.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 0467f4b

Please sign in to comment.