Skip to content

Commit

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

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.1.1](https://github.com/ArmandPhilippot/wp-graphql-gravatar/compare/v1.1.0...v1.1.1) (2021-12-06)

### Bug Fixes

- make the success notice temporary ([ab7625d](https://github.com/ArmandPhilippot/wp-graphql-gravatar/commit/ab7625de32b8d1897b283270ed36104ea9666e33))

## [1.1.0](https://github.com/ArmandPhilippot/wp-graphql-gravatar/compare/v1.0.1...v1.1.0) (2021-12-06)

### Features
Expand Down
4 changes: 2 additions & 2 deletions 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": "wp-graphql-gravatar",
"version": "1.1.0",
"version": "1.1.1",
"description": "Add a WP GraphQL field containing the Gravatar url of the comment author.",
"author": "Armand Philippot",
"license": "GPL-2.0-or-later",
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: plugin
Requires at least: 5.2
Tested up to: 5.2
Requires PHP: 7.2
Stable tag: 1.1.0
Stable tag: 1.1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions wp-graphql-gravatar.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Author URI: https://www.armandphilippot.com
* Text Domain: wpg-gravatar
* Domain Path: /languages
* Version: 1.1.0
* Version: 1.1.1
* Requires at least: 5.2
* Requires PHP: 7.3
*/
Expand All @@ -35,7 +35,7 @@
/*
* Currently plugin version.
*/
define( 'WP_GRAPHQL_GRAVATAR_VERSION', '1.1.0' );
define( 'WP_GRAPHQL_GRAVATAR_VERSION', '1.1.1' );

/**
* The code that runs during plugin activation.
Expand Down

0 comments on commit c7bbd2f

Please sign in to comment.