Skip to content

Releases: masud-web/bangla-date-and-digit

Release 1.2.0

Choose a tag to compare

@masud-web masud-web released this 03 Aug 14:21

Bangla Date and Digit 1.2.0

Stable release with polish, defaults, and documentation updates.

Changes

  • Admin Dashboard conversion is now disabled by default — the WordPress admin area stays in English until you opt in on the settings page.
  • "Shortcode Usage" section added to the settings page, with ready-to-use [bangla_date]...[/bangla_date] examples.
  • Developer filters documentation (with copy-paste snippets) moved into the Readme.
  • Tested with WordPress 7.0.2.

Usage reminder

  • Wrap any text manually: [bangla_date]Saturday, January 10, 2026 at 5 PM[/bangla_date].
  • Override spellings, disable on specific pages, or skip filters via the developer hooks documented in the Readme.

Release 1.1.0

Choose a tag to compare

@masud-web masud-web released this 03 Aug 13:33

Bangla Date and Digit 1.1.0

Stable release with bug fixes and developer enhancements.

Fixes

  • Context-aware AM/PM: converts AM/PM only in real time contexts (e.g. 10 AM -> ১০ পূর্বাহ্ণ), eliminating false positives on the English words "am" and "pm".
  • Inline <script>/<style> protection: blocks are never converted, so CSS and JavaScript stay intact.

Enhancements

  • bangla_date_and_digit_mappings filter to override any day/month Bangla spelling.
  • bangla_date_and_digit_skip_filters filter to exclude specific WordPress filters (e.g. number_format_i18n).
  • Rebuilt the settings page using the WordPress Settings API.
  • Added a per-request cache to avoid duplicate processing.
  • Updated shortened day/month forms (Sat -> শনি, Jan -> জানু) and rewrote Readme.txt.

See the Readme for the full feature list.

Initial Release

Choose a tag to compare

@masud-web masud-web released this 27 Jul 06:20
  • Automatic conversion of English days of the week into Bangla.
  • Automatic conversion of English months into Bangla.
  • Automatic conversion of English digits into Bangla.
  • Supports both full and shortened forms of days and months.
  • Seamless integration with WordPress date functions.