Skip to content

Commit

Permalink
oik-css v1.2.0 2021/03/19
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Mar 19, 2021
1 parent 3b7e08f commit b6ff010
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 28 deletions.
12 changes: 11 additions & 1 deletion README.md
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: CSS, GeSHi, blocks, shortcodes, [bw_css], [bw_geshi], [bw_autop], [bw_background], oik, lazy, smart
* Requires at least: 5.0
* Tested up to: 5.6
* Tested up to: 5.7
* Gutenberg compatible: Yes
* Stable tag: 1.1.0
* License: GPLv2 or later
Expand Down Expand Up @@ -108,6 +108,9 @@ This new plugin depends on Gutenberg, the oik base plugin and oik-css.


## Upgrade Notice
# 1.2.0
Upgrade for PHP 8.0 support.

# 1.1.1
Update for improved compatibility with Gutenberg.

Expand Down Expand Up @@ -169,6 +172,13 @@ Dependent upon the oik base plugin v2.0 (or higher)
Dependent upon the oik base plugin

## Changelog
# 1.2.0
* Changed: Updated for PHP 8.0 support
* Tested: With WordPress 5.7 and WordPress Multi Site
* Tested: With Gutenberg 10.2.1
* Tested: With PHP 8.0 and 7.4
* Tested: With PHPUnit 9

