-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changelog for initial release in docs folder and prepare for rele…
…ase version 1.0.0
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |