From 35293737608d84b6d10a5b0ea8935c0285c6d967 Mon Sep 17 00:00:00 2001 From: Njengah Date: Sat, 4 Jan 2025 14:18:31 +0300 Subject: [PATCH] Add changelog for initial release in docs folder and prepare for release version 1.0.0 --- docs/CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/CHANGELOG.md diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..8e0ba82 --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## [1.0.0] - 2025-01-05 + +### Added + +- Initial release of WP Category Media. +- Added functionality to upload and manage category images from the WordPress admin. +- Added options for configuring image width and border radius for category images. +- Integrated media uploader for adding/removing images. +- Implemented the ability to display category images on the category archive page. +- Display category images in a new column in the category management table. +- Sortable column for category images in the admin category list. +- Added shortcode to display categories and images on the front-end. + +### Fixed + +- Improved admin interface for adding and updating category images. +- Fixed issues with category image display in the admin panel.