Changeset 1987486
- Timestamp:
- 12/07/2018 06:43:06 AM (7 years ago)
- Location:
- pwa4wp/trunk
- Files:
-
- 1 added
- 4 edited
-
admin/class-pwa4wp-service-worker-generator.php (modified) (1 diff)
-
includes/class-pwa4wp.php (modified) (1 diff)
-
public/js/pwa4wp-a2hs-controler.js (added)
-
pwa4wp.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pwa4wp/trunk/admin/class-pwa4wp-service-worker-generator.php
r1987465 r1987486 5 5 6 6 private $plugin_root_url; 7 private $version = '1.1. 0';7 private $version = '1.1.1'; 8 8 9 9 public function __construct( $plugin_root ) { -
pwa4wp/trunk/includes/class-pwa4wp.php
r1987465 r1987486 79 79 $this->version = PWA4WP_VERSION; 80 80 } else { 81 $this->version = '1.1. 0';81 $this->version = '1.1.1'; 82 82 } 83 83 $this->pwa4wp = 'PWA for WordPress'; -
pwa4wp/trunk/pwa4wp.php
r1987465 r1987486 17 17 * Plugin URI: https://github.com/ryu-compin/pwa4wp 18 18 * Description: Provides transformation for WordPress to PWA. 19 * Version: 1.1. 019 * Version: 1.1.1 20 20 * Author: PWA for WordPress Developers Group 21 21 * Author URI: https://github.com/ryu-compin/pwa4wp/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'PWA4WP_VERSION', '1.1. 0' );38 define( 'PWA4WP_VERSION', '1.1.1' ); 39 39 if((!is_multisite())||((is_multisite())&&(get_blog_option( 1, 'pwa4wp_multisite_unify', $default = 1 ) == 1))||(is_main_site())) { 40 40 define( 'PWA4WP_SERVICEWORKER_FILE', 'pwa4wp-sw-'.get_current_blog_id().'.js'); -
pwa4wp/trunk/readme.txt
r1987465 r1987486 4 4 Tags: pwa, progressive web app, progressive web apps, pwa4wp, mobile, responsive, offline, cache 5 5 Requires at least: 4.4 6 Tested up to: 5.0 .07 Stable tag: 1.1. 06 Tested up to: 5.0 7 Stable tag: 1.1.1 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later … … 68 68 69 69 == Upgrade Notice == 70 = 1.1. 0=70 = 1.1.1 = 71 71 Update: 72 72 Multi-site supported. 73 Defer PWA installation option added. 73 74 74 75 == Changelog == 75 = 1.1. 0=76 = 1.1.1 = 76 77 Release Date - 06 December, 2018 77 78 Update: 78 79 Multi-site supported. 80 Defer PWA installation option added. 79 81 Fixed issue: 80 82 Regular expression form for "URLs for exclude from cache list" increases escape character in every time saving settings.
Note: See TracChangeset
for help on using the changeset viewer.