Skip to content

Releases: guilamu/simple-membership-manager

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 28 Aug 06:48
  • Fixed: The "View details" link on the Plugins page displayed "Plugin not found." when another plugin's plugins_api filter discarded the modal payload. The updater now rebuilds the plugin information object on the plugins_api_result filter (with a safe fallback payload) so the details modal always renders.
  • Improved: The updater resolves the plugin file and folder dynamically from SMM_PLUGIN_FILE, so updates, folder renaming, and the details modal keep working even if the plugin directory has been renamed.

Full Changelog: v1.0.6...v1.0.7

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 26 Aug 10:08
440fd5f
  • Improved: Activation emails (paid, free, and trial) now name the membership level instead of the site in their subject line, e.g. Your "Level name" access on Site name has been activated.
  • Improved: Activation emails use a dedicated ACCESS ACTIVATED header instead of the generic greeting. Other notification emails keep the greeting from the email header setting.
  • Improved: Activation email body wording aligned with the new subject: Your "Level name" access has been activated.
  • Fixed: The email footer sentence ("You are receiving this email as a member of…") was hardcoded in English and is now translatable.
  • Translations: Four new strings added to rcp.pot and translated in rcp-fr_FR.po / .mo.

Full Changelog: v1.0.5...v1.0.6

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 06 Jul 10:54
  • New: Membership level filter dropdown on the Memberships admin page to filter the list by subscription level. The filter combines with the status views and search, and is preserved when switching between status views.

Full Changelog: v1.0.4...v1.0.5

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 26 Jun 11:55
  • Removed: The "Members of any paid membership level(s)" option from the subscription restriction metabox (rcp_subscription_level_any_paid).
  • Removed: All index.php files.

Full Changelog: v1.0.3...v1.0.4

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 26 Jun 11:49
  • Improved: Upgraded default email layout to a modern, responsive, card-based HTML template with clean header, body, and footer sections.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 25 Jun 10:01
  • New: Real-time autocomplete user email search when adding a membership manually.
  • New: Client-side validation and styling on the add membership form to prevent crashes.
  • New: Graceful server-side validation error redirects to avoid blank error pages.
  • Removed: Price and Signup Fee options on membership levels page as payments are not processed.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 09:48
  • Initial release
  • Drop-in compatibility for Restrict Content Pro database tables
  • Standard user management, level CRUD, and customer overview pages
  • Integration of GitHub auto-updates and bug reporting utility

Full Changelog: v1.0.0...v1.0.1