File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# WP Job Manager
2
2
3
+ ## 2.1.0 - 2023-11-17
4
+ * Fix: Remove public update endpoint and add nonce check (#2642)
5
+
3
6
## 2.0.0 - 2023-11-17
4
7
* Enhancement: Improve settings descriptions (#2639)
5
8
* Enhancement: Add directApply in Google job schema (#2635)
Original file line number Diff line number Diff line change @@ -147,6 +147,9 @@ You can view (and contribute) translations via the [translate.wordpress.org](htt
147
147
148
148
== Changelog ==
149
149
150
+ ### 2.1.0 - 2023-11-17
151
+ * Fix: Remove public update endpoint and add nonce check (#2642)
152
+
150
153
### 2.0.0 - 2023-11-17
151
154
* Enhancement: Improve settings descriptions (#2639)
152
155
* Enhancement: Add directApply in Google job schema (#2635)
@@ -198,6 +201,3 @@ For developers:
198
201
### 1.40.2 - 2023-05-26
199
202
* Revert: Hide expired job listings from archives
200
203
201
- ### 1.40.1 - 2023-05-12
202
- * Fix: Icons not displaying properly
203
-
You can’t perform that action at this time.
0 commit comments