Skip to content

Commit a032839

Browse files
authored
Merge pull request #43 from Nikschavan/release-1.1.0
Release 1.1.0
2 parents 0cb8fa5 + f12863b commit a032839

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Tags:** post, unlist posts, hide posts,
55
**Requires at least:** 4.4
66
**Tested up to:** 5.5
7-
**Stable tag:** 1.0.4
7+
**Stable tag:** 1.1.0
88
**License:** GPLv2 or later
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -37,6 +37,10 @@ Just select option "Unlist Post" in any post of any type and that post will be h
3737

3838
## Changelog ##
3939

40+
### 1.1.0 ###
41+
- New: Add post status filter to make it easier to find out the unlisted posts. (Props [@matthewmcvickar](https://github.com/matthewmcvickar) [#40](https://github.com/Nikschavan/unlist-posts/pull/40))
42+
- Fix: Don't save post status for the revision posts.
43+
4044
### 1.0.4 ###
4145
- Fix: unlist posts does not work in Ajax callbacks. (props <a href="https://github.com/makovetskiy">@makovetskiy</a>)
4246

readme.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/BrainstormForce
44
Tags: post, unlist posts, hide posts,
55
Requires at least: 4.4
66
Tested up to: 5.5
7-
Stable tag: 1.0.4
7+
Stable tag: 1.1.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -37,6 +37,10 @@ Just select option "Unlist Post" in any post of any type and that post will be h
3737

3838
== Changelog ==
3939

40+
= 1.1.0 =
41+
- New: Add post status filter to make it easier to find out the unlisted posts. (Props [@matthewmcvickar](https://github.com/matthewmcvickar) [#40](https://github.com/Nikschavan/unlist-posts/pull/40))
42+
- Fix: Don't save post status for the revision posts.
43+
4044
= 1.0.4 =
4145
- Fix: unlist posts does not work in Ajax callbacks. (props <a href="https://github.com/makovetskiy">@makovetskiy</a>)
4246

unlist-posts.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://www.nikhilchavan.com/
88
* Text Domain: unlist-posts
99
* Domain Path: /languages
10-
* Version: 1.0.4
10+
* Version: 1.1.0
1111
*
1212
* @package Hide_Post
1313
*/
@@ -16,6 +16,6 @@
1616

1717
define( 'UNLIST_POSTS_DIR', plugin_dir_path( __FILE__ ) );
1818
define( 'UNLIST_POSTS_URI', plugins_url( '/', __FILE__ ) );
19-
define( 'UNLIST_POSTS_VER', '1.0.4' );
19+
define( 'UNLIST_POSTS_VER', '1.1.0' );
2020

2121
require_once UNLIST_POSTS_DIR . 'class-unlist-posts.php';

0 commit comments

Comments
 (0)