Skip to content

Commit

Permalink
oik-bob-bing-wide v2.3.0 2024/10/17
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Oct 17, 2024
1 parent 6404a29 commit 7820630
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 21 deletions.
25 changes: 15 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* Donate link: https://www.oik-plugins.com/oik/oik-donate/
* Tags: blocks, shortcodes, smart, lazy, [bw_csv], [bw_plug], [bw_search], [bw_page], [bw_post], oik, WordPress, WPMS, BuddyPress, bbPress, Artisteer, Drupal, github, [bw_archive]
* Requires at least: 5.0
* Tested up to: 6.6.1
* Stable tag: 2.2.5
* Tested up to: 6.7-beta3
* Stable tag: 2.3.0
* Gutenberg compatible: Yes
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -16,7 +16,7 @@ More blocks and lazy smart shortcodes for the WordPress block editor.
Blocks:

* CSV - Displays CSV content
* Dashicon - Displays over 600 SVG icons
* Dashicon - Displays over 680 SVG icons
* GitHub Issue - Displays links to GitHub issues
* Search - Displays a search form
* WordPress - Displays information about WordPress and PHP versions or Gutenberg
Expand Down Expand Up @@ -88,15 +88,20 @@ Implement them using diy-oik if required.
2. [ bw_plug name="oik,oik-bob-bing-wide"]

## Upgrade Notice
# 2.2.5
Update for PHP 8.3 support
# 2.3.0
Update for new SVG icons including the social-links icons

## Changelog
# 2.2.5
* Changed: Reconcile shared library file libs/bobbfunc.php #63
* Fixed: Only respond to oik_add_shortcodes after oik_loaded has been run #67
* Fixed: Correct readme Tested up to and Stable tag #63
* Tested: With WordPress 6.6.1 and WordPress Multisite
# 2.3.0
* Fixed: Correct SVG tag clip-rule and fill-rule attribute names #69
* Fixed: Correct server side rendering of SVG tags attributes #69
* Changed: Ensure dashicons is enqueued in the block editor #69
* Fixed: Correct renderCustom. Adjust labels #69
* Changed: Update icons from Gutenberg source #69
* Changed: Add social-link icons copied from Gutenberg and oldicons no longer part of @wordpress/icons #69
* Changed: Change classname to clsx #69
* Changed: Update wp-scripts to v30.1.0 #69
* Tested: With WordPress 6.7-beta3 and WordPress Multisite
* Tested: With PHP 8.3
* Tested: With PHPUnit 9.6

Expand Down
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
== Upgrade Notice ==
= 2.2.5 =
Update for PHP 8.3 support

= 2.2.4 =
Update for PHP 8.1 and PHP 8.2 support

Expand Down Expand Up @@ -124,6 +127,14 @@ This version is a standalone version from www.oik-plugins.co.uk
This version matches the child plugin oik-bob-bing-wide in oik v1.17

== Changelog ==
= 2.2.5 =
* Changed: Reconcile shared library file libs/bobbfunc.php #63
* Fixed: Only respond to oik_add_shortcodes after oik_loaded has been run #67
* Fixed: Correct readme Tested up to and Stable tag #63
* Tested: With WordPress 6.6.1 and WordPress Multisite
* Tested: With PHP 8.3
* Tested: With PHPUnit 9.6

= 2.2.4 =
* Changed: More support for PHP 8.1 and PHP 8.2 #63
* Tested: With WordPress 6.4-RC1 and WordPress Multisite
Expand Down
2 changes: 1 addition & 1 deletion oik-bob-bing-wide.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: oik bob bing wide shortcodes
Plugin URI: https://www.oik-plugins.com/oik-plugins/oik-bob-bing-wide-plugin
Description: More lazy smart shortcodes: bw_csv, bw_plug, bw_page, bw_post, oik and loik, wp, wpms, bp, artisteer, drupal, bw_search, bw_dash, bw_rpt, bw_graphviz, bw_option, github, bw_archive
Version: 2.2.5
Version: 2.3.0
Author: bobbingwide
Author URI: https://www.bobbingwide.com/about-bobbing-wide
Text Domain: oik-bob-bing-wide
Expand Down
25 changes: 15 additions & 10 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: bobbingwide
Donate link: https://www.oik-plugins.com/oik/oik-donate/
Tags: blocks, shortcodes, smart, lazy, [bw_csv], [bw_plug], [bw_search], [bw_page], [bw_post], oik, WordPress, WPMS, BuddyPress, bbPress, Artisteer, Drupal, github, [bw_archive]
Requires at least: 5.0
Tested up to: 6.6.1
Stable tag: 2.2.5
Tested up to: 6.7-beta3
Stable tag: 2.3.0
Gutenberg compatible: Yes
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -15,7 +15,7 @@ More blocks and lazy smart shortcodes for the WordPress block editor.
Blocks:

* CSV - Displays CSV content
* Dashicon - Displays over 600 SVG icons
* Dashicon - Displays over 680 SVG icons
* GitHub Issue - Displays links to GitHub issues
* Search - Displays a search form
* WordPress - Displays information about WordPress and PHP versions or Gutenberg
Expand Down Expand Up @@ -87,15 +87,20 @@ Implement them using diy-oik if required.
2. [ bw_plug name="oik,oik-bob-bing-wide"]

== Upgrade Notice ==
= 2.2.5 =
Update for PHP 8.3 support
= 2.3.0 =
Update for new SVG icons including the social-links icons

== Changelog ==
= 2.2.5 =
* Changed: Reconcile shared library file libs/bobbfunc.php #63
* Fixed: Only respond to oik_add_shortcodes after oik_loaded has been run #67
* Fixed: Correct readme Tested up to and Stable tag #63
* Tested: With WordPress 6.6.1 and WordPress Multisite
= 2.3.0 =
* Fixed: Correct SVG tag clip-rule and fill-rule attribute names #69
* Fixed: Correct server side rendering of SVG tags attributes #69
* Changed: Ensure dashicons is enqueued in the block editor #69
* Fixed: Correct renderCustom. Adjust labels #69
* Changed: Update icons from Gutenberg source #69
* Changed: Add social-link icons copied from Gutenberg and oldicons no longer part of @wordpress/icons #69
* Changed: Change classname to clsx #69
* Changed: Update wp-scripts to v30.1.0 #69
* Tested: With WordPress 6.7-beta3 and WordPress Multisite
* Tested: With PHP 8.3
* Tested: With PHPUnit 9.6

Expand Down

0 comments on commit 7820630

Please sign in to comment.