Skip to content

Commit

Permalink
Merge pull request #132 from SuperPWA/2.1.2
Browse files Browse the repository at this point in the history
Removed maskable icon purpose from the splash screen
  • Loading branch information
josevarghese committed Jul 24, 2020
2 parents 10e440b + c86526a commit f0f905d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion public/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
}

Expand Down
4 changes: 2 additions & 2 deletions superpwa.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -43,7 +43,7 @@
* @since 1.0
*/
if ( ! defined( 'SUPERPWA_VERSION' ) ) {
define( 'SUPERPWA_VERSION' , '2.1.1' );
define( 'SUPERPWA_VERSION' , '2.1.2' );
}

/**
Expand Down

0 comments on commit f0f905d

Please sign in to comment.