Progressive Web App (PWA) for WordPress – Offline & Add to Home Screen by miTT
Changelog
1.1.4
Refined plugin name wording (“by miTT”). No functional changes.
1.1.3
New: the Service Worker no longer serves cached pages to logged-in users or WooCommerce carts, so private and cart pages are always fresh.
New: the Web App Manifest now ships 192px icons (regular and maskable) and falls back to an existing icon if one is missing, which improves installability.
Fix: web fonts are cached correctly again in the Service Worker.
Fix: translations now load on the init hook, removing the WordPress 6.7+ “translation loaded too early” notice.
Fix: the manifest and service worker are now regenerated on the first save and only when the plugin’s own options change.
Housekeeping: declares Requires PHP 8.0 and Requires at least 6.3, and removes its option and generated files on uninstall.
1.1.2
Clearer plugin name and a rewritten readme so the plugin is easier to find in the WordPress plugin directory. No functional changes.
1.1.1
Fix: pull-to-refresh no longer blocks normal scrolling, inner scroll containers or pinch-zoom on mobile.