From f1cd878711c9a4cfef91c91217af5727c0fbf232 Mon Sep 17 00:00:00 2001 From: Archetyped Date: Fri, 26 Aug 2022 17:11:04 -1000 Subject: [PATCH] meta: add release notes (v2.9.0) --- changelog.txt | 13 +++++++++++++ readme.txt | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/changelog.txt b/changelog.txt index 4d2622a..0f0d6a9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,16 @@ += 2.9.0 = + +* Add: Support WebP image format +* Add: Support AVIF image format +* Add: Documentation link to readme file +* Optimize: Code cleanup/refactoring +* Optimize: WPCS validation (Phase 1) +* Optimize: Activate links after all other filters +* Optimize: Plugin metadata retrieval +* Update: Confirm WordPress 6.0 compatibility +* Update: Build dependencies +* Update: GitHub issue templates + = 2.8.1 = * Update: PHP 5.6 Compatibility diff --git a/readme.txt b/readme.txt index 6a570dc..9b4abea 100644 --- a/readme.txt +++ b/readme.txt @@ -65,6 +65,19 @@ Get more information on [Simple Lightbox's official page](http://archetyped.com/ == Changelog == += 2.9.0 = + +* Add: Support WebP image format +* Add: Support AVIF image format +* Add: Documentation link to readme file +* Optimize: Code cleanup/refactoring +* Optimize: WPCS validation (Phase 1) +* Optimize: Activate links after all other filters +* Optimize: Plugin metadata retrieval +* Update: Confirm WordPress 6.0 compatibility +* Update: Build dependencies +* Update: GitHub issue templates + = 2.8.1 = * Update: PHP 5.6 Compatibility