# 1.1.1
* Fixed: Add surrounding div for improved compatibility with Gutenberg 8.9.2,https://github.com/bobbingwide/oik-css/issues/14
* Tested: With WordPress 5.6 and WordPress Multi Site
Expand Down
4 changes: 2 additions & 2 deletions admin/oik-activation.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package oik-libs
*/
if ( !defined( "OIK_ACTIVATION_INCLUDED" ) ) {
define( "OIK_ACTIVATION_INCLUDED", "3.2.0" );
define( "OIK_ACTIVATION_INCLUDED", "3.2.1" );


if ( function_exists( "oik_plugin_lazy_activation" ) ) {
Expand Down Expand Up @@ -192,7 +192,7 @@ function oik_plugin_oik_install_link( $plugin, $problem="missing" ) {
if ( !function_exists( "oik_plugin_plugin_inactive" ) ) {
function oik_plugin_plugin_inactive( $plugin=null, $dependencies=null, $problem=null ) {
$plugin_name = basename( $plugin, ".php" );
$dependencies = str_replace( ":", __(" version ", null) , $dependencies );
$dependencies = str_replace( ":", ' ' . __("version", null) . ' ' , $dependencies );
$text = "<p><b>";
$text .= sprintf( __( '%1$s may not be fully functional.', null), $plugin_name );
$text .= "</b> ";
Expand Down
Binary file modified languages/oik-css-bb_BB.mo
Binary file not shown.
17 changes: 10 additions & 7 deletions languages/oik-css-bb_BB.po
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Copyright (C) 2020 oik-css
# Copyright (C) 2021 oik-css
# This file is distributed under the same license as the oik-css package.
msgid ""
msgstr ""
"Project-Id-Version: oik-css 1.1.1\n"
"Project-Id-Version: oik-css 1.2.0\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/oik-css\n"
"POT-Creation-Date: 2020-12-19 16:11:14+00:00\n"
"POT-Creation-Date: 2021-03-19 17:56:59+00:00\n"
"MIME-Version: 1.0\n"
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
"Language: bb_BB\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
#: admin/oik-activation.php:29 libs/oik-depends.php:284
Expand All @@ -25,9 +25,8 @@ msgstr "Atcvitae %1$s"
msgid "Upgrade %1$s"
msgstr "Ugparde %1$s"

#: admin/oik-activation.php:195 libs/oik-depends.php:100
#: libs/oik-depends.php:147
msgid " version "
#: admin/oik-activation.php:195 libs/oik-depends.php:147
msgid "version"
msgstr "vreison"

#: admin/oik-activation.php:197 libs/oik-depends.php:150
Expand Down Expand Up @@ -109,6 +108,10 @@ msgstr "&#8212;"
msgid "Toggle panel: %s"
msgstr "Tgolge pnael: %s"

#: libs/oik-depends.php:100
msgid " version "
msgstr "vreison"

#: libs/oik-depends.php:103
msgid "Plugin %1$s may not be fully functional."
msgstr "Pulign %1$s mAy nOt bE fluly fnutcoianl."
Expand Down
Binary file modified languages/oik-css-en_GB.mo
Binary file not shown.
19 changes: 11 additions & 8 deletions languages/oik-css-en_GB.po
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Copyright (C) 2020 oik-css
# Copyright (C) 2021 oik-css
# This file is distributed under the same license as the oik-css package.
msgid ""
msgstr ""
"Project-Id-Version: oik-css 1.1.1\n"
"Project-Id-Version: oik-css 1.2.0\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/oik-css\n"
"POT-Creation-Date: 2020-12-19 16:11:14+00:00\n"
"POT-Creation-Date: 2021-03-19 17:56:59+00:00\n"
"MIME-Version: 1.0\n"
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
"Language: en_GB\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
#: admin/oik-activation.php:29 libs/oik-depends.php:284
Expand All @@ -25,10 +25,9 @@ msgstr "Activate %1$s"
msgid "Upgrade %1$s"
msgstr "Upgrade %1$s"

#: admin/oik-activation.php:195 libs/oik-depends.php:100
#: libs/oik-depends.php:147
msgid " version "
msgstr " version "
#: admin/oik-activation.php:195 libs/oik-depends.php:147
msgid "version"
msgstr "version"

#: admin/oik-activation.php:197 libs/oik-depends.php:150
msgid "%1$s may not be fully functional."
Expand Down Expand Up @@ -109,6 +108,10 @@ msgstr "&#8212;"
msgid "Toggle panel: %s"
msgstr "Toggle panel: %s"

#: libs/oik-depends.php:100
msgid " version "
msgstr " version "

#: libs/oik-depends.php:103
msgid "Plugin %1$s may not be fully functional."
msgstr "Plugin %1$s may not be fully functional."
Expand Down
17 changes: 10 additions & 7 deletions languages/oik-css.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (C) 2020 oik-css
# Copyright (C) 2021 oik-css
# This file is distributed under the same license as the oik-css package.
msgid ""
msgstr ""
"Project-Id-Version: oik-css 1.1.1\n"
"Project-Id-Version: oik-css 1.2.0\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/oik-css\n"
"POT-Creation-Date: 2020-12-19 16:11:14+00:00\n"
"POT-Creation-Date: 2021-03-19 17:56:59+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"

Expand All @@ -24,9 +24,8 @@ msgstr ""
msgid "Upgrade %1$s"
msgstr ""

#: admin/oik-activation.php:195 libs/oik-depends.php:100
#: libs/oik-depends.php:147
msgid " version "
#: admin/oik-activation.php:195 libs/oik-depends.php:147
msgid "version"
msgstr ""

#: admin/oik-activation.php:197 libs/oik-depends.php:150
Expand Down Expand Up @@ -117,6 +116,10 @@ msgstr ""
msgid "Toggle panel: %s"
msgstr ""

#: libs/oik-depends.php:100
msgid " version "
msgstr ""

#: libs/oik-depends.php:103
msgid "Plugin %1$s may not be fully functional."
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions oik-css.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
Plugin Name: oik-css
Plugin URI: https://www.oik-plugins.com/oik-plugins/oik-css
Description: Implements CSS and GeSHi blocks for internal CSS styling and to help document source code examples
Version: 1.1.1
Version: 1.2.0
Author: bobbingwide
Author URI: https://bobbingwide.com/about-bobbing-wide
Text Domain: oik-css
Domain Path: /languages/
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright 2013-2020 Bobbing Wide (email : [email protected] )
Copyright 2013-2021 Bobbing Wide (email : [email protected] )
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
Expand Down
12 changes: 11 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: bobbingwide, vsgloik
Donate link: https://www.oik-plugins.com/oik/oik-donate/
Tags: CSS, GeSHi, blocks, shortcodes, [bw_css], [bw_geshi], [bw_autop], [bw_background], oik, lazy, smart
Requires at least: 5.0
Tested up to: 5.6
Tested up to: 5.7
Gutenberg compatible: Yes
Stable tag: 1.1.0
License: GPLv2 or later
Expand Down Expand Up @@ -107,6 +107,9 @@ This new plugin depends on Gutenberg, the oik base plugin and oik-css.


== Upgrade Notice ==
= 1.2.0 =
Upgrade for PHP 8.0 support.

= 1.1.1 =
Update for improved compatibility with Gutenberg.

Expand Down Expand Up @@ -168,6 +171,13 @@ Dependent upon the oik base plugin v2.0 (or higher)
Dependent upon the oik base plugin

== Changelog ==
= 1.2.0 =
* Changed: Updated for PHP 8.0 support
* Tested: With WordPress 5.7 and WordPress Multi Site
* Tested: With Gutenberg 10.2.1
* Tested: With PHP 8.0 and 7.4
* Tested: With PHPUnit 9

= 1.1.1 =
* Fixed: Add surrounding div for improved compatibility with Gutenberg 8.9.2,[github bobbingwide oik-css issues 14]
* Tested: With WordPress 5.6 and WordPress Multi Site
Expand Down

0 comments on commit b6ff010

Please sign in to comment.