Plugin Directory

Changeset 3360730


Ignore:
Timestamp:
09/12/2025 06:44:27 PM (7 months ago)
Author:
mrboydwp
Message:

Update changelog for version 1.2.3

Location:
bcodecraft-blocks/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • bcodecraft-blocks/trunk/readme.txt

    r3360726 r3360730  
    120120== Changelog ==
    121121
     122= 1.2.3 - 2025-09-13 =
     123**Bug Fixes & Stability**
     124
     125**Fixed:**
     126* Block registration namespace warning in WordPress admin
     127* Improved block type registration with explicit file path handling
     128* Enhanced fallback registration for better compatibility
     129
     130**Technical Improvements:**
     131* Updated block registration method with proper namespace handling
     132* Added comprehensive fallback system for block registration
     133* Improved error handling for missing block.json files
     134
     135= 1.2.2 - 2025-09-13 =
     136**Bug Fixes & Stability**
     137
     138**Fixed:**
     139* Fatal Error - Fixed missing `includes/` directory issue that caused plugin activation failures
     140* Block Registration - Fixed WordPress block registration warning by using proper directory path method
     141* File Structure - Cleaned up duplicate class files to prevent loading conflicts
     142
     143**Technical Improvements:**
     144* SVN Deployment - Improved deployment script to ensure correct file structure
     145* Code Organization - Consolidated PHP class files to `includes/` directory only
     146* Block Registration Method - Updated to use proper directory-based registration
     147
    122148= 1.2.1 - 2025-08-28 =
    123149**Performance & Security Improvements**
Note: See TracChangeset for help on using the changeset viewer.