PluginProbe
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript / 4.1.18
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript v4.1.18
4.1.19 4.1.18 4.1.17 4.1.16 4.1.15 4.1.14 4.1.13 4.1.12 4.1.11 4.1.10 4.0.30 4.0.29 4.0.28 4.0.27 4.0.26 4.0.24 4.0.25 4.0.23 4.0.22 4.0.21 4.0.19 4.0.18 4.0.17 4.0.16 1.9.3 All 173 releases
← All changes | readme.txt +32 -4 4.1.11 → 4.1.18 View file →
@@ -1,10 +1,10 @@
1 1 === BerqWP - All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript ===
2 2 Contributors: berqwp, thevisionofhamza
3 3 Tags: optimize, cache, pagespeed, performance, speed
4 4 Requires at least: 5.3
5 -Tested up to: 7.0
6 -Stable tag: 4.1.11
5 +Tested up to: 7.1
6 +Stable tag: 4.1.18
7 7 Requires PHP: 7.4
8 8 License: GPLv2 or later
9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
10 10
@@ -19,9 +19,9 @@
19 19 BerqWP automatically applies modern speed optimization techniques recommended by [Google (web.dev)](https://web.dev/performance), so your customers and visitors can have the best hassle-free experience.
20 20
21 21 Since all popular page speed testing tools use similar methods, you'll get the same results across tools like [Google PageSpeed Insights](https://pagespeed.web.dev/), [GTmetrix](https://gtmetrix.com/), [Pingdom](https://tools.pingdom.com/), and others.
22 22
23 -## 💙 Why do people love BerqWP?
23 +## 💙 Why do people love BerqWP
24 24
25 25 - **Automatically applies Google ([web.dev](https://web.dev/performance)) recommended optimizations to your website.**
26 26 - **100% automatic (no configuration needed)**
27 27 - **100% SEO friendly, no black hat**
@@ -275,11 +275,39 @@
275 275 7. Integration
276 276
277 277 == Changelog ==
278 278
279 += 4.1.18 - 19 Sep, 2026 =
280 +* [New] Cache is now automatically warmed up after a plugin, theme, or core update completes.
281 +* [Enhancement] Added GoDaddy Managed WordPress hosting cache compatibility — flushes GoDaddy's cache automatically when BerqWP flushes or stores cache.
282 +* [Enhancement] Hardened the cache directory by removing any PHP files from it on every full cache flush.
283 +* [Bug] Fixed cache being served for non-canonical URLs (wrong trailing slash), bypassing WordPress's redirect to the canonical URL — resolved for both trailing-slash and non-trailing-slash permalink structures.
284 +* [Bug] Prevented .htaccess cache rules from being written on servers without mod_rewrite enabled.
285 +
286 += 4.1.17 - 16 Sep, 2026 =
287 +* [Bug] Fixed BerqWP not picking up Polylang's updated home URL.
288 +* [Enhancement] Moved used css after charset meta tag for self-hosted optimization.
289 +
290 += 4.1.16 - 11 Sep, 2026 =
291 +* If advanced-cache.php file is not setup already, use plugin's index file to serve valid cache
292 +* Protect free account onboarding condition with admin rights check
293 +
294 += 4.1.15 - 4 Sep, 2026 =
295 +* Update onboarding page UI
296 +
297 += 4.1.14 =
298 +* [Bug] Fixed an issue where license activation was not working on the License tab.
299 +
300 += 4.1.13 =
301 +* [Bug] Fixed undefined function wp_parse_url fatal error
302 +* [Bug] Fixed null cache-tag header for apache server side cache
303 +
304 += 4.1.12 =
305 +* [Bug] Fixed a blank screen issue after cache flush on Nginx.
306 +
279 307 = 4.1.11 =
280 308 * [New] Now serves X-BerqWP-Cache: HIT header
281 -* [Bug] Fixed cache being delivered for rest_route query paramter
309 +* [Bug] Fixed cache being delivered for rest_route query parameter
282 310 * [Bug] Fixed undefine key berqwp_optimization_method PHP warning
283 311
284 312 = 4.1.10 =
285 313 * [New] Added a "Database" tab with manual cleanup actions (post revisions, auto-drafts & trashed posts, expired transients, spam & trashed comments, orphaned post meta, table optimization) and scheduled optimization via WP-Cron (daily/weekly/monthly, with a Next Run/Last Run status).