Skip to content

1.2.0

Compare
Choose a tag to compare
@wpgaurav wpgaurav released this 20 Jul 02:51
· 34 commits to master since this release
6bc7ddd

Changes:
= 1.2.0 =

  • WordPress 5.8 Support
  • New Shortcode: [nmonth] renders next month (full name)
  • New Shortcode: [pmonth] renders previous month (full name)
  • New Shortcode: [nmon] renders next month (short name, like Jan, Feb)
  • New Shortcode: [pmon] renders previous month (short name, like Dec, Nov)

= 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_qeury is used.
  • This is first of many attempts to remove unnecessary elements.

= 1.1.8 =

  • Revert back some of the changes in 1.1.6

= 1.1.7 =

  • Bug fix

= 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.
  • Added support for shortcodes in Rank Math's Product schema description
  • IMPROVED! [date] shortcode renders date as set by Dashboard -> Settings -> General -> Date.