Releases: strangerstudios/pmpro-series
Releases · strangerstudios/pmpro-series
0.7 - 2024-07-19
- ENHANCEMENT: Updated the frontend UI for compatibility with PMPro v3.1. #108, #109 (@dparker1005, @kimcoleman)
- BUG FIX: Fixed some PHP 8.2+ warnings. #109 (@kimcoleman)
0.6.1 - 2024-06-20
- BUG FIX: Fix an issue where the new content emails would not send to customers when content becomes available. (@dparker1005, @JarrydLong)
0.6 - 2023-08-16
- BUG FIX/ENHANCEMENT: Improving compatibility with PMPro Multiple Memberships Per User Add On. #92 (@dparker1005)
- BUG FIX/ENHANCEMENT: Improving compatibility with Avada theme to prevent some content from being duplicated. #101 (@JarrydLong)
- BUG FIX/ENHANCEMENT: Updated localization and escaping of strings. #104 (@dparker1005)
- BUG FIX: Now only sending “new content” emails for series in “publish” status. #83 (@andrewlimaza)
- BUG FIX: Fixed PHP8 compatibility issue with the plugin action links. #99 (@JarrydLong)
- BUG FIX: Fixed an error on archive pages when the
$post
global is not set. #100 (@JarrydLong) - BUG FIX: Fixed incorrect class attributes for
<li>
items in the series list. #93 (@kimcoleman) - BUG FIX: Fixed issue where crons would not be cleared on deactivation. #105 (@dparker1005)
- BUG FIX: Fixed the version of select2 that is being enqueued to match included select2 files. #103 (@dparker1005)
- REFACTOR: Removing functions that have been merged into the core Paid Memberships Pro plugin. #91 (@dparker1005)
v0.5
- ENHANCEMENT: Now showing a different message at the top of a series when all content is now available.
- ENHANCEMENT: Now wrapping content of series pages in a so that it can be targeted with CSS.
- ENHANCEMENT: Added classes around text at the top of series pages so that it can be targeted with CSS.
- ENHANCEMENT: Now using date_i18n() instead of date().
- BUG FIX/ENHANCEMENT: Posts that have not yet been published will no longer be shown in series on frontend.
- BUG FIX/ENHANCEMENT: Updated select2 library.
- BUG FIX: Fixed issue where custom "new_content.html" files would not be found.
- BUG FIX: Now updating "_post_series" postmeta when a series is deleted.
- BUG FIX: Fixed PHP warning when sending the "new_content.html" email.
- BUG FIX: Fixed issue where startdates may have been shifted based on SQL timezone.
v.4.1
- BUG FIX: Fixed issues where posts belonging to more than one series would show up multiple times in the new content email.
- BUG FIX: Fixed JavaScript issues of posts/pages not being added to series.
v.4
- BUG FIX: Fixed issues that came up if PMPro was not active.
- BUG FIX: Fixes issues when running certain versions of PHP.
- BUG FIX: Fixed issue where users couldn't access pages that were part of a deleted series. (Thanks, Thomas Sjolshagen)
- BUG FIX/ENHANCEMENT: Works with Gutenberg and PMPro 2.0+ now.
- BUG FIX/ENHANCEMENT: You can now add posts into a series before saving/refreshing a new post.
- BUG FIX/ENHANCEMENT: Fixed menu_icon for Series CPT to use dashicons-clock in place of custom image.
- BUG FIX/ENHANCEMENT: Updated to the latest version of select2.
- BUG FIX/ENHANCEMENT: Using current_time('timestamp') instead of time(). (Thanks, Thomas Sjolshagen)
- ENHANCEMENT: Wrapped strings for translation and added French language files. (Thanks, Charlie Merland)
- ENHANCEMENT: Added pmpros_days_left_message, pmpros_content_access_message_single_item, and pmpros_content_access_message_many_items filters to filter the text shown in certain cases via hooks. (Thanks, Curtis McHale)
- ENHANCEMENT: Added pmpros_new_content_subject filter. (Thanks, Curtis McHale)
- ENHANCEMENT: Improved styling of the series list.
- ENHANCEMENT: Updating to add support for the Email Templates Admin Editor Add On.