Revert type hinting to support older versions of PHP
2.2.1
Revert PHP8 requirement
2.2.0
Code improvements
2.1.9
Fixed Admin+ Stored XSS vulnerability
2.1.8
Added filters sya_yearanchor and sya_postlink
2.1.7
Even more improved excerpt generation 🙂
2.1.6
Improved excerpt generation
WordPress 5.9 compatibility
2.1.5
Added several HTML classes to the plugin output HTML to be targeted with CSS
2.1.2
WordPress 5.3 compatibility
2.1.1
Minor bugfix for the the_title filter
2.1.0
Added the filters sya_categories and sya_tags
Minor fixes
2.0.2
WordPress 4.8 compatibility
2.0.1
Removed printing out the module name and version as a HTML comment
2.0.0
Added filter sya_get_posts so you can query for literally anything using WP_Query parameters! See examples here
1.9.0
Added option to show tags after each post
Localizations updated
1.8.3
Settings page optimizations
Localizations updated
Bug fixes
1.8.2
WordPress 4.7 compatibility
PHP 7 compatibility
1.8.1
Fixed an issue with (post type) attachment not being listed
Minor bug fixes
Code cleanup
1.8.0
Added the possibility to include more than one custom post type
1.7.5
Polylang support
1.7.4
Added a filter sya_the_authors so you can filter the post’s authors listing before output (e.g. support for the Co-Authors Plus plugin)
Minor bug fixes
1.7.3
Added a filter sya_the_title so you can filter the post’s title before output
Minor bug fixes
1.7.2
IMPORTANT: Date format changed to reflect localized date strings. Please review and update your date string in the plugin’s settings!
Code cleanup
Localizations updated
1.7.1.2
Permission error fix (thanks outtareach!)
Code cleanup
Localizations updated
1.7.1.1
Code cleanup
1.7.1
Post thumbnails support!
Code cleanup and bugfixing
1.7.0.2
Fixed an issue with the plugin’s textdomain not loading
1.7.0.1
Added legacy direct PHP invocation again: <?php simpleYearlyArchive(); ?> (sorry!)
Fixed an issue where the anchored years weren’t displayed
1.7.0
Code rewrite (please let me know if you experience something is broken)
You can now specify a custom time period for a period like [SimpleYearlyArchive type=”1249077600-1280527200″] where start and end point are UNIX timestamps
Increased performance
1.6.2.5
Added a CSS class post id to the post links so people can do more custom things with CSS or javascript
1.6.2.2
Hide comments count for posts with comments closed
1.6.2.1
Fixed a bug that did not reverse post order if “Reverse order” was selected
1.6.2
Improved WPML support
1.6.1
Initial WPML support (thanks to Emilie from bornbilingue.com for the help!)
1.6.0
Support for post types
1.5.0
Significant changes that result in a lot less memory consumption on blogs with 1000+ posts
Code cleanup
1.4.3.3
Fixed another PHP notice. Didn’t have enough coffee.
1.4.3.2
Fixed a PHP notice when using exclude/include parameter (thanks Lea!)
1.4.3.1
Fixed an issue that caused to load unsecure resources on SSL enabled sites
1.4.3
Fixed a bug that caused listing “auto draft” posts
1.4.2
Fixed a bug with the anchored years overview at the top
1.4.1
Added a date wrapper span so you can hide the date via CSS
1.4
New option “Collapsible years?” added
1.3.3
Readme.txt updated to be more compliant with the readme.txt standard
Moved screenshots off the package to the assets/ folder
1.3.2
Maintenance update #2 ( Dominik 🙂 )
1.3.1
Maintenance update
1.3.0
Option to reverse the order of the year/posts list output
1.2.9
Maintenance update
1.2.8
A few fixes that resulted from the previous versions
1.2.7
Character encoding for new date format string fixed
Fixed a bug that occured when “Anchored overview at the top” was checked while “Linked years” was unchecked (Thanks Kroom!)
Added an admin notice when someone didn’t already switch to the new date format string
1.2.6
IMPORTANT: Date format changed to reflect localized date strings. Please update your date string in the plugin’s settings!
1.2.5
Optional anchored links to each year at the top
1.2.4
Archive links now working again
1.2.3
Minor performance improvements
Min version set to 2.3
1.2.2
Private posts are now prefixed with “Private” in order to follow WordPress standards
1.2.1
Fixed a warning message
1.2
Date format can be set in the shortcode like [SimpleYearlyArchive … dateformat=”d/m”]
1.1.50
Changed post authot output from user_login to display_name
1.1.40
Added japanese localization (Thanks to Chestnut)!)
1.1.31
Fixed an issue on server configurations having PHP short tags disabled
1.1.30
Fixed an issue that threw an ‘Missing argument 3’ warning in PHP
Added apply_filters(‘sya_archive_output’, $output) filter hook so you can alter the HTML output before it’s being returned