Plugin Directory

Changeset 3360040


Ignore:
Timestamp:
09/11/2025 05:01:37 PM (7 months ago)
Author:
mrboydwp
Message:

Update trunk to version 1.2.1

File:
1 edited

Legend:

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

    r3360027 r3360040  
    33Donate link: https://ko-fi.com/boyduang
    44Tags: blocks, snippets, reusable-content, gutenberg, editor
    5 Requires at least: 5.0
     5Requires at least: 6.0
    66Tested up to: 6.8
    77Requires PHP: 7.4
     
    5656* **Modern Architecture** - Built with React and modern JavaScript
    5757
    58 = Technical Requirements =
    59 
    60 * WordPress 6.0 or higher
    61 * PHP 7.4 or higher
    62 * Modern browser for Block Editor features
     58= Requirements =
     59
     60* WordPress 6.0+
     61* PHP 7.4+
    6362
    6463== Installation ==
     
    102101
    103102= What happens when I delete/uninstall the plugin? =
    104 When you deactivate the plugin, your snippets remain in the database. If you completely uninstall (delete) the plugin, all snippet data will be permanently removed from your database. Make sure to export your content first if you want to keep it.
     103When you deactivate the plugin, your snippets remain in the database. If you completely uninstall (delete) the plugin, your snippet data is preserved by default as a safety feature. To completely remove all data, you would need to modify the uninstall.php file.
    105104
    106105= Does it work with page builders? =
     
    177176
    178177= 1.1.1 - 2025-08-27 =
    179 **Fixed:**
    180 * Related posts issue - Fixed duplicate related posts appearing below snippets
    181 * Plugin compatibility - Resolved conflicts with YARPP and other related posts plugins
    182 * Content rendering - Improved snippet processing to avoid triggering unnecessary content filters
    183 
    184 **Changed:**
    185 * REST API: Updated to use `do_blocks()` instead of `apply_filters('the_content')`
    186 * Shortcode: Updated rendering to use `do_blocks()` for consistent behavior
    187 * Documentation: Updated developer guide and architecture documentation
     178* Fixed duplicate related posts issue
     179* Improved plugin compatibility
     180* Enhanced content rendering
    188181
    189182= 1.1.0 - 2025-08-26 =
    190 **Changed:**
    191 * Production release with WordPress 6.8.2 compatibility
    192 * Performance optimization and code cleanup
    193 * Enhanced error handling for production environment
    194 * Removed all debug logging and development artifacts
     183* WordPress 6.8 compatibility
     184* Performance optimizations
     185* Production-ready release
    195186
    196187= 1.0.0 - 2025-08-26 =
    197 **Initial Release:**
    198 * Custom Post Type for snippet management
    199 * Block Editor integration with live preview
    200 * Shortcode support with copy functionality
    201 * REST API endpoints for data access
    202 * Complete admin interface
    203 * WordPress standards compliance
     188* Initial release
    204189
    205190== Upgrade Notice ==
    206191
    207 = 1.2.0 =
    208 Major UX improvements! This update introduces a beautiful modern modal interface, TinyMCE integration for Classic Editor, and advanced animations. All existing snippets and shortcodes continue to work without any changes needed.
    209 
    210 = 1.1.1 =
    211 Important bug fix for users experiencing duplicate related posts below snippets. Update recommended for all users.
    212 
    213 = 1.1.0 =
    214 Production-ready release with improved performance and WordPress 6.8.2 compatibility. Recommended update for all users.
     192= 1.2.1 =
     193Performance and security improvements with enhanced search functionality and better mobile experience.
    215194
    216195== Support ==
    217196
    218 For support, feature requests, or bug reports:
    219 * **WordPress.org Support Forum**: Use the official support forum for this plugin
    220 * **Plugin Documentation**: Available in the WordPress admin after installation
    221 * **Email Support**: Contact developer through WordPress.org profile
    222 
    223 == Privacy Policy ==
    224 
    225 Snippy Blocks does not collect, store, or transmit any personal data. All snippet content is stored locally in your WordPress database. The plugin does not connect to external services or send data anywhere.
    226 
    227 **Data Handling:**
    228 * Snippet content is stored as WordPress custom posts in your database
    229 * No personal information is collected or stored
    230 * Uninstalling the plugin will permanently remove all snippet data
    231 * Deactivating (without uninstalling) preserves all your snippets
    232 
    233 == Third Party Services ==
    234 
    235 This plugin does not use any third-party services or external APIs. All functionality works entirely within your WordPress installation.
    236 
    237 == Credits ==
    238 
    239 * **Developer**: bcodecraft 
    240 * **Built with**: WordPress Block Editor, React, Modern CSS
    241 * **Icons**: WordPress Dashicons
    242 * **Tested on**: WordPress 6.0-6.8.2 with various themes
    243 * **Special thanks**: WordPress community for feedback and inspiration
    244 
    245 Thank you for choosing bcodecraft Blocks! We're committed to providing a high-quality, privacy-focused solution for content management.
     197For support and bug reports, please use the WordPress.org support forum for this plugin.
     198
     199== Privacy ==
     200
     201bcodecraft Blocks does not collect any personal data. All content is stored locally in your WordPress database and no external connections are made.
Note: See TracChangeset for help on using the changeset viewer.