Plugin Directory

Changeset 3220242


Ignore:
Timestamp:
01/10/2025 01:49:35 PM (13 months ago)
Author:
devloper00
Message:

Add new version 1.3.1 with bug fixes.
Removing every old version from repo.

User need to update ASAP

Location:
bulk-menu-edit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bulk-menu-edit/tags/1.3.1/readme.txt

    r3219298 r3220242  
    4343== Changelog ==
    4444
    45 = 1.3.1 =
     45= 1.3.1 - Security & Performance Update =
     46* Security
     47  - Added nonce verification for AJAX requests
     48  - Implemented rate limiting to prevent abuse
     49  - Added capability checks for menu operations
     50  - Enhanced input sanitization and validation
     51  - Added transaction handling for database operations
    4652
    47 ## Security Improvements
    48 - Added nonce verification for all AJAX requests
    49 - Implemented rate limiting to prevent abuse
    50 - Added proper capability checks for menu item operations
    51 - Sanitized and validated all input data
    52 - Added transaction handling for database operations
    53 - Improved error handling and user feedback
     53* Performance & Code Quality
     54  - Optimized database queries and transactions
     55  - Refactored codebase to WordPress coding standards
     56  - Implemented singleton pattern for main class
     57  - Added comprehensive error handling
     58  - Reduced unnecessary AJAX calls
    5459
    55 ## Code Quality
    56 - Refactored to use WordPress coding standards
    57 - Improved class structure using singleton pattern
    58 - Added proper type checking and validation
    59 - Implemented proper menu item ownership verification
    60 - Improved error handling with try-catch blocks
    61 - Added proper database transaction handling
     60* Frontend Improvements
     61  - Enhanced AJAX validation and error handling
     62  - Added loading states and UI feedback
     63  - Improved menu item selection interface
     64  - Added expand/collapse all functionality
     65  - Enhanced visual feedback during operations
    6266
    63 ## Performance
    64 - Added rate limiting mechanism
    65 - Optimized database queries
    66 - Improved transaction handling
    67 - Reduced unnecessary AJAX calls
     67* Bug Fixes
     68  - Resolved menu item ID handling issues
     69  - Fixed multiple submission edge cases
     70  - Corrected transaction rollback behavior
     71  - Fixed menu item ownership verification
     72  - Improved UI state management
    6873
    69 ## JavaScript Improvements
    70 - Added proper data validation before sending
    71 - Improved menu item ID handling
    72 - Added proper error handling for AJAX requests
    73 - Implemented proper UI feedback during operations
    74 - Added disable state for submit button during processing
    75 - Fixed menu item selection handling
     74= 1.3 - WordPress 6.7.1 Compatibility =
     75* Updated checkbox styling
     76* Added compatibility for WordPress 6.7.1
    7677
    77 ## UI/UX Improvements
    78 - Added success/error messages for user feedback
    79 - Improved menu item selection interface
    80 - Added expand/collapse all functionality
    81 - Added check/uncheck all functionality
    82 - Improved visual feedback during operations
     78= 1.2.1 - Bug Fixes =
     79* Eliminated PHP notices in WP Localize
     80* Fixed single menu item check functionality
    8381
    84 ## Bug Fixes
    85 - Fixed menu item ID handling
    86 - Fixed multiple submission issues
    87 - Fixed transaction rollback on errors
    88 - Fixed menu item ownership verification
    89 - Fixed UI state management
     82= 1.2 - Code Restructure =
     83* Implemented Object-Oriented PHP architecture
     84* Removed rating link
     85* Hidden native WordPress Bulk Edit Feature
     86* Refreshed design interface
    9087
    91 ## Code Organization
    92 - Separated concerns between PHP and JavaScript
    93 - Improved function naming and organization
    94 - Added proper WordPress hooks and filters
    95 - Improved asset loading and localization
    96 - Added proper text domain handling
     88= 1.1.2 - Translations & UI =
     89* Added French (FR) translation
     90* Improved button hover states
     91* Updated button layout
     92* Added function prefixing to prevent conflicts
    9793
    98 = 1.3 =
    99 * Update checkbox style
    100 * Add compatibility for WordPress 6.7.1
     94= 1.1.1 - Feature Update =
     95* Added Collapse/Expand functionality
    10196
    102 = 1.2.1 =
    103 * Remove PHP Notices (WP Localize)
    104 * Fix bug single check menu items
    105 
    106 = 1.2 =
    107 * Remove rating link 😉
    108 * Reorder code with Object-Oriented PHP System
    109 * Hide native WordPress Bulk Edit Feature
    110 * New design
    111 
    112 = 1.1.2 =
    113 * Add rating link 😉
    114 * Prefix functions to prevent conflict
    115 
    116 = 1.1.2 =
    117 * Add FR Translation
    118 * Fix some button hover
    119 * Change button layout
    120 
    121 = 1.1.1 =
    122 * Add Collapse / Expand Features
    123 
    124 = 1.1 =
    125 * Fix bug generating multiple check_all button
    126 * Rename function to prevent crashing
     97= 1.1 - Bug Fixes =
     98* Fixed multiple check_all button generation
     99* Renamed functions to prevent conflicts
    127100
    128101= 1.0 =
  • bulk-menu-edit/trunk/readme.txt

    r3219296 r3220242  
    4343== Changelog ==
    4444
    45 = 1.3.1 =
     45= 1.3.1 - Security & Performance Update =
     46* Security
     47  - Added nonce verification for AJAX requests
     48  - Implemented rate limiting to prevent abuse
     49  - Added capability checks for menu operations
     50  - Enhanced input sanitization and validation
     51  - Added transaction handling for database operations
    4652
    47 ## Security Improvements
    48 - Added nonce verification for all AJAX requests
    49 - Implemented rate limiting to prevent abuse
    50 - Added proper capability checks for menu item operations
    51 - Sanitized and validated all input data
    52 - Added transaction handling for database operations
    53 - Improved error handling and user feedback
     53* Performance & Code Quality
     54  - Optimized database queries and transactions
     55  - Refactored codebase to WordPress coding standards
     56  - Implemented singleton pattern for main class
     57  - Added comprehensive error handling
     58  - Reduced unnecessary AJAX calls
    5459
    55 ## Code Quality
    56 - Refactored to use WordPress coding standards
    57 - Improved class structure using singleton pattern
    58 - Added proper type checking and validation
    59 - Implemented proper menu item ownership verification
    60 - Improved error handling with try-catch blocks
    61 - Added proper database transaction handling
     60* Frontend Improvements
     61  - Enhanced AJAX validation and error handling
     62  - Added loading states and UI feedback
     63  - Improved menu item selection interface
     64  - Added expand/collapse all functionality
     65  - Enhanced visual feedback during operations
    6266
    63 ## Performance
    64 - Added rate limiting mechanism
    65 - Optimized database queries
    66 - Improved transaction handling
    67 - Reduced unnecessary AJAX calls
     67* Bug Fixes
     68  - Resolved menu item ID handling issues
     69  - Fixed multiple submission edge cases
     70  - Corrected transaction rollback behavior
     71  - Fixed menu item ownership verification
     72  - Improved UI state management
    6873
    69 ## JavaScript Improvements
    70 - Added proper data validation before sending
    71 - Improved menu item ID handling
    72 - Added proper error handling for AJAX requests
    73 - Implemented proper UI feedback during operations
    74 - Added disable state for submit button during processing
    75 - Fixed menu item selection handling
     74= 1.3 - WordPress 6.7.1 Compatibility =
     75* Updated checkbox styling
     76* Added compatibility for WordPress 6.7.1
    7677
    77 ## UI/UX Improvements
    78 - Added success/error messages for user feedback
    79 - Improved menu item selection interface
    80 - Added expand/collapse all functionality
    81 - Added check/uncheck all functionality
    82 - Improved visual feedback during operations
     78= 1.2.1 - Bug Fixes =
     79* Eliminated PHP notices in WP Localize
     80* Fixed single menu item check functionality
    8381
    84 ## Bug Fixes
    85 - Fixed menu item ID handling
    86 - Fixed multiple submission issues
    87 - Fixed transaction rollback on errors
    88 - Fixed menu item ownership verification
    89 - Fixed UI state management
     82= 1.2 - Code Restructure =
     83* Implemented Object-Oriented PHP architecture
     84* Removed rating link
     85* Hidden native WordPress Bulk Edit Feature
     86* Refreshed design interface
    9087
    91 ## Code Organization
    92 - Separated concerns between PHP and JavaScript
    93 - Improved function naming and organization
    94 - Added proper WordPress hooks and filters
    95 - Improved asset loading and localization
    96 - Added proper text domain handling
     88= 1.1.2 - Translations & UI =
     89* Added French (FR) translation
     90* Improved button hover states
     91* Updated button layout
     92* Added function prefixing to prevent conflicts
    9793
    98 = 1.3 =
    99 * Update checkbox style
    100 * Add compatibility for WordPress 6.7.1
     94= 1.1.1 - Feature Update =
     95* Added Collapse/Expand functionality
    10196
    102 = 1.2.1 =
    103 * Remove PHP Notices (WP Localize)
    104 * Fix bug single check menu items
    105 
    106 = 1.2 =
    107 * Remove rating link 😉
    108 * Reorder code with Object-Oriented PHP System
    109 * Hide native WordPress Bulk Edit Feature
    110 * New design
    111 
    112 = 1.1.2 =
    113 * Add rating link 😉
    114 * Prefix functions to prevent conflict
    115 
    116 = 1.1.2 =
    117 * Add FR Translation
    118 * Fix some button hover
    119 * Change button layout
    120 
    121 = 1.1.1 =
    122 * Add Collapse / Expand Features
    123 
    124 = 1.1 =
    125 * Fix bug generating multiple check_all button
    126 * Rename function to prevent crashing
     97= 1.1 - Bug Fixes =
     98* Fixed multiple check_all button generation
     99* Renamed functions to prevent conflicts
    127100
    128101= 1.0 =
Note: See TracChangeset for help on using the changeset viewer.