Skip to content

Commit

Permalink
Hotfix for #1353
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayraje committed May 11, 2021
1 parent 6480c66 commit 842a41f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wordlift-plugin",
"description": "WordLift brings the power of Artificial Intelligence to organize content. Attract new readers and get their true attention with top notch semantic seo.",
"private": true,
"version": "3.31.0",
"version": "3.31.1",
"author": "WordLift",
"homepage": "https://wordift.io/",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion src-js/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordlift-plugin",
"version": "3.31.0",
"version": "3.31.1",
"description": "WordLift Plugin application for the web site public front-end.",
"main": "index.js",
"repository": "https://github.com/insideout10/wordlift-plugin",
Expand Down
2 changes: 1 addition & 1 deletion src/includes/class-wordlift.php
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ public function __construct() {
self::$instance = $this;

$this->plugin_name = 'wordlift';
$this->version = '3.31.0';
$this->version = '3.31.1';
$this->load_dependencies();
$this->set_locale();
$this->define_admin_hooks();
Expand Down
4 changes: 4 additions & 0 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ You can open your datasets to the public, attaching to it a free or a commercial

== Changelog ==

= 3.31.1 (2021-05-11) =

* Fix [#1353](https://github.com/insideout10/wordlift-plugin/issues/1353): Manual annotation in classic editor block inside block editor not working

= 3.31.0 (2021-05-10) =

* Enhancement [#1354](https://github.com/insideout10/wordlift-plugin/issues/1354): Add filter for filler posts in faceted search
Expand Down
2 changes: 1 addition & 1 deletion src/wordlift.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: WordLift
* Plugin URI: https://wordlift.io
* Description: WordLift brings the power of AI to organize content, attract new readers and get their attention. To activate the plugin <a href="https://wordlift.io/">visit our website</a>.
* Version: 3.31.0
* Version: 3.31.1
* Author: WordLift, Insideout10
* Author URI: https://wordlift.io
* License: GPL-2.0+
Expand Down

0 comments on commit 842a41f

Please sign in to comment.