Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
v1.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
luisherranz committed Aug 28, 2018
1 parent 8fc50b7 commit 7a24626
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: html5, pwa, webapp, app, progressive web app
Author URI: https://frontity.com/?utm_source=plugin-repository&utm_medium=link&utm_campaign=plugin-description
Requires at least: 4.4
Tested up to: 4.9.6
Stable tag: 1.4.14
Stable tag: 1.4.15
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html

Expand Down Expand Up @@ -53,6 +53,9 @@ Sure! Visit [blog.frontity.com](https://blog.frontity.com/?utm_source=plugin-rep
== Screenshots ==

== Changelog ==
= 1.4.15 =
* use gallery function and classes to get image ids when possible

= 1.4.14 =
* add support for <audio>
* fix home url if force frontpage is used
Expand Down
4 changes: 2 additions & 2 deletions wp-pwa.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: WordPress PWA
Plugin URI: https://wordpress.org/plugins/wordpress-pwa/
Description: WordPress plugin to turn WordPress blogs into Progressive Web Apps.
Version: 1.4.14
Version: 1.4.15
Author: WordPress PWA
Author URI:
License: GPL v3
Expand All @@ -25,7 +25,7 @@
class wp_pwa
{
// vars
public $plugin_version = '1.4.14';
public $plugin_version = '1.4.15';
public $rest_api_installed = false;
public $rest_api_active = false;
public $rest_api_working = false;
Expand Down

0 comments on commit 7a24626

Please sign in to comment.