Skip to content

Commit

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

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

### Features

- add an admin interface to define plugin options ([855cdaa](https://github.com/ArmandPhilippot/wp-graphql-gravatar/commit/855cdaa00f1751b6e28985d77c1291bcd43ea157))
- use user settings to query gravatar ([98911e6](https://github.com/ArmandPhilippot/wp-graphql-gravatar/commit/98911e6c7f657deae3f93177616d392d5c4cf621))

### Bug Fixes

- display error notice if WP GraphQL is not installed/activated ([ae94d34](https://github.com/ArmandPhilippot/wp-graphql-gravatar/commit/ae94d34b14cd49696bcbabc6099419bee1018eca))

### [1.0.1](https://github.com/ArmandPhilippot/wp-graphql-gravatar/compare/v1.0.0...v1.0.1) (2021-12-05)

### Bug Fixes
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.0.1",
"version": "1.1.0",
"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.0.1
Stable tag: 1.1.0
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.0.1
* Version: 1.1.0
* Requires at least: 5.2
* Requires PHP: 7.3
*/
Expand All @@ -35,7 +35,7 @@
/*
* Currently plugin version.
*/
define( 'WP_GRAPHQL_GRAVATAR_VERSION', '1.0.1' );
define( 'WP_GRAPHQL_GRAVATAR_VERSION', '1.1.0' );

/**
* Initialize the plugin.
Expand Down

0 comments on commit 13a7282

Please sign in to comment.