You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,16 @@
2
2
3
3
Notable changes and release notes of the Mark Posts WordPress plugin.
4
4
5
+
## 2.2.6
6
+
* Fixes a bug where the bulk edit nonce is not set
7
+
Thanks to René Eger for finding and reporting the issue
8
+
5
9
## 2.2.5
6
10
* Adds additional user capability checks (quick edit and bulk edit)
7
11
* Adds Laravel Pint code style fixer as a developer dependency
8
12
9
13
## 2.2.4
10
-
* Adds support for the [WordPress playground](https://playground.wordpress.net/?plugin=mark-posts)
14
+
* Adds support for the [WordPress playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/hofmannsven/mark-posts/master/.wordpress-org/blueprint.json)
11
15
* Hides new internal post types by default
12
16
* Fixes broken access control vulnerability
13
17
Thanks @truonghuuphuc for discovering and responsibly disclosing this vulnerability
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ Mark Posts plugin provides an easy way to mark and highlight posts, pages and po
17
17
* Dashboard widget with marker status count
18
18
* Optional custom setup via filters (check our [wiki](https://github.com/hofmannsven/mark-posts/wiki) for instructions)
19
19
20
+
## Live Demo
21
+
22
+
Try out the features of Mark Posts on the [WordPress playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/hofmannsven/mark-posts/master/.wordpress-org/blueprint.json).
23
+
20
24
## Looking ahead
21
25
22
26
Check our [roadmap](https://github.com/hofmannsven/mark-posts/projects/1) for planned tasks and active issues regarding the further development of the plugin.
@@ -63,9 +67,13 @@ Please read the [changelog](CHANGELOG.md) for more information about what has ch
63
67
64
68
Please read the [contribution guidelines](CONTRIBUTING.md) for details.
65
69
70
+
## Translation
71
+
72
+
If you'd like to help translate this plugin, you can do so on [WordPress Translate](https://translate.wordpress.org/projects/wp-plugins/mark-posts/).
73
+
66
74
## Support
67
75
68
-
Always feel free to [raise an issue](https://github.com/hofmannsven/mark-posts/issues) on GitHub.
76
+
Active development of this plugin is handled on GitHub. Always feel free to [raise an issue](https://github.com/hofmannsven/mark-posts/issues).
@@ -23,6 +23,10 @@ Mark Posts plugin provides an easy way to mark and highlight posts, pages and po
23
23
* Dashboard widget with marker status count
24
24
* Optional custom setup via filters (check our [wiki](https://github.com/hofmannsven/mark-posts/wiki) for instructions)
25
25
26
+
= Live Demo =
27
+
28
+
Try out the features of Mark Posts on the [WordPress playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/hofmannsven/mark-posts/master/.wordpress-org/blueprint.json).
29
+
26
30
== Installation ==
27
31
28
32
= Requirements =
@@ -51,7 +55,7 @@ Using the latest version of WordPress and PHP is highly recommended.
51
55
52
56
== Support ==
53
57
54
-
Always feel free to [raise an issue](https://github.com/hofmannsven/mark-posts/issues) on GitHub.
58
+
Active development of this plugin is handled on GitHub. Always feel free to [raise an issue](https://github.com/hofmannsven/mark-posts/issues).
55
59
56
60
== Frequently Asked Questions ==
57
61
@@ -81,7 +85,7 @@ Always feel free to [raise an issue](https://github.com/hofmannsven/mark-posts/i
81
85
82
86
= Where can I get more information and support for this plugin? =
83
87
84
-
Visit [Mark Posts on Github](https://github.com/hofmannsven/mark-posts).
88
+
Visit [Mark Posts on GitHub](https://github.com/hofmannsven/mark-posts).
85
89
86
90
== Screenshots ==
87
91
@@ -93,12 +97,16 @@ Visit [Mark Posts on Github](https://github.com/hofmannsven/mark-posts).
93
97
94
98
== Changelog ==
95
99
100
+
= 2.2.6 =
101
+
* Fixes a bug where the bulk edit nonce is not set
102
+
Thanks to René Eger for finding and reporting the issue
103
+
96
104
= 2.2.5 =
97
105
* Adds additional user capability checks (quick edit and bulk edit)
98
106
* Adds Laravel Pint code style fixer as a developer dependency
99
107
100
108
= 2.2.4 =
101
-
* Adds support for the [WordPress playground](https://playground.wordpress.net/?plugin=mark-posts)
109
+
* Adds support for the [WordPress playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/hofmannsven/mark-posts/master/.wordpress-org/blueprint.json)
102
110
* Hides new internal post types by default
103
111
* Fixes broken access control vulnerability
104
112
Thanks @truonghuuphuc for discovering and responsibly disclosing this vulnerability
@@ -131,21 +139,5 @@ Visit [Mark Posts on Github](https://github.com/hofmannsven/mark-posts).
131
139
* Breaking change: Markers are no longer public by default
0 commit comments