Super-Progressive-Web-Apps

SuperPWA helps to convert your WordPress website into Progressive Web Apps instantly. PWA (Progressive Web Apps) demo at : https://superpwa.com and Plugin :

GPL-2.0 License

Stars
372
Committers
14

Bot releases are visible (Hide)

Super-Progressive-Web-Apps - 2.1.2 Latest Release

Published by josevarghese about 4 years ago

= 2.1.2 =

  • Date: 25.July.2020
  • Bug Fix: Fixed issue where Application Icon was not showing.
Super-Progressive-Web-Apps - 2.1.1

Published by arunbasillal over 4 years ago

Date: 4.July.2020
Tested with WordPress 5.4.2.
Enhancement: Added support for Maskable Icons #127

Super-Progressive-Web-Apps - 2.1

Published by arunbasillal over 4 years ago

= 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] (https://github.com/SuperPWA/Super-Progressive-Web-Apps/issues/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
Super-Progressive-Web-Apps - 2.0.2.1

Published by josevarghese over 4 years ago

= 2.0.2.1 =

Date: 10 February 2020
Fix: Fixed the admin notice showing up when OneSignal plugin (latest version) is activated.

Super-Progressive-Web-Apps - 2.0.2

Published by arunbasillal almost 6 years ago

= 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".
Super-Progressive-Web-Apps - 2.0.1

Published by arunbasillal almost 6 years ago

= 2.0.1 =

  • Date: 15.January.2019
  • Enhancement: Added compatibility for setups where dynamic files are not supported.
Super-Progressive-Web-Apps - 2.0

Published by arunbasillal almost 6 years ago

= 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.
Super-Progressive-Web-Apps - 1.9

Published by arunbasillal about 6 years ago

= 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.
Super-Progressive-Web-Apps - 1.8.1

Published by arunbasillal over 6 years ago

= 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.
Super-Progressive-Web-Apps - 1.8

Published by arunbasillal over 6 years ago

= 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.
Super-Progressive-Web-Apps - 1.7.1

Published by arunbasillal over 6 years ago

= 1.7.1 =

  • Date: 05.May.2018
  • Bug Fix: Fix fatal error in PHP versions prior to PHP 5.5. "Cant use function return value in write context".
Super-Progressive-Web-Apps - 1.7

Published by arunbasillal over 6 years ago

= 1.7 =

  • Date: 03.May.2018
  • Minimum required WordPress version is now 3.6.0 (previously 3.5.0).
  • New Feature: Add-Ons for SuperPWA is here!
  • New Feature: SuperPWA is now a top-level menu to accommodate for the Add-Ons sub-menu page.
  • New Feature: Add UTM Tracking parameters to the Start URL with the UTM Tracking Add-On.
  • Enhancement: Service worker URLs are now relative to accommodate for domain mapped Multisites.
  • Bug Fix: Incorrect start_url when WordPress is installed in a folder, or when inner pages are used as start_url.
  • Bug Fix: Incorrect manifest and service worker URLs when WordPress is installed in a folder.
Super-Progressive-Web-Apps - 1.6

Published by arunbasillal over 6 years ago

= 1.6 =

  • Date: 23.April.2018
  • New Feature: WordPress Multisite Network Compatibility. One of the most requested features for SuperPWA is now here!
  • New Feature: Added description to the manifest. You can now include a brief description of what your app is about.
  • Enhancement: Moved manifest to the very top of wp_head for better compatibility with some browsers.
  • Enhancement: Improved the file and folder naming, organization, and inline documentation for better readability.
  • Enhancement: Force https:// on all assets and dependencies solving the problem of http:// URLs in manifest and service worker once and for all.
  • Enhancement: Relative URL for manifest for out of the box compatibility with CDN's.
  • Enhancement: Removed forcing of trailing slash on manifest and service worker URLs for better compatibility.
Super-Progressive-Web-Apps - 1.5

Published by arunbasillal over 6 years ago

= 1.5 =

  • Date: 18.March.2018
  • New Feature: OneSignal integration for Push notifications.
  • Enhancement: Moved manifest to the top of wp_head for easier detection by browsers.
  • Enhancement: Added support for custom AMP endpoints for AMP for WordPress and AMP for WP.
  • Enhancement: Added UI notice when using AMP for WordPress to warn user not to use the AMP version of start page if the start page is the homepage, the blog index, or the archives page.
Super-Progressive-Web-Apps - 1.4

Published by arunbasillal over 6 years ago

= 1.4 =

  • Date: 21.February.2018
  • New Feature: Added UI for default orientation of your PWA. Orientation can now be set as "any", "portrait" or "landscape".
  • New Feature: Added UI for theme_color property in manifest.
  • Enhancement: Improved compatibility with all major Accelerated Mobile Pages (AMP) plugins.
  • Enhancement: Improved handling of external resources.
Super-Progressive-Web-Apps - 1.3.1

Published by arunbasillal over 6 years ago

= 1.3.1 =

  • Date: 15.February.2018
  • Enhancement: Improved how Start Page url is handled in the service worker to be compatible with plugins that force SSL.
  • Enhancement: Improved how start_url is handled in the manifest.
  • Enhancement: Better handling of external resources.
Super-Progressive-Web-Apps - 1.3

Published by arunbasillal over 6 years ago

= 1.3 =

  • Date: 10. February.2018
  • New Feature: Added support for high-quality splash screen. You can now set the 512x512 icon for the splash screen of your Progressive Web App.
  • Enhancement: Super Progressive Web Apps now accounts for content updates and will update the cache as you update the website.
  • Enhancement: Improved in-browser service worker update handling.
  • Enhancement: Added automatic upgrade of manifest and service worker on plugin upgrade.
  • Bug fix: Only GET requests are served from the cache now.
Super-Progressive-Web-Apps - 1.2

Published by arunbasillal over 6 years ago

= 1.2 =

  • Date: 06.February.2018
  • New Feature: Support for theme-color.
  • New Feature: Now you can edit the Application Name and Application Short name.
  • New Feature: Set the start page of your PWA.
  • New Feature: Set AMP version of the start page. Supported plugins: AMP for WordPress, AMP for WP, Better AMP, AMP Supremacy, WP AMP.
  • UI Improvement: Better organization of plugin settings. More intuitive with inline help.
  • UI Improvement: Added admin notice with a link to settings page on plugin activation.
  • UI Improvement: Added checks for manifest, service worker and HTTPS and display the status neatly in the UI.
  • Bug fix: Fix a parse error that showed up only on PHP 5.3.
Super-Progressive-Web-Apps - 1.1.1

Published by arunbasillal over 6 years ago

= 1.1.1 =

  • Date: 30.January.2018
  • Fix fatal error in PHP versions prior to PHP 5.5. "Cant use function return value in write context". PHP manual says "Prior to PHP 5.5, empty() only supports variables; anything else will result in a parse error."
Super-Progressive-Web-Apps - 1.1

Published by arunbasillal over 6 years ago

= 1.1 =

  • Date: 28.January.2018
  • Aggressive caching of pages using CacheStorage API.
  • Pages once cached are served even if the user is offline.
  • Set custom offline page: Select the page you want the user to see when a page that isn't in the cache is accessed and the user is offline.