File tree 4 files changed +14
-6
lines changed
4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Unlist Posts & Pages #
2
- ** Contributors:** [ brainstormforce] ( https://profiles.wordpress.org/brainstormforce ) , [ Nikschavan ] ( https://profiles.wordpress.org/Nikschavan )
2
+ ** Contributors:** [ brainstormforce] ( https://profiles.wordpress.org/brainstormforce/ ) , [ nikschavan ] ( https://profiles.wordpress.org/nikschavan/ )
3
3
** Donate link:** https://www.paypal.me/BrainstormForce
4
4
** Tags:** post, unlist posts, hide posts,
5
5
** Requires at least:** 4.6
6
6
** Tested up to:** 5.9
7
- ** Stable tag:** 1.1.7
7
+ ** Stable tag:** 1.1.9
8
8
** License:** GPLv2 or later
9
9
** License URI:** http://www.gnu.org/licenses/gpl-2.0.html
10
10
@@ -37,6 +37,10 @@ Just select option "Unlist Post" in any post of any type and that post will be h
37
37
38
38
## Changelog ##
39
39
40
+ ### 1.1.9 ###
41
+ - Improvement: Comments for unlisted posts were hidden, These should be displayed now.
42
+ - Improvement: Make sure robots tag is noindex for unlisted posts when Rank Math plugin is active.
43
+
40
44
### 1.1.8 ###
41
45
- Improvement: Updated the description of the plugin (props [ @NekoJonez ] ( https://github.com/NekoJonez ) )
42
46
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hide-post" ,
3
- "version" : " 1.1.6 " ,
3
+ "version" : " 1.1.9 " ,
4
4
"main" : " Gruntfile.js" ,
5
5
"author" : " Nikhil Chavan" ,
6
6
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/BrainstormForce
4
4
Tags: post, unlist posts, hide posts,
5
5
Requires at least: 4.6
6
6
Tested up to: 5.9
7
- Stable tag: 1.1.8
7
+ Stable tag: 1.1.9
8
8
License: GPLv2 or later
9
9
License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
10
@@ -37,6 +37,10 @@ Just select option "Unlist Post" in any post of any type and that post will be h
37
37
38
38
== Changelog ==
39
39
40
+ = 1.1.9 =
41
+ - Improvement: Comments for unlisted posts were hidden, These should be displayed now.
42
+ - Improvement: Make sure robots tag is noindex for unlisted posts when Rank Math plugin is active.
43
+
40
44
= 1.1.8 =
41
45
- Improvement: Updated the description of the plugin (props [@NekoJonez](https://github.com/NekoJonez))
42
46
Original file line number Diff line number Diff line change 6
6
* Author: Nikhil Chavan
7
7
* Author URI: https://www.nikhilchavan.com/
8
8
* Text Domain: unlist-posts
9
- * Version: 1.1.8
9
+ * Version: 1.1.9
10
10
*
11
11
* @package Hide_Post
12
12
*/
15
15
16
16
define ( 'UNLIST_POSTS_DIR ' , plugin_dir_path ( __FILE__ ) );
17
17
define ( 'UNLIST_POSTS_URI ' , plugins_url ( '/ ' , __FILE__ ) );
18
- define ( 'UNLIST_POSTS_VER ' , '1.1.8 ' );
18
+ define ( 'UNLIST_POSTS_VER ' , '1.1.9 ' );
19
19
20
20
require_once UNLIST_POSTS_DIR . 'class-unlist-posts.php ' ;
You can’t perform that action at this time.
0 commit comments