Plugin Directory

Changeset 3495380


Ignore:
Timestamp:
03/31/2026 09:28:05 AM (3 days ago)
Author:
elearningevolve
Message:

Fix changelog for 3.0.0

Location:
video-conferencing-with-bbb/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • video-conferencing-with-bbb/trunk/README.md

    r3495330 r3495380  
    55Tags: 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
    66Requires at least: 5.1 
    7 Tested up to: 6.9.1 
     7Tested up to: 6.9.4 
    88Requires PHP: 7.2 
    99Stable tag: 2.5.4 
     
    178178
    179179## 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
    187186
    188187### 2.5.3 ###
  • video-conferencing-with-bbb/trunk/readme.txt

    r3495368 r3495380  
    44Tags: virtual classroom, video conference, BigBlueButton, online meeting, web conferencing
    55Requires at least: 5.1
    6 Tested up to: 6.9
     6Tested up to: 6.9.4
    77Stable tag: 3.0.0
    88Requires PHP: 7.2
Note: See TracChangeset for help on using the changeset viewer.