| @@ -86,20 +86,9 @@ | ||
| 86 | 86 | } |
| 87 | 87 | |
| 88 | 88 | if("dismissed" !== $forever_notice){ |
| 89 | 89 | $pxlbsadminify_changelog_items = |
| 90 | - __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Improved:</strong> WordPress 7.1 compatibility. </span><br>', 'adminify') | |
| 91 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Improved:</strong> The Gutenberg Editor Logo option is now hidden on WordPress 7.1 and newer, where WordPress no longer provides the editor button it replaced. It keeps working on older versions. </span><br>', 'adminify') | |
| 92 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Improved:</strong> The Infinite Scroll for Media Library option is now hidden on WordPress 7.1 and newer, where the Media Library already scrolls infinitely and each user can opt out from their own profile. It keeps working on older versions. </span><br>', 'adminify') | |
| 93 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Improved:</strong> Dark mode in the block editor. </span><br>', 'adminify') | |
| 94 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Improved:</strong> Disabled buttons now look disabled instead of appearing fully active. </span><br>', 'adminify') | |
| 95 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Improved:</strong> Heartbeat intervals longer than 2 minutes are now marked as not recommended, and the post editor is capped at 2 minutes so post locks and autosave keep working. </span><br>', 'adminify') | |
| 96 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> Custom Gravatar images now show up on Settings > Discussion and for users who do not have a Gravatar. </span><br>', 'adminify') | |
| 97 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> The Light/Dark switcher in the admin bar now looks and works correctly on the Site Editor and Customizer screens. </span><br>', 'adminify') | |
| 98 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> With Adminify UI on, publishing a post now updates the browser address bar, and the back button in the editor returns to the post list. </span><br>', 'adminify') | |
| 99 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> The block editor pre-publish panel no longer leaves a duplicate Publish button showing above it. </span><br>', 'adminify') | |
| 100 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> The Control Heartbeat API interval settings now take effect. Picking 15 or 30 seconds previously changed nothing at all. </span><br>', 'adminify') | |
| 101 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> Disabling the Heartbeat API no longer stops autosave and the session expiry check from loading, and the post editor setting now applies on WordPress installed in a subdirectory. </span><br>', 'adminify'); | |
| 90 | + __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Security:</strong> Security Update. </span><br>', 'adminify'); | |
| 102 | 91 | |
| 103 | 92 | $pxlbsadminify_changelog_message = sprintf( |
| 104 | 93 | /* translators: %1$s: changelogs page URL. %2$s: link anchor text. %3$s: plugin update heading HTML. %4$s: changelog list items HTML. */ |
| 105 | 94 | __('%3$s %4$s <br> <strong>Check Changelogs for </strong> <a href="%1$s" target="__blank">%2$s</a>', 'adminify'), |