Skip to content

Commit 407b264

Browse files
authored
Merge pull request #78 from NekoJonez/patch-1
Update the description
2 parents 343e4c5 + ef0725f commit 407b264

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
**License:** GPLv2 or later
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1010

11-
Unlist Posts from displaying anywhere on the site, only access the post with a direct link.
11+
Hide posts, pages or custom items from your site and make them accessible only with the direct link.
1212

1313
## Description ##
1414

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

3838
## Changelog ##
3939

40+
### 1.1.8 ###
41+
- Improvement: Updated the description of the plugin (props [@NekoJonez](https://github.com/NekoJonez))
42+
4043
### 1.1.7 ###
4144
- Fix: Support translations on translate.wordpress.org.
4245

readme.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Stable tag: 1.1.7
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

11-
Unlist Posts from displaying anywhere on the site, only access the post with a direct link.
11+
Hide posts, pages or custom items from your site and make them accessible only with the direct link.
1212

1313
== Description ==
1414

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

3838
== Changelog ==
3939

40+
= 1.1.8 =
41+
- Improvement: Updated the description of the plugin (props [@NekoJonez](https://github.com/NekoJonez))
42+
4043
= 1.1.7 =
4144
- Fix: Support translations on translate.wordpress.org.
4245

unlist-posts.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
/**
33
* Plugin Name: Unlist Posts & Pages
44
* Plugin URI: https://github.com/Nikschavan/hide-post
5-
* Description: Unlist Posts from dispying anywhere on the site, only access the post with a direct link.
5+
* Description: Hide posts, pages or custom items from your site and make them accessible only with the direct link.
66
* Author: Nikhil Chavan
77
* Author URI: https://www.nikhilchavan.com/
88
* Text Domain: unlist-posts
9-
* Version: 1.1.7
9+
* Version: 1.1.8
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.7' );
18+
define( 'UNLIST_POSTS_VER', '1.1.8' );
1919

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

0 commit comments

Comments
 (0)