Skip to content

v3.3.2

Compare
Choose a tag to compare
@mike-weiner mike-weiner released this 30 Jul 16:23

v3.3.2

Today's brings a mid-summer quality of life update. I have tested compatibility with WordPress version 5.5 slated to be released on August 11, 2020. I added the missing release date for the v3.3.1 changelog section. The .zip package name provided on the Github releases and in the README has been changed to better support manual plugin updates. You will also find that I have increased the minimum PHP version to 7.0 and the minimum WordPress version to v5.0. WordPress plans to begin requiring PHP v7.0+ at a minimum by the end of 2020 and as PHP 5.6 becomes phased out I want my plugin to be secure and work on modern versions of PHP. You will find that my plugin should work on older versions of PHP (like v5.6) if you are still using older versions but consider upgrading to, at least, PHP v7.0 for security and performance improvements. As always, open a support ticket if you have any issues with this update.

  • Released on July 30, 2020
  • Added: Confirmed support with WordPress v5.5 and updated the Tested up to tag accordingly
  • Added: Updated the minimum PHP version to 7.0 as WordPress will soon require that minimum version near the end of the year and updated the Requires PHP tag accordingly
  • Added: Updated the minimum WordPress version to 5.0 and updated the Requires at least tag accordingly
  • Fixed: Removed $options variable storing value of get_option('deltec_options', deltec_options_default()) in deltec_on_activate()
  • Fixed: Changed .zip package name and name in README file from wordpress-[version]-display-event-locations-tec.zip to display-event-locations-tec.[version].zip to better support manual plugin updates
  • Fixed: Added release date for v3.3.1 in the Changelog
  • Fixed: Changed all appropriate occurrences of "Wordpress" to "WordPress" in the README
  • Edited: plugin.php
  • Edited: README.md