Skip to content

Commit c83afe5

Browse files
author
Teemu Suoranta
committed
Fix composer license to a valid license.
1 parent dc6f0b7 commit c83afe5

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aucor/wp_query-route-to-rest-api",
33
"description": "Adds new route /wp-json/wp_query/args/ to REST API",
4-
"license": "GPLv2+",
4+
"license": "GPL-2.0-or-later",
55
"type": "wordpress-plugin",
66
"homepage": "https://github.com/aucor/wp_query-route-to-rest-api",
77
"authors": [
@@ -10,4 +10,4 @@
1010
"email": "teemu@aucor.fi"
1111
}
1212
]
13-
}
13+
}

readme.md

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
- [Install](#install)
3030
- [Issues and feature whishlist](#issues-and-feature-whishlist)
3131
- [Changelog](#changelog)
32+
- [1.3.1](#131)
3233
- [1.3.0](#130)
3334
- [1.2.0](#120)
3435
- [1.1.1](#111)
@@ -567,6 +568,11 @@ If you see a critical functionality missing, please contribute!
567568
<a name="changelog"></a>
568569
## Changelog
569570
571+
<a name="131"></a>
572+
### 1.3.1
573+
574+
Fix composer license to a valid license.
575+
570576
<a name="130"></a>
571577
### 1.3.0
572578

readme.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: Teemu Suoranta, Sami Keijonen, Christian Nikkanen
33
Tags: WordPress, REST API, WP_Query
44
Requires at least: 4.7.3
55
Tested up to: 5.9.2
6-
Stable tag: 1.3.0
6+
Stable tag: 1.3.1
77
Requires PHP: 7.0
88
License: GPLv2+
99

@@ -25,6 +25,11 @@ Download and activate. That's it.
2525

2626
== Changelog ==
2727

28+
= 1.3.1 =
29+
*Release Date - 7 April 2022*
30+
31+
Fix composer license to a valid license.
32+
2833
= 1.3.0 =
2934
*Release Date - 5 April 2022*
3035

wp_query-route-to-rest-api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Adds new route /wp-json/wp_query/args/ to REST API
55
* Author: Aucor
66
* Author URI: https://www.aucor.fi/
7-
* Version: 1.3.0
7+
* Version: 1.3.1
88
* License: GPL2+
99
**/
1010

0 commit comments

Comments
 (0)