diff --git a/README.md b/README.md index 06ed803..96eaebe 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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 diff --git a/changelog.txt b/changelog.txt index aa6da50..1891130 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 @@ -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 diff --git a/oik-bob-bing-wide.php b/oik-bob-bing-wide.php index 982f62a..161f067 100644 --- a/oik-bob-bing-wide.php +++ b/oik-bob-bing-wide.php @@ -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 diff --git a/readme.txt b/readme.txt index f278e64..6701976 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 @@ -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