Skip to content

Commit 5e03fdf

Browse files
authored
Merge pull request #94 from brainstormforce/prep-release
Version bump and update changelog
2 parents 5594168 + cdc1ceb commit 5e03fdf

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# 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/)
33
**Donate link:** https://www.paypal.me/BrainstormForce
44
**Tags:** post, unlist posts, hide posts,
55
**Requires at least:** 4.6
66
**Tested up to:** 5.9
7-
**Stable tag:** 1.1.7
7+
**Stable tag:** 1.1.9
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.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+
4044
### 1.1.8 ###
4145
- Improvement: Updated the description of the plugin (props [@NekoJonez](https://github.com/NekoJonez))
4246

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hide-post",
3-
"version": "1.1.6",
3+
"version": "1.1.9",
44
"main": "Gruntfile.js",
55
"author": "Nikhil Chavan",
66
"devDependencies": {

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.6
66
Tested up to: 5.9
7-
Stable tag: 1.1.8
7+
Stable tag: 1.1.9
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.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+
4044
= 1.1.8 =
4145
- Improvement: Updated the description of the plugin (props [@NekoJonez](https://github.com/NekoJonez))
4246

unlist-posts.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Author: Nikhil Chavan
77
* Author URI: https://www.nikhilchavan.com/
88
* Text Domain: unlist-posts
9-
* Version: 1.1.8
9+
* Version: 1.1.9
1010
*
1111
* @package Hide_Post
1212
*/
@@ -15,6 +15,6 @@
1515

1616
define( 'UNLIST_POSTS_DIR', plugin_dir_path( __FILE__ ) );
1717
define( 'UNLIST_POSTS_URI', plugins_url( '/', __FILE__ ) );
18-
define( 'UNLIST_POSTS_VER', '1.1.8' );
18+
define( 'UNLIST_POSTS_VER', '1.1.9' );
1919

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

0 commit comments

Comments
 (0)