| @@ -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.0.30 | |
| 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** |
| @@ -80,8 +80,12 @@ | ||
| 80 | 80 | - **Supports Cloudflare Edge Cache:** BerqWP automatically configures the correct cache rules for your website, delivering page cache through Cloudflare's global network, significantly reducing server response time. Simply connect your Cloudflare account in the plugin settings to get started. |
| 81 | 81 | |
| 82 | 82 | - **Page Cache Rules:** Define rules to automatically flush a page’s cache when a specific post type is updated. |
| 83 | 83 | |
| 84 | +- **Database Optimization:** Clean up post revisions, auto-drafts, trashed posts/comments, expired transients, and orphaned metadata, plus optimize your database tables. Schedule automatic cleanup daily, weekly, or monthly. | |
| 85 | + | |
| 86 | +- **Debloat:** Disable or limit unwanted WordPress functionality that slows your site down, including the Heartbeat API, emojis, embeds, XML-RPC, REST API discovery links, and self pingbacks. | |
| 87 | + | |
| 84 | 88 | - **Much more!** |
| 85 | 89 | |
| 86 | 90 | **[Get a free license key](https://berqwp.com/?utm_source=wordpress-repo) with a BerqWP free account and access all BerqWP Premium features for up to 10 pages.** |
| 87 | 91 | |
| @@ -253,8 +257,15 @@ | ||
| 253 | 257 | **Themes:** Astra, GeneratePress, Divi, OceanWP, Kadence, Neve, Blocksy, Hello Elementor |
| 254 | 258 | |
| 255 | 259 | **Plugins:** Yoast SEO, Rank Math, All in One SEO, WooCommerce, Elementor, Divi Builder, Polylang, WPML, TranslatePress, Cloudflare, Complianz, CookieYes |
| 256 | 260 | |
| 261 | +== Other Products == | |
| 262 | + | |
| 263 | +Also check out our other WordPress products. | |
| 264 | + | |
| 265 | +- [ElizaWP](https://elizawp.com/) – AI SEO agent that researches, writes, and publishes for WordPress. | |
| 266 | +- [WP Replai](https://wpreplai.com/) – The skills-powered AI support agent that lives inside your site, answering questions, walking visitors through fixes, qualifying leads, and only escalating to your team when it truly should. | |
| 267 | + | |
| 257 | 268 | == Screenshots == |
| 258 | 269 | 1. Hero image |
| 259 | 270 | 2. Dashboard |
| 260 | 271 | 3. Cache Management |
| @@ -263,8 +274,46 @@ | ||
| 263 | 274 | 6. CDN |
| 264 | 275 | 7. Integration |
| 265 | 276 | |
| 266 | 277 | == Changelog == |
| 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 | + | |
| 307 | += 4.1.11 = | |
| 308 | +* [New] Now serves X-BerqWP-Cache: HIT header | |
| 309 | +* [Bug] Fixed cache being delivered for rest_route query parameter | |
| 310 | +* [Bug] Fixed undefine key berqwp_optimization_method PHP warning | |
| 311 | + | |
| 312 | += 4.1.10 = | |
| 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). | |
| 314 | +* [New] Added a "Debloat" tab to disable/limit unwanted WordPress functionality: Heartbeat API control (restrict to post editor, throttle interval, or disable), emojis, embeds, XML-RPC, REST API discovery links, RSD/WLW/shortlink/generator tags, and self pingbacks. | |
| 315 | +* [Enhancement] "Flora v2" is now the default JavaScript execution mode. | |
| 267 | 316 | |
| 268 | 317 | = 4.0.30 = |
| 269 | 318 | * [Enhancement] Bypass server-side cache for search engine crawlers. |
| 270 | 319 | * [Enhancement] UX/UI improvements. |