From 2fc0e3e486bb2609d088eae76674d189a7dfad30 Mon Sep 17 00:00:00 2001 From: Jose Varghese <34977009+josevarghese@users.noreply.github.com> Date: Sat, 25 Jul 2020 02:33:51 +0530 Subject: [PATCH 1/2] Removed maskable icon purpose from splash screen --- public/manifest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public/manifest.php b/public/manifest.php index 34f74fb..ca37408 100644 --- a/public/manifest.php +++ b/public/manifest.php @@ -265,7 +265,6 @@ function superpwa_get_pwa_icons() { 'src' => $settings['splash_icon'], 'sizes' => '512x512', // must be 512x512. 'type' => 'image/png', // must be image/png - 'purpose'=> 'any maskable', // any maskable to support adaptive icons ); } From c86526a1d96e5fbb9779f44e16d350c75452df50 Mon Sep 17 00:00:00 2001 From: Jose Varghese <34977009+josevarghese@users.noreply.github.com> Date: Sat, 25 Jul 2020 02:40:56 +0530 Subject: [PATCH 2/2] Bumped version to 2.1.2 --- superpwa.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superpwa.php b/superpwa.php index 5e30edb..af09d79 100644 --- a/superpwa.php +++ b/superpwa.php @@ -6,7 +6,7 @@ * Author: SuperPWA * Author URI: https://superpwa.com/?utm_source=superpwa-plugin&utm_medium=author-uri * Contributors: Arun Basil Lal, Jose Varghese - * Version: 2.1.1 + * Version: 2.1.2 * Text Domain: super-progressive-web-apps * Domain Path: /languages * License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html @@ -43,7 +43,7 @@ * @since 1.0 */ if ( ! defined( 'SUPERPWA_VERSION' ) ) { - define( 'SUPERPWA_VERSION' , '2.1.1' ); + define( 'SUPERPWA_VERSION' , '2.1.2' ); } /**