Changeset 3495380
- Timestamp:
- 03/31/2026 09:28:05 AM (3 days ago)
- Location:
- video-conferencing-with-bbb/trunk
- Files:
-
- 2 edited
-
README.md (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
video-conferencing-with-bbb/trunk/README.md
r3495330 r3495380 5 5 Tags: virtual classroom, video conference, BigBlueButton, BBB, online meeting, web conferencing, online teaching, learning management system, LMS, online session, live training, video conferencing, video conference, meetings, virtual meetings 6 6 Requires at least: 5.1 7 Tested up to: 6.9. 17 Tested up to: 6.9.4 8 8 Requires PHP: 7.2 9 9 Stable tag: 2.5.4 … … 178 178 179 179 ## Changelog ## 180 ### 2.5.4 ### 181 * Fixed: Fatal error on some block themes (e.g. Blockify) when viewing a room page, by ensuring core/post-terms block markup is compatible with theme filters 182 * Fixed: Recording name/description edit on the front end (reliable data attributes, Enter/Escape handling, duplicate-submit guard, and edit icon markup after save) 183 * Fixed: Share Recording URL copying incorrect links (e.g. http://unknown/) when BBB returns a placeholder host; playback URLs now align with the configured BBB API endpoint host 184 * Fixed: Recordings section appearing twice on single BBB room pages when both the room shortcode and the auto-appended recording shortcode rendered the list 185 * Updated: Nonce verification and request input handling to use wp_unslash() before sanitization where appropriate (admin, public room/join flows, recording sort links) 186 * Updated: Late escaping and safer HTML output for room access-code metabox fields and collapsible recordings markup for Plugin Check / WordPress.org guidelines 180 ### 3.0.0 ### 181 * ⚠️ Important Notice: Please test on staging site before updating on a live site due to major changes to the plugin codebase. 182 * Major Upgrade: Updated all function names to comply with WordPress.org plugin standards 183 * Major Upgrade: Updated all class names to comply with WordPress.org plugin standards 184 * Major Upgrade: Updated all variable names to comply with WordPress.org plugin standards 185 * Breaking Changes: Significant refactoring of plugin codebase for WordPress.org compliance 187 186 188 187 ### 2.5.3 ### -
video-conferencing-with-bbb/trunk/readme.txt
r3495368 r3495380 4 4 Tags: virtual classroom, video conference, BigBlueButton, online meeting, web conferencing 5 5 Requires at least: 5.1 6 Tested up to: 6.9 6 Tested up to: 6.9.4 7 7 Stable tag: 3.0.0 8 8 Requires PHP: 7.2
Note: See TracChangeset
for help on using the changeset viewer.