Skip to content

Commit e8f3220

Browse files
author
Salil Kothadia
authored
Merge pull request #22 from elevati/development
Update License
2 parents 34e91b9 + 0f99489 commit e8f3220

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ on stackoverflow (http://stackoverflow.com/questions/38059805/query-multiple-pos
3030

3131
## License
3232

33-
[GPLv3](http://www.gnu.org/licenses/gpl-3.0.html)
33+
[GPL-3.0-or-later](http://www.gnu.org/licenses/gpl-3.0.html)
3434

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": "GPL3",
5+
"license": "GPL-3.0-or-later",
66
"authors": [
77
{
88
"name": "Elevati Team",

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Version: 1.0.2
88
* Author: ElevatiInfotech
99
* Author URI: https://github.com/elevati
10-
* License: GPL-3.0
10+
* License: GPL-3.0-or-later
1111
*/
1212

1313
/**

0 commit comments

Comments
 (0)