Plugin Directory

Changeset 1987486


Ignore:
Timestamp:
12/07/2018 06:43:06 AM (7 years ago)
Author:
ryushindo
Message:

version 1.1.1 release

Location:
pwa4wp/trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • pwa4wp/trunk/admin/class-pwa4wp-service-worker-generator.php

    r1987465 r1987486  
    55
    66    private $plugin_root_url;
    7     private $version = '1.1.0';
     7    private $version = '1.1.1';
    88
    99    public function __construct( $plugin_root ) {
  • pwa4wp/trunk/includes/class-pwa4wp.php

    r1987465 r1987486  
    7979            $this->version = PWA4WP_VERSION;
    8080        } else {
    81             $this->version = '1.1.0';
     81            $this->version = '1.1.1';
    8282        }
    8383        $this->pwa4wp = 'PWA for WordPress';
  • pwa4wp/trunk/pwa4wp.php

    r1987465 r1987486  
    1717 * Plugin URI:        https://github.com/ryu-compin/pwa4wp
    1818 * Description:       Provides transformation for WordPress to PWA.
    19  * Version:           1.1.0
     19 * Version:           1.1.1
    2020 * Author:            PWA for WordPress Developers Group
    2121 * Author URI:        https://github.com/ryu-compin/pwa4wp/
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'PWA4WP_VERSION', '1.1.0' );
     38define( 'PWA4WP_VERSION', '1.1.1' );
    3939if((!is_multisite())||((is_multisite())&&(get_blog_option( 1, 'pwa4wp_multisite_unify', $default = 1 ) == 1))||(is_main_site())) {
    4040    define( 'PWA4WP_SERVICEWORKER_FILE', 'pwa4wp-sw-'.get_current_blog_id().'.js');
  • pwa4wp/trunk/readme.txt

    r1987465 r1987486  
    44Tags: pwa, progressive web app, progressive web apps, pwa4wp, mobile, responsive, offline, cache
    55Requires at least: 4.4
    6 Tested up to: 5.0.0
    7 Stable tag: 1.1.0
     6Tested up to: 5.0
     7Stable tag: 1.1.1
    88Requires PHP: 5.4
    99License: GPLv2 or later
     
    6868
    6969== Upgrade Notice ==
    70 = 1.1.0 =
     70= 1.1.1 =
    7171Update:
    7272Multi-site supported.
     73Defer PWA installation option added.
    7374
    7475== Changelog ==
    75 = 1.1.0 =
     76= 1.1.1 =
    7677Release Date - 06 December, 2018
    7778Update:
    7879Multi-site supported.
     80Defer PWA installation option added.
    7981Fixed issue:
    8082Regular 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.