Releases: SuperPWA/super-progressive-web-apps
Releases · SuperPWA/super-progressive-web-apps
2.1.2
= 2.1.2 =
- Date: 25.July.2020
- Bug Fix: Fixed issue where Application Icon was not showing.
2.1.1
2.1
= 2.1 =
- Date: 29.May.2020
- Tested with WordPress 5.4.1.
- Enhancement: Removed the WordPress admin notice suggesting to add SuperPWA manifest to OneSignal. [#114] (#114)
- Enhancement: Updated fallback value in superpwa_get_display() to match the default value in superpwa_get_settings().
- Enhancement: UTM Tracking Add-on: Added default values for Campaign Medium and Campaign Name.
- Bug Fix: Fixed a rare PHP Notice: Array to string conversion in basic-setup.php on line 415. #92
- Bug Fix: Added a check to see if WP_Plugins_List_Table class is available before using it. #93
2.0.2.1
= 2.0.2.1 =
Date: 10 February 2020
Fix: Fixed the admin notice showing up when OneSignal plugin (latest version) is activated.
2.0.2
= 2.0.2 =
- Date: 16.January.2019
- Bug Fix: Fix fatal error in PHP versions prior to PHP 5.5. "Cant use function return value in write context".
2.0.1
= 2.0.1 =
- Date: 15.January.2019
- Enhancement: Added compatibility for setups where dynamic files are not supported.
2.0
= 2.0 =
- Date: 28.December.2018
- Tested with WordPress 5.0.2.
- Enhancement: Dynamic service worker and manifest.
- Enhancement: SuperPWA is now compatible with WordPress in a sub-folder.
- Enhancement: Added UI to set Display property in the web app manifest.
- Enhancement: Limit short_name to 12 characters to meet Lighthouse recommendation.
- Enhancement: Added PHP CodeSniffer to stick to "WordPress-Extra" coding standards. Thanks Daniel for the work.
- Enhancement: SuperPWA is available in 12 languages now, thanks to the awesome translators! Translators are credited in the release note.
1.9
= 1.9 =
- Date: 25.July.2018
- Tested with WordPress 4.9.7.
- Enhancement: Added compatibility with Google Chrome 68 Mini Info-Bar.
- Enhancement: Added support for tagDiv AMP Plugin which ships with Newspaper theme and Newsmag theme. If you use this theme, you can now use AMP version of the start page.
- Enhancement: Added support for images in offline page. Images added to offline page are now cached during service worker activation.
- Enhancement: Improved the service worker installation routine to handle invalid entities in the service worker dependencies.
- Enhancement: SuperPWA is now translated to French, thanks to romainvincent and Spanish, thanks to arkangel.
- Bug Fix: Fixed issue where translation files in /languages/ folder was not being loaded.
1.8.1
= 1.8.1 =
- Date: 05.June.2018
- Enhancement: Added an admin notice with instructions for OneSignal integration.
- Enhancement: Updated console log message for URLs excluded from cache for better clarity.
1.8
= 1.8 =
- Date: 31.May.2018
- Tested with WordPress 4.9.6.
- New Add-On: Apple Touch Icons. Set the Application Icon and Splash Screen Icon as Apple Touch Icons for compatibility with iOS devices.
- Enhancement: Added support for Add to Home Screen prompt for Chrome 68 and beyond.
- Enhancement: Better add-on activation and deactivation by hooking onto admin_post action.
- Enhancement: Attempt to generate manifest and service worker automatically on visiting the SuperPWA settings page after adjusting root folder permissions.
- Enhancement: Generated a .pot file with all strings for translation. You can also translate SuperPWA to your language by visiting translate.wordpress.org
- Bug Fix: Compatibility issues with OneSignal are resolved for single installs.
- Bug Fix: Updated plugin action links and admin notices with the correct admin menu link.