Plugin Changelog

Dynamic Month & Year into Posts

Dynamic dates, ages, and countdowns for WordPress content and titles.

Latest
1.8.1
Releases
55
Updated

Showing 37–48 of 55 releases

Date not recorded
Stable

Dynamic Month & Year into Posts 1.2.8

Fixed some issues related to rendering of next month.

  • Changes 2
Read full notesHide notes
  • Fixed some issues related to rendering of next month.
  • [monthyear] no longer prints next month after 28th. Reason: User experience, as the user may be tricked to thinking the wrong current month and year names.
Date not recorded
Stable

Dynamic Month & Year into Posts 1.2.2

New: Capitalize Month Names. Add c before any month based shortcode to render it capitalized. Useful in various languages where Month names are generally in small letters, like French, Swedish etc.

  • Changes 5
Read full notesHide notes
  • New: Capitalize Month Names. Add c before any month based shortcode to render it capitalized. Useful in various languages where Month names are generally in small letters, like French, Swedish etc.
  • Example shortcodes: [cmonth], [cmon], [cnmonth], [cpmonth], [cnmon], [cpmon] etc.
  • New Shortcodes: [nnyear] and [ppyear] show 2 years next and previous years, like 2023 and 2019 respectively.
  • New Shortcode: [monthyear] shows current month and year together for specific purposes.
  • Better compatibility with Rank Math Pro and Elementor.
Date not recorded
Stable

Dynamic Month & Year into Posts 1.1.9

IMPROVED! Performance by removing rank_math/paper/auto_generated_description/apply_shortcode filter that causes more load on sites, specially where wp_query is used.

  • Changes 2
Read full notesHide notes
  • IMPROVED! Performance by removing rank_math/paper/auto_generated_description/apply_shortcode filter that causes more load on sites, specially where wp_query is used.
  • This is first of many attempts to remove unnecessary elements.
Date not recorded
Stable

Dynamic Month & Year into Posts 1.1.6

NEW! [dt] shortcode to render only the day of the month (like 1, 2, 3, 17, 28). Combine this with other shortcodes to create date formats you desire.

  • Changes 3
Read full notesHide notes
  • NEW! [dt] shortcode to render only the day of the month (like 1, 2, 3, 17, 28). Combine this with other shortcodes to create date formats you desire.
  • Added support for shortcodes in Rank Math's Product schema description
  • IMPROVED! [date] shortcode renders date as set by Dashboard -> Settings -> General -> Date.