File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 8
8
** License:** GPLv2 or later
9
9
** License URI:** http://www.gnu.org/licenses/gpl-2.0.html
10
10
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.
12
12
13
13
## Description ##
14
14
@@ -37,6 +37,9 @@ 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.8 ###
41
+ - Improvement: Updated the description of the plugin (props [ @NekoJonez ] ( https://github.com/NekoJonez ) )
42
+
40
43
### 1.1.7 ###
41
44
- Fix: Support translations on translate.wordpress.org.
42
45
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Stable tag: 1.1.7
8
8
License: GPLv2 or later
9
9
License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
10
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.
12
12
13
13
== Description ==
14
14
@@ -37,6 +37,9 @@ 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.8 =
41
+ - Improvement: Updated the description of the plugin (props [@NekoJonez](https://github.com/NekoJonez))
42
+
40
43
= 1.1.7 =
41
44
- Fix: Support translations on translate.wordpress.org.
42
45
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Plugin Name: Unlist Posts & Pages
4
4
* 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.
6
6
* Author: Nikhil Chavan
7
7
* Author URI: https://www.nikhilchavan.com/
8
8
* Text Domain: unlist-posts
9
- * Version: 1.1.7
9
+ * Version: 1.1.8
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.7 ' );
18
+ define ( 'UNLIST_POSTS_VER ' , '1.1.8 ' );
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