From a6f006489545cebda6620d5bf9f1d8773fecab7a Mon Sep 17 00:00:00 2001 From: patrik csak
Date: Wed, 29 Nov 2023 20:45:01 -0800 Subject: [PATCH] v8.0.0 --- changelog.md | 2 +- fa-wp-admin-menu-icons.php | 2 +- readme.txt | 9 ++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 9f6e624..21a25c7 100644 --- a/changelog.md +++ b/changelog.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/patrik-csak/fa-wp-admin-menu-icons/compare/v7.2.0...HEAD) +## [8.0.0](https://github.com/patrik-csak/fa-wp-admin-menu-icons/compare/v7.2.0...v8.0.0) – 2023-11-29 ### Changed diff --git a/fa-wp-admin-menu-icons.php b/fa-wp-admin-menu-icons.php index ba85d66..600e343 100644 --- a/fa-wp-admin-menu-icons.php +++ b/fa-wp-admin-menu-icons.php @@ -3,7 +3,7 @@ * Plugin Name: FA WP Admin Menu Icons * Plugin URI: https://github.com/patrik-csak/font-awesome-wordpress-admin-menu-icons * Description: Use Font Awesome icons for custom post types and custom menu pages. - * Version: 7.2.0 + * Version: 8.0.0 * Author: Patrik Csak * Author URI: https://github.com/patrik-csak * License: GPL diff --git a/readme.txt b/readme.txt index ebac723..6ebb805 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: fontawesome, icon, icons, custom Requires at least: 4.4 Tested up to: 6.4.1 Requires PHP: 8.0 -Stable tag: 7.2.0 +Stable tag: 8.0.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html @@ -91,6 +91,13 @@ FA WP Admin Menu Icons only supports Font Awesome's [free icons](https://fontawe == Changelog == += 8.0.0 = + +**Changed** + +- Upgrade Font Awesome from v6.4.0 to v6.5.0 +- Require PHP v8.1+ + = 7.2.0 = **Changed**