diff --git a/code/ChangeLog.txt b/code/ChangeLog.txt index 7263d9c..92e5569 100644 --- a/code/ChangeLog.txt +++ b/code/ChangeLog.txt @@ -1,5 +1,6 @@ Version 4.6.2 - 16 December 2023 ============================================ +- Remove "latest" from page head (#70) - Fix PHP deprecate in settings (#67) - Old versions available in archive repo (#66) - Fix PHP warning in sitemap (#64) diff --git a/code/functions.php b/code/functions.php index 5acd44b..0954d8e 100644 --- a/code/functions.php +++ b/code/functions.php @@ -1345,6 +1345,6 @@ function suffusion_get_horizontal_components($include = array(), $exclude = arra * https://www.wpbeginner.com/wp-tutorials/the-right-way-to-remove-wordpress-version-number/ */ function suffusion_replace_version() { - return 'latest'; + return ''; } add_filter('the_generator', 'suffusion_replace_version'); diff --git a/dist/suffusion.4.6.2.zip b/dist/suffusion.4.6.2.zip index c4c041d..ab504da 100644 Binary files a/dist/suffusion.4.6.2.zip and b/dist/suffusion.4.6.2.zip differ