- 🐛 Fixed imports ignoring subscribed_to_emails flag - Fabien "egg" O'Carroll
- 🐛 Fixed broken styles in Admin's search modal - Kevin Ansfield
View the changelogs for full details:
- Ghost - v4.32.1...v4.32.2
- Admin - TryGhost/Admin@v4.32.1...v4.32.2
Tag Name: v4.32.2
Release Date: 1/12/2022
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
This minor release addresses two important bugs affecting member imports and the Admin interface. The first fix ensures that the subscribed_to_emails flag is properly respected during member imports, preventing all imported members from being automatically subscribed to emails. The second fix resolves broken styles in the Admin's search modal, improving the user experience when searching content.
subscribed_to_emails flagNo migration steps are required for this release. The update can be applied directly without any additional configuration changes.
This update is recommended for all Ghost installations, particularly for sites that regularly import members or use the Admin search functionality. The fixes for member imports ensure that subscription preferences are correctly preserved, which is important for maintaining proper consent management.
To upgrade:
Fixed a bug in the members-csv package where the subscribed_to_emails flag was being ignored during member imports. This resulted in all imported members being set to subscribed (true) regardless of their actual preference in the import file. The fix ensures that member subscription preferences are correctly preserved during imports.
Fixed broken styles in the Admin's search modal that were affecting the user interface and experience when searching for content.
Resolved an issue where event listeners were being added twice due to the way MembersAPI was being reloaded on settings changes. This duplication was causing incorrect counts for Offer Redemptions. The implementation now avoids creating multiple instances of MembersAPI, moving toward a singleton approach.
Additionally, fixed a bug where the allowSelfSignup configuration wasn't refreshing when the portal_plans setting was changed.
No new features were introduced in this release. This is a bug fix release focused on addressing specific issues with member imports and the Admin interface.
No security fixes were included in this release.
This release includes an architectural improvement in how the MembersAPI is configured. By moving toward a singleton pattern rather than creating multiple instances, the system avoids duplicate event listeners which can improve performance and prevent issues like duplicate counting of offer redemptions.
This release focuses on bug fixes that improve the reliability of member imports and the Admin interface. The most significant impact is on member imports, where the fix ensures that the subscribed_to_emails preference is correctly preserved. This is particularly important for GDPR compliance and respecting member communication preferences.
The architectural improvements to MembersAPI configuration help prevent duplicate event listeners, which resolves issues with offer redemption counting and ensures configuration changes (like allowSelfSignup) are properly applied when settings are updated.
While this is a minor release, the fixes address important functionality that affects member management and admin usability.
View the changelogs for full details: