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

Commit

Permalink
chore(release): 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frontibotito committed Jan 29, 2019
1 parent 3e23581 commit bb75cf8
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 15 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.12.0](https://github.com/frontity/wp-plugin/compare/v1.11.0...v1.12.0) (2019-01-29)


### Bug Fixes

* **purifier:** fixes warnings when running purifier ([5e8f75c](https://github.com/frontity/wp-plugin/commit/5e8f75c))
* **settings:** removes api_filters from settings ([b42942a](https://github.com/frontity/wp-plugin/commit/b42942a))


### Features

* **rest-api:** adds support for excludeFields param ([60d58b1](https://github.com/frontity/wp-plugin/commit/60d58b1))
* **settings:** adds injection type setting ([d762327](https://github.com/frontity/wp-plugin/commit/d762327))

# [1.11.0](https://github.com/frontity/wp-plugin/compare/v1.10.7...v1.11.0) (2019-01-18)


Expand Down
43 changes: 31 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontity-wp-plugin",
"version": "1.11.0",
"version": "1.12.0",
"private": true,
"description": "WordPress plugin to inject and configure » Frontity",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions wp-pwa.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://wordpress.org/plugins/wordpress-pwa/
GitHub Plugin URI: https://github.com/frontity/wp-plugin
Description: WordPress plugin to turn WordPress blogs into Progressive Web Apps.
Version: 1.11.0
Version: 1.12.0
Author: Frontity
Author URI: https://frontity.com/?utm_source=plugin-repository&utm_medium=link&utm_campaign=plugin-description
License: GPL v3
Expand All @@ -23,7 +23,7 @@
if (!class_exists('frontity')) :

class Frontity {
public $plugin_version = '1.11.0';
public $plugin_version = '1.12.0';

function __construct() {
// Migrates settings when the plugin updates.
Expand Down

0 comments on commit bb75cf8

Please sign in to comment.