Skip to content

Commit

Permalink
Merge pull request #94 from brainstormforce/prep-release
Browse files Browse the repository at this point in the history
Version bump and update changelog
  • Loading branch information
Nikschavan authored Feb 23, 2022
2 parents 5594168 + cdc1ceb commit 5e03fdf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Unlist Posts & Pages #
**Contributors:** [brainstormforce](https://profiles.wordpress.org/brainstormforce), [Nikschavan](https://profiles.wordpress.org/Nikschavan)
**Contributors:** [brainstormforce](https://profiles.wordpress.org/brainstormforce/), [nikschavan](https://profiles.wordpress.org/nikschavan/)
**Donate link:** https://www.paypal.me/BrainstormForce
**Tags:** post, unlist posts, hide posts,
**Requires at least:** 4.6
**Tested up to:** 5.9
**Stable tag:** 1.1.7
**Stable tag:** 1.1.9
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##

### 1.1.9 ###
- Improvement: Comments for unlisted posts were hidden, These should be displayed now.
- Improvement: Make sure robots tag is noindex for unlisted posts when Rank Math plugin is active.

### 1.1.8 ###
- Improvement: Updated the description of the plugin (props [@NekoJonez](https://github.com/NekoJonez))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hide-post",
"version": "1.1.6",
"version": "1.1.9",
"main": "Gruntfile.js",
"author": "Nikhil Chavan",
"devDependencies": {
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/BrainstormForce
Tags: post, unlist posts, hide posts,
Requires at least: 4.6
Tested up to: 5.9
Stable tag: 1.1.8
Stable tag: 1.1.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.1.9 =
- Improvement: Comments for unlisted posts were hidden, These should be displayed now.
- Improvement: Make sure robots tag is noindex for unlisted posts when Rank Math plugin is active.

= 1.1.8 =
- Improvement: Updated the description of the plugin (props [@NekoJonez](https://github.com/NekoJonez))

Expand Down
4 changes: 2 additions & 2 deletions unlist-posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: Nikhil Chavan
* Author URI: https://www.nikhilchavan.com/
* Text Domain: unlist-posts
* Version: 1.1.8
* Version: 1.1.9
*
* @package Hide_Post
*/
Expand All @@ -15,6 +15,6 @@

define( 'UNLIST_POSTS_DIR', plugin_dir_path( __FILE__ ) );
define( 'UNLIST_POSTS_URI', plugins_url( '/', __FILE__ ) );
define( 'UNLIST_POSTS_VER', '1.1.8' );
define( 'UNLIST_POSTS_VER', '1.1.9' );

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

0 comments on commit 5e03fdf

Please sign in to comment.