Skip to content

Releases: strangerstudios/pmpro-bbpress

1.7.4 - 2023-10-13

13 Oct 17:01
Compare
Choose a tag to compare
  • ENHANCEMENT: Updating <h3> tags to <h2> tags for better accessibility. #47 (@michaelbeil)
  • BUG FIX/ENHANCEMENT: Added compatibility for Multiple Memberships Per User. #44 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Improved escaping of strings. #40 (@rafiahmedd)
  • REFACTOR: Now using get_option() instead of pmpro_getOption(). #46 (@JarrydLong)

V1.7.3

13 Aug 14:30
Compare
Choose a tag to compare
  • BUG FIX: Fixed issue that was causing fatal errors when WP_Query didn't contain posts when other plugins were setting the query. Fixes an issue for Formidable Pro/Registrations and improves compatibility with other plugins.

1.7.2 - 2021-08-09

09 Aug 19:52
Compare
Choose a tag to compare
  • BUG FIX: Fixed issue where fatal errors were thrown in the admin when using some other plugins, e.v. WP Form or Formidable Pro. (Thanks, steve-page on GitHub)

v1.7

03 Oct 00:06
Compare
Choose a tag to compare
  • BUG FIX: Fixed a warning that post_type wasn't set in some cases for the pre_get_posts.
  • BUG FIX/ENHANCEMENT: Merged two functions that hooked in on 'init' to try and stabilize functionality.
  • ENHANCEMENT: Added in a filter to bypass the "Filter searches and archives" settings for forums and topics from search and archive pages. Namely 'pmprobb_filter_forum_queries' and 'pmprobb_filter_topic_queries' (boolean values).
  • ENHANCEMENT: Escape and localized strings to allow for translations and additional locales.

release-1.6

06 Jan 20:18
Compare
Choose a tag to compare

FEATURE: Actually changing user's bbPress Roles when changing levels if you've set a specific role for their level.