Changeset 3360040
- Timestamp:
- 09/11/2025 05:01:37 PM (7 months ago)
- File:
-
- 1 edited
-
bcodecraft-blocks/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bcodecraft-blocks/trunk/readme.txt
r3360027 r3360040 3 3 Donate link: https://ko-fi.com/boyduang 4 4 Tags: blocks, snippets, reusable-content, gutenberg, editor 5 Requires at least: 5.05 Requires at least: 6.0 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.4 … … 56 56 * **Modern Architecture** - Built with React and modern JavaScript 57 57 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+ 63 62 64 63 == Installation == … … 102 101 103 102 = 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.103 When 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. 105 104 106 105 = Does it work with page builders? = … … 177 176 178 177 = 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 188 181 189 182 = 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 195 186 196 187 = 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 204 189 205 190 == Upgrade Notice == 206 191 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 = 193 Performance and security improvements with enhanced search functionality and better mobile experience. 215 194 216 195 == Support == 217 196 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. 197 For support and bug reports, please use the WordPress.org support forum for this plugin. 198 199 == Privacy == 200 201 bcodecraft 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.