Pie Calendar for Bricks Builder – Change Log

  • 1.0.0 – This is the initial version. Uses basic date() function and basic php date formatting codes found here.
  • 1.1.0 – Removed direct sql function to access meta tags and replaced it with get_post_meta().
  • 1.2.0 – Used esc_html() to verify all data being input or output to insure no malicious scripts can be injected.
  • 1.3.0 – Added the time zone offset of WordPress to the end of the Pie Calendar date meta field.
  • 2.0.0 – 4/1/2024
    – Added international date formatting. This requires a complete change in the date/time formatting codes that were used in version 1.0.0. You must replace all the codes used in version 1.0.0 with the new UNICODE LOCALE DATA MARKUP LANGUAGE (LDML).

    – Added “c” option for displaying a date in the same format as “{current_wp_date:c}”. Also this format, “{pc_start_date:YYYY-MM-dd’T’hh:mm:ssZ}” can be used with the same results.

Related posts