Skip to content

Commit

Permalink
update changelog / versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
toriphes committed Apr 9, 2021
1 parent 8088b24 commit b1fea49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log


## [0.1.2](https://github.com/toriphes/wp-graphql-ninja-forms/compare/0.1.1...0.1.2) (2021-04-09)


### Bug Fixes

* missing wpgraphql type definition for FieldOption ([8088b24](https://github.com/toriphes/wp-graphql-ninja-forms/commit/8088b243f54fcebfa83604d1bc772e1e0a9c1cc7))



## [0.1.1](https://github.com/toriphes/wp-graphql-ninja-forms/compare/0.1.0...0.1.1) (2021-03-01)

Expand Down
4 changes: 2 additions & 2 deletions wp-graphql-ninja-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: WPGraphQL Ninja Forms
* Plugin URI: https://github.com/toriphes/wp-graphql-ninja-forms
* Description: Adds Ninja Forms Functionality to WPGraphQL schema.
* Version: 0.1.1
* Version: 0.1.2
* Requires at least: 5.2
* Requires PHP: 7.2
* Author: Giulio Ganci
Expand All @@ -32,7 +32,7 @@
function nfgraphql_constants() {
// Plugin version.
if ( ! defined( 'WPGRAPHQL_NINJA_FORMS_VERSION' ) ) {
define( 'WPGRAPHQL_NINJA_FORMS_VERSION', '0.1.1' );
define( 'WPGRAPHQL_NINJA_FORMS_VERSION', '0.1.2' );
}
// Plugin Folder Path.
if ( ! defined( 'WPGRAPHQL_NINJA_FORMS_PLUGIN_DIR' ) ) {
Expand Down

0 comments on commit b1fea49

Please sign in to comment.