Skip to content

Commit

Permalink
oik-css v2.3.1 2024/11/14
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Nov 14, 2024
1 parent a2b54f0 commit a6ded58
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 23 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* Donate link: https://www.oik-plugins.com/oik/oik-donate/
* Tags: CSS, GeSHi, blocks, shortcodes
* Requires at least: 5.0
* Tested up to: 6.6.2
* Tested up to: 6.7
* Gutenberg compatible: Yes
* Stable tag: 2.3.0
* Stable tag: 2.3.1
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -95,17 +95,14 @@ Only a small selection of the languages are supported by oik-css. These are the
5. oik-CSS options - available when oik is active

## Upgrade Notice
# 2.3.0
Update to remove the dependency on the ep() shared library function which is being renamed in oik-bwtrace
# 2.3.1
Automatically disables automatic paragraph creation for block based themes.

## Changelog
# 2.3.0
* Changed: Remove oik_css_load_script_textdomain_relative_path #26
* Changed: Update language files #26
* Changed: Update wp-scripts to v30.0.2 and package version to 2.3.0 #26
* Changed: Remove dependency on bobbfunc's ep() #33
* Changed: Reconcile bobbfunc updates #33
* Tested: With WordPress 6.6.2 and WordPress Multisite
# 2.3.1
* Changed: Disable wpautop() processing for block based themes #35
* Changed: Update wp-scripts to v30.4.0 #26
* Tested: With WordPress 6.7 and WordPress Multisite
* Tested: With PHP 8.3
* Tested: With PHPUnit 9.6

Expand Down
13 changes: 13 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
== Upgrade Notice ==
= 2.3.0 =
Update to remove the dependency on the ep() shared library function which is being renamed in oik-bwtrace

= 2.2.0 =
Built with latest wp-scripts. Tested with WordPress 6.6.2.

Expand Down Expand Up @@ -87,6 +90,16 @@ Dependent upon the oik base plugin v2.0 (or higher)
Dependent upon the oik base plugin

== Changelog ==
= 2.3.0 =
* Changed: Remove oik_css_load_script_textdomain_relative_path #26
* Changed: Update language files #26
* Changed: Update wp-scripts to v30.0.2 and package version to 2.3.0 #26
* Changed: Remove dependency on bobbfunc's ep() #33
* Changed: Reconcile bobbfunc updates #33
* Tested: With WordPress 6.6.2 and WordPress Multisite
* Tested: With PHP 8.3
* Tested: With PHPUnit 9.6

= 2.2.0 =
* Changed: Update wp-scripts to v29.0.0. Add dependency on clsx. #26
* Tested: With WordPress 6.6.2 and WordPress Multisite
Expand Down
2 changes: 1 addition & 1 deletion oik-css.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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: 2.3.0
Version: 2.3.1
Author: bobbingwide
Author URI: https://bobbingwide.com/about-bobbing-wide
Text Domain: oik-css
Expand Down
19 changes: 8 additions & 11 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: bobbingwide, vsgloik
Donate link: https://www.oik-plugins.com/oik/oik-donate/
Tags: CSS, GeSHi, blocks, shortcodes
Requires at least: 5.0
Tested up to: 6.6.2
Tested up to: 6.7
Gutenberg compatible: Yes
Stable tag: 2.3.0
Stable tag: 2.3.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -94,17 +94,14 @@ Note: oik-css will only load the GeSHi code if it is not already loaded.
5. oik-CSS options - available when oik is active

== Upgrade Notice ==
= 2.3.0 =
Update to remove the dependency on the ep() shared library function which is being renamed in oik-bwtrace
= 2.3.1 =
Automatically disables automatic paragraph creation for block based themes.

== Changelog ==
= 2.3.0 =
* Changed: Remove oik_css_load_script_textdomain_relative_path #26
* Changed: Update language files #26
* Changed: Update wp-scripts to v30.0.2 and package version to 2.3.0 #26
* Changed: Remove dependency on bobbfunc's ep() #33
* Changed: Reconcile bobbfunc updates #33
* Tested: With WordPress 6.6.2 and WordPress Multisite
= 2.3.1 =
* Changed: Disable wpautop() processing for block based themes #35
* Changed: Update wp-scripts to v30.4.0 #26
* Tested: With WordPress 6.7 and WordPress Multisite
* Tested: With PHP 8.3
* Tested: With PHPUnit 9.6

Expand Down

0 comments on commit a6ded58

Please sign in to comment.