| @@ -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.29 | |
| 5 | +Tested up to: 7.1 | |
| 6 | +Stable tag: 4.1.16 | |
| 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 | |
| @@ -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,40 @@ | ||
| 263 | 274 | 6. CDN |
| 264 | 275 | 7. Integration |
| 265 | 276 | |
| 266 | 277 | == Changelog == |
| 278 | + | |
| 279 | += 4.1.16 - 11 Sep, 2026 = | |
| 280 | +* If advanced-cache.php file is not setup already, use plugin's index file to serve valid cache | |
| 281 | +* Protect free account onboarding condition with admin rights check | |
| 282 | + | |
| 283 | += 4.1.15 - 4 Sep, 2026 = | |
| 284 | +* Update onboarding page UI | |
| 285 | + | |
| 286 | += 4.1.14 = | |
| 287 | +* [Bug] Fixed an issue where license activation was not working on the License tab. | |
| 288 | + | |
| 289 | += 4.1.13 = | |
| 290 | +* [Bug] Fixed undefined function wp_parse_url fatal error | |
| 291 | +* [Bug] Fixed null cache-tag header for apache server side cache | |
| 292 | + | |
| 293 | += 4.1.12 = | |
| 294 | +* [Bug] Fixed a blank screen issue after cache flush on Nginx. | |
| 295 | + | |
| 296 | += 4.1.11 = | |
| 297 | +* [New] Now serves X-BerqWP-Cache: HIT header | |
| 298 | +* [Bug] Fixed cache being delivered for rest_route query parameter | |
| 299 | +* [Bug] Fixed undefine key berqwp_optimization_method PHP warning | |
| 300 | + | |
| 301 | += 4.1.10 = | |
| 302 | +* [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). | |
| 303 | +* [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. | |
| 304 | +* [Enhancement] "Flora v2" is now the default JavaScript execution mode. | |
| 305 | + | |
| 306 | += 4.0.30 = | |
| 307 | +* [Enhancement] Bypass server-side cache for search engine crawlers. | |
| 308 | +* [Enhancement] UX/UI improvements. | |
| 309 | +* [Bug] Fixed an issue where "Defer Excluded Scripts" was not being disabled. | |
| 267 | 310 | |
| 268 | 311 | = 4.0.29 = |
| 269 | 312 | * [Enhancement] UX improvements. |
| 270 | 313 | |