Skip to content

Commit 436e54c

Browse files
committed
Merge branch 'main' into develop
2 parents 6ac3513 + 46754d9 commit 436e54c

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Bugs we fixed:
55
* Fix issue where "Perform all updates" task was incorrectly marked as completed.
66

77

8+
= 1.6.2 =
9+
10+
Bugs we fixed:
11+
12+
* Ensure that the Custom Post Type for Recommendations is not publicly queryable.
13+
814
= 1.6.1 =
915

1016
Bugs we fixed:

classes/class-suggested-tasks.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ public function register_post_type() {
283283
'menu_position' => 5,
284284
'hierarchical' => true,
285285
'exclude_from_search' => true,
286-
'publicly_queryable' => true,
287286
]
288287
);
289288

progress-planner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Description: A plugin to help you fight procrastination and get things done.
1010
* Requires at least: 6.6
1111
* Requires PHP: 7.4
12-
* Version: 1.6.1
12+
* Version: 1.6.2
1313
* Author: Team Emilia Projects
1414
* Author URI: https://prpl.fyi/about
1515
* License: GPL-3.0+

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: planning, maintenance, writing, blogging
44
Requires at least: 6.3
55
Tested up to: 6.8
66
Requires PHP: 7.4
7-
Stable tag: 1.6.1
7+
Stable tag: 1.6.2
88
License: GPL3+
99
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
1010

@@ -110,6 +110,12 @@ https://youtu.be/e1bmxZYyXFY
110110

111111
== Changelog ==
112112

113+
= 1.6.2 =
114+
115+
Bugs we fixed:
116+
117+
* Ensure that the Custom Post Type for Recommendations is not publicly queryable.
118+
113119
= 1.6.1 =
114120

115121
Bugs we fixed:

0 commit comments

Comments
 (0)