| @@ -86,13 +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>Fixed:</strong> Changes you make to the account menu (the "Howdy" menu) now show up correctly in the Adminify admin - hiding items, renaming them, limiting them to certain user roles, and adding your own menu items all work as expected. </span><br>', 'adminify') | |
| 91 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> Your own account menu items without an icon no longer show a random letter next to them. </span><br>', 'adminify') | |
| 92 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> The account menu now closes properly when you click somewhere else on the page after moving to another page. </span><br>', 'adminify') | |
| 93 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> The search box now works reliably. </span><br>', 'adminify') | |
| 94 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> The logo now shows correctly in the block editor. </span><br>', 'adminify'); | |
| 90 | + __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Security:</strong> Security Update. </span><br>', 'adminify'); | |
| 95 | 91 | |
| 96 | 92 | $pxlbsadminify_changelog_message = sprintf( |
| 97 | 93 | /* translators: %1$s: changelogs page URL. %2$s: link anchor text. %3$s: plugin update heading HTML. %4$s: changelog list items HTML. */ |
| 98 | 94 | __('%3$s %4$s <br> <strong>Check Changelogs for </strong> <a href="%1$s" target="__blank">%2$s</a>', 'adminify'), |