diff --git a/languages/icon-block.pot b/languages/icon-block.pot index a3c7f71..7d79d5c 100644 --- a/languages/icon-block.pot +++ b/languages/icon-block.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPL-2.0-or-later. msgid "" msgstr "" -"Project-Id-Version: The Icon Block 1.1.0\n" +"Project-Id-Version: The Icon Block 1.2.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/icon-block\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2022-01-25T02:04:02+00:00\n" +"POT-Creation-Date: 2022-05-03T00:21:04+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.5.0\n" "X-Domain: icon-block\n" @@ -46,10 +46,6 @@ msgstr "" msgid "Align Justify" msgstr "" -#: build/index.js:1 -msgid "Align Justify - Alt" -msgstr "" - #: build/index.js:1 msgid "Align Left" msgstr "" @@ -206,10 +202,6 @@ msgstr "" msgid "Cog" msgstr "" -#: build/index.js:1 -msgid "Cog - Alt" -msgstr "" - #: build/index.js:1 msgid "Color" msgstr "" @@ -601,6 +593,10 @@ msgstr "" msgid "Position Right" msgstr "" +#: build/index.js:1 +msgid "Post" +msgstr "" + #: build/index.js:1 msgid "Pencil" msgstr "" @@ -669,6 +665,10 @@ msgstr "" msgid "Post List" msgstr "" +#: build/index.js:1 +msgid "Post Terms" +msgstr "" + #: build/index.js:1 msgid "Post Title" msgstr "" @@ -713,6 +713,10 @@ msgstr "" msgid "Query Pagination Previous" msgstr "" +#: build/index.js:1 +msgid "Query Title" +msgstr "" + #: build/index.js:1 msgid "Quote" msgstr "" @@ -729,6 +733,10 @@ msgstr "" msgid "Remove Bug" msgstr "" +#: build/index.js:1 +msgid "Remove Submenu" +msgstr "" + #: build/index.js:1 msgid "Replace" msgstr "" @@ -753,6 +761,10 @@ msgstr "" msgid "Rotate Right" msgstr "" +#: build/index.js:1 +msgid "Row" +msgstr "" + #: build/index.js:1 msgid "RSS" msgstr "" @@ -766,6 +778,7 @@ msgid "Separator" msgstr "" #: build/index.js:1 +#: build/index.js:2 msgid "Settings" msgstr "" @@ -917,10 +930,6 @@ msgstr "" msgid "Trash" msgstr "" -#: build/index.js:1 -msgid "Trash - Filled" -msgstr "" - #: build/index.js:1 msgid "Trending Down" msgstr "" @@ -969,6 +978,34 @@ msgstr "" msgid "Widget" msgstr "" +#: build/index.js:1 +msgid "WordPress" +msgstr "" + +#: build/index.js:1 +msgid "Arrows" +msgstr "" + +#: build/index.js:1 +msgid "Blocks" +msgstr "" + +#: build/index.js:1 +msgid "Devices" +msgstr "" + +#: build/index.js:1 +msgid "Editor" +msgstr "" + +#: build/index.js:1 +msgid "Logos" +msgstr "" + +#: build/index.js:1 +msgid "All" +msgstr "" + #: build/index.js:1 msgid "Icon Library" msgstr "" @@ -1042,10 +1079,6 @@ msgstr "" msgid "Add/edit custom icon" msgstr "" -#: build/index.js:2 -msgid "Icon settings" -msgstr "" - #: build/index.js:2 msgid "Briefly describe the icon to help screen reader users." msgstr "" diff --git a/package-lock.json b/package-lock.json index ddf87f4..2a4db95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "icon-block", - "version": "1.1.2", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/readme.txt b/readme.txt index 97c1be3..a0a20a8 100644 --- a/readme.txt +++ b/readme.txt @@ -24,6 +24,7 @@ The plugin also includes the complete WordPress icon library with 270+ SVG icons * No block library required 🎉 * Built almost entirely with native WordPress components * Will get additional functionality as it's added to WordPress core +* Register your own custom icon library. [Learn more](https://nickdiego.com/adding-custom-icons-to-the-icon-block/). === Stay Connected === @@ -45,6 +46,8 @@ The plugin also includes the complete WordPress icon library with 270+ SVG icons Currently, the Icon Block only includes the WordPress icon library. That said, the plugin allows you to render **any** SVG-based icon by simply copy/pasting the code into the icon textarea when using the "Add custom icon" option! See the screenshots for reference. This gives you complete flexibility and allows you to use practically any icon you want. A great source for free SVG icons is Google's Material Icons project, Font Awesome, and Iconic, just to name a few. +The Icon Block also allows you to register your own custom block library. This needs to be done externally in your theme, or via a plugin, but provides complete flexibility over the icons available in the plugin. [Learn more](https://nickdiego.com/adding-custom-icons-to-the-icon-block/). + = Why is my icon not changing color? = The Icon Block includes controls for the icon's color and background. However, if your SVG icon has hard coded color/fill values, the plugin will respect those instead of any applied custom colors.