Skip to content

Releases: abdullahsajjad/fast-alert-bar

v1.0.0 — WordPress.org submission build

Choose a tag to compare

@abdullahsajjad abdullahsajjad released this 27 Aug 22:06

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.php and includes/class-fab-loader.php.
  • Removed includes/class-fab-i18n.php and 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.php and public/class-fab-public.php with a targeted phpcs:ignore. CSS cannot pass through esc_html() without breaking selectors, and the stored value is already run through wp_strip_all_tags() by sanitize_settings_fields() on save.
  • readme.txt: bumped Tested up to to 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

Choose a tag to compare

@abdullahsajjad abdullahsajjad released this 09 Aug 06:10
be004fe

Breaking new position Option added, now breaking news can be displayed

  • Before header
  • After header (default)

Version 0.1.0

Choose a tag to compare

@abdullahsajjad abdullahsajjad released this 02 Aug 21:51
Update README.md