From b3c5d9109cdaa5be54ab45e1e26ff890ffca4b6c Mon Sep 17 00:00:00 2001 From: David Shanske Date: Sun, 8 Dec 2024 20:57:10 +0000 Subject: [PATCH] Update changelog --- readme.md | 9 +++++++-- syndication-links.php | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index fd587c2..60dc37e 100644 --- a/readme.md +++ b/readme.md @@ -3,10 +3,10 @@ **Tags:** syndication, indieweb, POSSE, sharing **Tested up to:** 6.7 **Requires PHP:** 7.0 -**Stable tag:** 4.5 +**Stable tag:** 4.5.0 **License:** GPLv2 or later -A simple way to link to copies of your [cross-posted](https://indieweb.org/cross-posting) content in other social networks or websites. Now with posting UI. +A simple way to link to copies of your [cross-posted](https://indieweb.org/cross-posting) content in other social networks or websites. ## Description ## @@ -166,6 +166,11 @@ In no particular order... ## Changelog ## +### Version 4.5.0 ( 2024-12-08 ) ### +* Redo the dev system for icons +* Add ability to search for icons in multiple directories and thus override an entire set of icons +* Remove Grunt as a build system + ### Version 4.4.21 ( 2024-09-28 ) ### * Send Micropub content as HTML over plaintext diff --git a/syndication-links.php b/syndication-links.php index 6c6d37c..3283de4 100755 --- a/syndication-links.php +++ b/syndication-links.php @@ -3,7 +3,7 @@ * Plugin Name: Syndication Links * Plugin URI: http://wordpress.org/plugins/syndication-links * Description: Add Links to Syndicated Copies of Your Posts - * Version: 4.4.21 + * Version: 4.5.0 * Requires at least: 4.9.9 * Requires PHP: 7.0 * Author: David Shanske