| @@ -86,16 +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> Performance improved. </span><br>', 'adminify') | |
| 91 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Improved:</strong> Dashboard Widget & Admin Pages Icons Picker improved. </span><br>', 'adminify') | |
| 92 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Improved:</strong> Adminify UI with Admin Bar Editor Secondary menu hidden for logo-out icon show. </span><br>', 'adminify') | |
| 93 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> The tabs inside the Admin Page setting boxes now look like proper tabs instead of plain links. </span><br>', 'adminify') | |
| 94 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> The code editor box for Custom CSS/JS now has a visible border again. </span><br>', 'adminify') | |
| 95 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> Free version after update auto deactivate issue fixed. </span><br>', 'adminify') | |
| 96 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> Adminify UI Admin Menu reload with auto collapse issue fixed. </span><br>', 'adminify') | |
| 97 | - . __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Fixed:</strong> Footer text overlap content issue fixed. </span><br>', 'adminify'); | |
| 90 | + __('<span class="dashicons dashicons-yes"></span> <span class="adminify-changes-list"> <strong>Security:</strong> Security Update. </span><br>', 'adminify'); | |
| 98 | 91 | |
| 99 | 92 | $pxlbsadminify_changelog_message = sprintf( |
| 100 | 93 | /* translators: %1$s: changelogs page URL. %2$s: link anchor text. %3$s: plugin update heading HTML. %4$s: changelog list items HTML. */ |
| 101 | 94 | __('%3$s %4$s <br> <strong>Check Changelogs for </strong> <a href="%1$s" target="__blank">%2$s</a>', 'adminify'), |