|
1 | 1 | # Nginx Helper #
|
2 | 2 | [](https://www.repostatus.org/#active)
|
3 | 3 |
|
4 |
| -**Contributors:** rtcamp, rahul286, saurabhshukla, manishsongirkar36, faishal, desaiuditd, darren-slatten, jk3us, daankortenbach, telofy, pjv, llonchj, jinnko, weskoop, bcole808, gungeekatx, rohanveer, chandrapatel, gagan0123, ravanh, michaelbeil, samedwards, niwreg, entr, nuvoPoint, iam404, rittesh.patel, vishalkakadiya, BhargavBhandari90, vincent-lu, murrayjbrown, bryant1410, 1gor, matt-h, pySilver, johan-chassaing, dotsam, sanketio, petenelson, nathanielks, rigagoogoo, dslatten, jinschoi, kelin1003, vaishu.agola27, rahulsprajapati, Joel-James, utkarshpatel, gsayed786, shashwatmittal, sudhiryadav, thrijith, stayallive, jaredwsmith, abhijitrakas, umeshnevase |
| 4 | +**Contributors:** rtcamp, rahul286, saurabhshukla, manishsongirkar36, faishal, desaiuditd, darren-slatten, jk3us, daankortenbach, telofy, pjv, llonchj, jinnko, weskoop, bcole808, gungeekatx, rohanveer, chandrapatel, gagan0123, ravanh, michaelbeil, samedwards, niwreg, entr, nuvoPoint, iam404, rittesh.patel, vishalkakadiya, BhargavBhandari90, vincent-lu, murrayjbrown, bryant1410, 1gor, matt-h, pySilver, johan-chassaing, dotsam, sanketio, petenelson, nathanielks, rigagoogoo, dslatten, jinschoi, kelin1003, vaishuagola27, rahulsprajapati, Joel-James, utkarshpatel, gsayed786, shashwatmittal, sudhiryadav, thrijith, stayallive, jaredwsmith, abhijitrakas, umeshnevase, sid177, souptik, arafatkn, subscriptiongroup |
5 | 5 |
|
6 | 6 | **Tags:** nginx, cache, purge, nginx map, nginx cache, maps, fastcgi, proxy, redis, redis-cache, rewrite, permalinks
|
7 | 7 |
|
8 | 8 | **Requires at least:** 3.0
|
9 | 9 |
|
10 | 10 | **Tested up to:** 6.1
|
11 | 11 |
|
12 |
| -**Stable tag:** 2.2.2 |
| 12 | +**Stable tag:** 2.2.3 |
13 | 13 |
|
14 | 14 | **License:** GPLv2 or later (of-course)
|
15 | 15 |
|
@@ -139,6 +139,16 @@ Please post your problem in [our free support forum](https://github.com/rtCamp/n
|
139 | 139 |
|
140 | 140 | ## Changelog ##
|
141 | 141 |
|
| 142 | +### 2.2.3 ### |
| 143 | + |
| 144 | +* Add the URL being purged as parameter in `rt_nginx_helper_purge_cached_file` hook. [#271](https://github.com/rtCamp/nginx-helper/pull/271) - by [Arafat Islam](https://github.com/arafatkn) |
| 145 | +* Fix performance issue when saving nav menus. [#112](https://github.com/rtCamp/nginx-helper/issues/112), [#272](https://github.com/rtCamp/nginx-helper/pull/272/) - by [Arafat Islam](https://github.com/arafatkn) |
| 146 | +* Fix purging date archives for custom post types. [#40](https://github.com/rtCamp/nginx-helper/issues/40), [#268](https://github.com/rtCamp/nginx-helper/pull/268) - by [Arafat Islam](https://github.com/arafatkn) |
| 147 | +* Fix pages and CPT URLs not being purged on moving to trash. [#191](https://github.com/rtCamp/nginx-helper/issues/191), [#267](https://github.com/rtCamp/nginx-helper/pull/267) - by [Arafat Islam](https://github.com/arafatkn) |
| 148 | +* Fix notice - Undefined index: path [#190](https://github.com/rtCamp/nginx-helper/issues/190), [#251](https://github.com/rtCamp/nginx-helper/issues/251), [#262](https://github.com/rtCamp/nginx-helper/pull/262) - by [George Lagonikas](https://github.com/glagonikas) |
| 149 | +* PHP 8.1 compatibility [#291](https://github.com/rtCamp/nginx-helper/issues/291), [#302](https://github.com/rtCamp/nginx-helper/pull/302) - by [Siddharth Tikekar](https://github.com/SID177) |
| 150 | +* Tested with WordPress 6.1 [#285](https://github.com/rtCamp/nginx-helper/pull/285) |
| 151 | + |
142 | 152 | ### 2.2.2 ###
|
143 | 153 |
|
144 | 154 | * Add action `rt_nginx_helper_after_purge_all` to fire after the entire cache has been purged whatever caching type is used. [#232](https://github.com/rtCamp/nginx-helper/pull/232) - by [Julien-prrs](https://github.com/Julien-prrs)
|
@@ -483,9 +493,9 @@ Fix url escaping [#82](https://github.com/rtCamp/nginx-helper/pull/82) - by
|
483 | 493 |
|
484 | 494 | ## Upgrade Notice ##
|
485 | 495 |
|
486 |
| -### 2.2.2 ### |
| 496 | +### 2.2.3 ### |
487 | 497 |
|
488 |
| -Nginx Helper 2.2.2, Add new "rt_nginx_helper_after_purge_all" action and fixes issues where settings not saved because the button's value localized (for any language) and "Custom Purge URL" option displays previous value. |
| 498 | +Nginx Helper 2.2.3, Fix performance issue when saving nav menus, purging date archives for CPTs, purge page and post URLs when the post is trashed and passes the URL being purged in "rt_nginx_helper_purge_cached_file" hook as parameter. |
489 | 499 |
|
490 | 500 | ## Does this interest you? ##
|
491 | 501 |
|
|
0 commit comments