Skip to content
This repository was archived by the owner on Sep 10, 2020. It is now read-only.

Commit 7f5a038

Browse files
committed
Version 1.1.1.
1 parent 6c5c0a8 commit 7f5a038

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

src/README.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ Nope, but we have a Pro addon for that called [Options Pixie Pro](https://www.by
8080

8181
== Changelog ==
8282

83+
= 1.1.1 =
84+
* Fix: Fixed "PHP Notice: Trying to get property of non-object" in debug log when trying to expand already deleted record.
85+
* Change: Minor improvements to README and wp.org banner image.
86+
* Tested: WordPress 4.7.
87+
8388
= 1.1 =
8489
* New: There is now a small promo for Options Pixie Pro in the footer of Option Pixie.
8590
* Change: Header text now complies with WordPress 4.3+ changes, but remains backwards compatible.
@@ -97,7 +102,7 @@ Nope, but we have a Pro addon for that called [Options Pixie Pro](https://www.by
97102
* Fix: Removed extra "/" displayed in multisite selector values for path based multisites.
98103
* Fix: Remember Search & Sort checkbox now shown properly in Screen Options panel for multisites.
99104
* Fix: Very first Search or Switch Site button usage now works as expected.
100-
* Tested: WordPress 4.3
105+
* Tested: WordPress 4.3.
101106

102107
= 1.0 =
103108
* Initial release.

src/includes/class-options-pixie.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class Options_Pixie {
6969
public function __construct() {
7070

7171
$this->options_pixie = 'options-pixie';
72-
$this->version = '1.1';
72+
$this->version = '1.1.1';
7373

7474
$this->load_dependencies();
7575
$this->set_locale();

src/options-pixie.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin Name: Options Pixie
1010
* Plugin URI: https://www.bytepixie.com/options-pixie/
1111
* Description: List, filter, sort and view options records, even serialized and base64 encoded values.
12-
* Version: 1.1
12+
* Version: 1.1.1
1313
* Author: Byte Pixie
1414
* Author URI: https://www.bytepixie.com/
1515
* License: GPL-2.0+

0 commit comments

Comments
 (0)