Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandPhilippot committed Dec 5, 2021
1 parent 2446d42 commit cbddd83
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

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.0 (2021-12-05)

### Bug Fixes

- retrieve gravatar url for logged in user ([5e4dc89](https://github.com/ArmandPhilippot/wp-graphql-gravatar/commit/5e4dc89c3c6b145891156234a54ff4ea59aae327))
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": "0.1.0",
"version": "1.0.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: 0.1.0
Stable tag: 1.0.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: 0.1.0
* Version: 1.0.0
* Requires at least: 5.2
* Requires PHP: 7.3
*/
Expand All @@ -35,7 +35,7 @@
/*
* Currently plugin version.
*/
define( 'WP_GRAPHQL_GRAVATAR_VERSION', '0.1.0' );
define( 'WP_GRAPHQL_GRAVATAR_VERSION', '1.0.0' );

/**
* Initialize the plugin.
Expand Down

0 comments on commit cbddd83

Please sign in to comment.