We’ve just shipped a release of Sensei Certificates that fixes some date formatting issues and a bug in the menu positioning.
Date Format
Previously, different date formats were used in a certificate based on whether or not the site’s language was set to English or a non-English language. These formats also had different syntax.
In 1.1.0, there are two changes to date formatting:
- By default, the date format used for a certificate will match the format set in the WordPress Settings page for the site.
- If the date format is customized using the
sensei_certificate_date_format
filter, the format syntax required bydate_i18n
is preferred for consistency. Old sites using thestrftime
format syntax will still work for now.
You can find the full list of changes in the change log.