Skip to content

Commit 34e91b9

Browse files
author
Salil Kothadia
authored
Merge pull request #21 from elevati/development
Development
2 parents cdf15a9 + 099ddb0 commit 34e91b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "elevati/wp-api-multiple-posttype",
33
"type": "wordpress-plugin",
44
"description": "Extension of wp/v2/posts api to allow query multiple post types",
5-
"license": "GPL2+",
5+
"license": "GPL3",
66
"authors": [
77
{
88
"name": "Elevati Team",

plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* Plugin Name: WP Rest Api V2 Multiple PostTypes
55
* Plugin URI: https://github.com/elevati/wp-api-multiple-posttype
66
* Description: Extension of wp/v2/posts api to allow query multiple post types
7-
* Version: 1.0.0
7+
* Version: 1.0.2
88
* Author: ElevatiInfotech
99
* Author URI: https://github.com/elevati
10-
* License: GPL-2.0+
10+
* License: GPL-3.0
1111
*/
1212

1313
/**

0 commit comments

Comments
 (0)