laipower/wp-content/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons
KawaiiPunk 4b9aecd896 updated plugin `Menu Icons` version 0.12.4 2020-07-24 14:08:54 +00:00
..
assets/css updated plugin `Menu Icons` version 0.12.4 2020-07-24 14:08:54 +00:00
build updated plugin `Menu Icons` version 0.12.4 2020-07-24 14:08:54 +00:00
CHANGELOG.md updated plugin `Menu Icons` version 0.12.4 2020-07-24 14:08:54 +00:00
LICENSE updated plugin `Menu Icons` version 0.12.4 2020-07-24 14:08:54 +00:00
README.md updated plugin `Menu Icons` version 0.12.4 2020-07-24 14:08:54 +00:00
class-gutenberg-menu-icons.php updated plugin `Menu Icons` version 0.12.4 2020-07-24 14:08:54 +00:00
load.php updated plugin `Menu Icons` version 0.12.4 2020-07-24 14:08:54 +00:00

README.md

ThemeIsle Gutenberg Menu Icons

You can include this library like this::

if ( class_exists( '\ThemeIsle\GutenbergMenuIcons' ) ) {
	\ThemeIsle\GutenbergMenuIcons::instance();
}

Releasing

This repository uses conventional changelog commit messages to trigger release

How to release a new version:

  • Clone the master branch
  • Do your changes
  • Send a PR to master and merge it using the following subject message
    • release: <release short description> - for patch release
    • release(minor): <release short description> - for minor release
    • release(major): <release short description> - for major release The release notes will inherit the body of the commit message which triggered the release. For more details check the simple-preset that we use.