Skip to content

Commit

Permalink
Version bump and update readmes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiego committed Jul 29, 2023
1 parent 7e3f822 commit c41f2ce
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 14 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

![The Icon Block](https://github.com/ndiego/icon-block/blob/main/.wordpress-org/banner-1544x500.png)

The Icon Block plugin registers a single, easy-to-use block that allows you to add custom SVG icons and graphics to the WordPress block editor (Gutenberg). The plugin also includes the complete WordPress icon library with 270+ SVG icons to choose from.
The Icon Block plugin registers a single, easy-to-use block that allows you to add custom SVG icons and graphics to the WordPress block editor (Gutenberg). The plugin also includes the complete WordPress icon library with 290+ SVG icons to choose from.

### Key Features

- 270+ native WordPress icons, including social logos
- 290+ native WordPress icons, including social logos
- Use any custom SVG icon or graphic
- Insert icons from your Media Library if SVG uploads are supported
- Includes handy icon controls (link, rotate, alignment, colors, border, padding, margin, etc.)
Expand All @@ -20,7 +20,7 @@ The Icon Block plugin registers a single, easy-to-use block that allows you to a

## Requirements

- WordPress 6.0+
- WordPress 6.2+
- PHP 7.0+

## Development
Expand Down
4 changes: 2 additions & 2 deletions icon-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/**
* Plugin Name: The Icon Block
* Description: Effortlessly add SVG icons and graphics to the WordPress block editor.
* Requires at least: 6.0
* Requires at least: 6.2
* Requires PHP: 7.0
* Version: 1.5.0
* Version: 1.6.0
* Author: Nick Diego
* Author URI: https://www.nickdiego.com
* License: GPL-2.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icon-block",
"version": "1.5.0",
"version": "1.6.0",
"description": "Effortlessly add SVG icons and graphics to the WordPress block editor.",
"author": "Nick Diego",
"license": "GPL-2.0-or-later",
Expand Down
24 changes: 16 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== The Icon Block ===
Contributors: ndiego, outermostdesign
Tags: icon, icon block, SVG, SVG block, block
Requires at least: 6.0
Tested up to: 6.2
Requires at least: 6.2
Tested up to: 6.3
Requires PHP: 7.0
Stable tag: 1.5.0
Stable tag: 1.6.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -14,11 +14,11 @@ Effortlessly add SVG icons and graphics to the WordPress block editor.

The Icon Block plugin registers a single, easy-to-use block that allows you to add custom SVG icons and graphics to the WordPress block editor (Gutenberg).

The plugin also includes the complete WordPress icon library with 270+ SVG icons to choose from.
The plugin also includes the complete WordPress icon library with 290+ SVG icons to choose from.

=== Key Features ===

* 270+ native WordPress icons, including social logos
* 290+ native WordPress icons, including social logos
* Use any custom SVG icon or graphic
* Insert icons from your Media Library if SVG uploads are supported
* Includes handy icon controls (link, rotate, alignment, colors, border, padding, margin, etc.)
Expand Down Expand Up @@ -78,12 +78,20 @@ Note that WordPress multisite installations have additional restrictions. "Unfil

== Changelog ==

= 1.6.0 - 2023-07-TBD =
= 1.6.0 - 2023-07-29 =

**Added**

* Add Threads and WhatsApp social icons.
* Add Core icons new in WordPress 6.2: Border, Caption, Chevron Up/Down, Comment Edit Link, Copy, Drawer Left, Drawer Right, Filter, Justify Stretch, Line Dashed, Line Dotted, Line Solid, List Item, Lock Outline, Lock Small, Seen, Shadow, Shuffle, and Unseen

**Changed**

* Update minimum required WordPress verion to 6.2. We want to be utilizing the latest functionality in WordPress.
* Move color settings to the native "color" panel.
* **Update minimum required WordPress version to 6.2**. We want to be utilizing the latest functionality in WordPress.
* Update to block API v3 for better 6.3 compatibility.
* Disable dimension and border default controls for better 6.3 compatibility.
* Move color controls to the native "color" panel. ([#35](https://github.com/ndiego/icon-block/pull/35))
* Simplify transform CSS. ([#32](https://github.com/ndiego/icon-block/pull/32))

= 1.5.0 - 2023-03-09 =

Expand Down

0 comments on commit c41f2ce

Please sign in to comment.