We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdf15a9 + 099ddb0 commit 34e91b9Copy full SHA for 34e91b9
composer.json
@@ -2,7 +2,7 @@
2
"name": "elevati/wp-api-multiple-posttype",
3
"type": "wordpress-plugin",
4
"description": "Extension of wp/v2/posts api to allow query multiple post types",
5
- "license": "GPL2+",
+ "license": "GPL3",
6
"authors": [
7
{
8
"name": "Elevati Team",
plugin.php
@@ -4,10 +4,10 @@
* Plugin Name: WP Rest Api V2 Multiple PostTypes
* Plugin URI: https://github.com/elevati/wp-api-multiple-posttype
* Description: Extension of wp/v2/posts api to allow query multiple post types
- * Version: 1.0.0
+ * Version: 1.0.2
* Author: ElevatiInfotech
9
* Author URI: https://github.com/elevati
10
- * License: GPL-2.0+
+ * License: GPL-3.0
11
*/
12
13
/**
0 commit comments