Releases: abdullahsajjad/fast-alert-bar
Releases · abdullahsajjad/fast-alert-bar
Release list
v1.0.0 — WordPress.org submission build
Submission build for the WordPress.org plugin directory. Passes Plugin Check with no errors.
Fixes in this build
- Added the required ABSPATH direct-access guard to
includes/class-fab-core.phpandincludes/class-fab-loader.php. - Removed
includes/class-fab-i18n.phpand its hook.load_plugin_textdomain()has been discouraged since WordPress 4.6; translations load automatically for directory-hosted plugins. - Annotated the custom-CSS output in
admin/templates/fab-admin-display.phpandpublic/class-fab-public.phpwith a targetedphpcs:ignore. CSS cannot pass throughesc_html()without breaking selectors, and the stored value is already run throughwp_strip_all_tags()bysanitize_settings_fields()on save. readme.txt: bumpedTested up toto 7.1 and trimmed the short description to 124 characters (the 150 limit was exceeded).- Added
languages/fast-alert-bar.pot(68 translatable strings, previously no template shipped).
Verified beyond the checker: plugin activates cleanly and the front page renders HTTP 200 with no PHP fatals, warnings, or notices.
Version 0.2.0
Breaking new position Option added, now breaking news can be displayed
- Before header
- After header (default)