| @@ -86,17 +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>Added:</strong> WordPress Playground live preview support — try Adminify directly from the WordPress.org plugin page. </span><br>', 'adminify') | |
| 91 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Improved:</strong> Reliability of the Adminify admin interface across different browser environments. </span><br>', 'adminify') | |
| 92 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> Resolved an admin UI layout display issue. </span><br>', 'adminify') | |
| 93 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Improved:</strong> Compatibility with WordPress 7.0 and the updated block editor. </span><br>', 'adminify') | |
| 94 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> Dark mode now saves correctly and applies consistently across the admin area and the block editor. </span><br>', 'adminify') | |
| 95 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Added:</strong> Adminify admin bar shortcut now opens the WordPress command palette. </span><br>', 'adminify') | |
| 96 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Improved:</strong> Editor spacing and frame edges in the Adminify admin interface. </span><br>', 'adminify') | |
| 97 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Improved:</strong> FluentCRM toolbar alignment inside the Adminify admin interface. </span><br>', 'adminify') | |
| 98 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> Plugin dependency activation notice now displays correctly. </span><br>', 'adminify'); | |
| 90 | + __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Security:</strong> Security Update. </span><br>', 'adminify'); | |
| 99 | 91 | |
| 100 | 92 | $pxlbsadminify_changelog_message = sprintf( |
| 101 | 93 | /* translators: %1$s: changelogs page URL. %2$s: link anchor text. %3$s: plugin update heading HTML. %4$s: changelog list items HTML. */ |
| 102 | 94 | __('%3$s %4$s <br> <strong>Check Changelogs for </strong> <a href="%1$s" target="__blank">%2$s</a>', 'adminify'), |