| @@ -86,11 +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> Dark mode now applies in the classic editor and Customizer when using System (OS preference) mode. </span><br>', 'adminify') | |
| 91 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> Settings header showed two logos in System mode; now displays a single logo matching the OS preference. </span><br>', 'adminify') | |
| 92 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Security:</strong> Enforced per-user read-capability checks in the global admin search so lower roles can no longer access other authors unpublished posts, unapproved comments, user list, or plugin inventory. </span><br>', 'adminify'); | |
| 90 | + __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Security:</strong> Security Update. </span><br>', 'adminify'); | |
| 93 | 91 | |
| 94 | 92 | $pxlbsadminify_changelog_message = sprintf( |
| 95 | 93 | /* translators: %1$s: changelogs page URL. %2$s: link anchor text. %3$s: plugin update heading HTML. %4$s: changelog list items HTML. */ |
| 96 | 94 | __('%3$s %4$s <br> <strong>Check Changelogs for </strong> <a href="%1$s" target="__blank">%2$s</a>', 'adminify'), |