Skip to content

Commit

Permalink
oik v3.3.6 - 2019/06/07 - Issues #120 and #129
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Jun 7, 2019
1 parent e4297f7 commit 39da821
Show file tree
Hide file tree
Showing 9 changed files with 633 additions and 619 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Tags: shortcodes, shortcode, advanced, oik
* Requires at least: 4.9.8
* Tested up to: 5.2.1
* Stable tag: 3.3.5
* Stable tag: 3.3.6
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Gutenberg compatible: Likely-yes
Expand Down Expand Up @@ -92,6 +92,9 @@ For other popular WordPress plugins (e.g. Jetpack, Easy-Digital-Downloads, WooCo
10. oik options - Buttons

## Upgrade Notice
# 3.3.6
Helps with some issues related to the WordPress block editor

# 3.3.5
Upgrade for improved capability to style pagination links

Expand Down Expand Up @@ -466,6 +469,10 @@ There are many changes in version 1.11 to support lazy invocation of code.
Some plugins have been created as separate plugins (e.g. uk-tides). Others have been changed so that you can activate them by changing oik settings, so are no longer activatable.

## Changelog
# 3.3.6
* Fixed: Disable get_the_excerpt processing for REST requests when context=edit, https://github.com/bobbingwide/oik/issues/120
* Fixed: Shortcodes not being expanded in reusable blocks, https://github.com/bobbingwide/oik/issues/129

# 3.3.5
* Changed: Improve styling capability for [bw_navi],https://github.com/bobbingwide/oik/issues/131
* Tested: With Gutenberg 5.8.0
Expand Down
Binary file modified languages/oik-bb_BB.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions languages/oik-bb_BB.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the same license as the oik package.
msgid ""
msgstr ""
"Project-Id-Version: oik 3.3.5\n"
"Project-Id-Version: oik 3.3.6\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/oik\n"
"POT-Creation-Date: 2019-06-04 16:52:25+00:00\n"
"POT-Creation-Date: 2019-06-07 06:07:47+00:00\n"
"MIME-Version: 1.0\n"
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
"Language: bb_BB\n"
Expand Down
Binary file modified languages/oik-en_GB.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions languages/oik-en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the same license as the oik package.
msgid ""
msgstr ""
"Project-Id-Version: oik 3.3.5\n"
"Project-Id-Version: oik 3.3.6\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/oik\n"
"POT-Creation-Date: 2019-06-04 16:52:25+00:00\n"
"POT-Creation-Date: 2019-06-07 06:07:47+00:00\n"
"MIME-Version: 1.0\n"
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
"Language: en_GB\n"
Expand Down
4 changes: 2 additions & 2 deletions languages/oik.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the same license as the oik package.
msgid ""
msgstr ""
"Project-Id-Version: oik 3.3.5\n"
"Project-Id-Version: oik 3.3.6\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/oik\n"
"POT-Creation-Date: 2019-06-04 16:52:25+00:00\n"
"POT-Creation-Date: 2019-06-07 06:07:47+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion oik.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: oik
Plugin URI: https://www.oik-plugins.com/oik-plugins/oik
Description: OIK Information Kit - Over 80 lazy smart shortcodes for displaying WordPress content
Version: 3.3.5
Version: 3.3.6
Author: bobbingwide
Author URI: https://www.oik-plugins.com/author/bobbingwide
Text Domain: oik
Expand Down
1,220 changes: 610 additions & 610 deletions phpunit.json

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.oik-plugins.com/oik/oik-donate/
Tags: shortcodes, shortcode, advanced, oik
Requires at least: 4.9.8
Tested up to: 5.2.1
Stable tag: 3.3.5
Stable tag: 3.3.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Gutenberg compatible: Likely-yes
Expand Down Expand Up @@ -91,6 +91,9 @@ For other popular WordPress plugins (e.g. Jetpack, Easy-Digital-Downloads, WooCo
10. oik options - Buttons

== Upgrade Notice ==
= 3.3.6 =
Helps with some issues related to the WordPress block editor

= 3.3.5 =
Upgrade for improved capability to style pagination links

Expand Down Expand Up @@ -465,6 +468,10 @@ There are many changes in version 1.11 to support lazy invocation of code.
Some plugins have been created as separate plugins (e.g. uk-tides). Others have been changed so that you can activate them by changing oik settings, so are no longer activatable.

== Changelog ==
= 3.3.6 =
* Fixed: Disable get_the_excerpt processing for REST requests when context=edit, [github bobbingwide oik issues 120]
* Fixed: Shortcodes not being expanded in reusable blocks, [github bobbingwide oik issues 129]

= 3.3.5 =
* Changed: Improve styling capability for [bw_navi],[github bobbingwide oik issues 131]
* Tested: With Gutenberg 5.8.0
Expand Down

0 comments on commit 39da821

Please sign in to comment.