=== DooBlockPatterns === Contributors: teodw, doowebs, enricdw Tags: Gutenberg, patterns, block patterns, block editor Requires at least: 6.1 Tested up to: 6.9.4 Requires PHP: 7.4 Stable tag: 1.3.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Visually create custom block patterns. No coding skills needed. Categorize and use keywords for easy searching. == Description == Create custom block patterns. The patterns can be designed just like you design a blog post or a page with the block editor. You can assign any category or keywords. == Key Features == - Create custom patterns from one or more blocks in the post editor - Group your patterns in categories - Optionally add any keywords or aliases that help users discover it while searching in the inserter - Create custom pattern categories - Set a viewport width to optimize the scaled width of the preview in the block inserter - Add an optional hidden text if the title does not fully describe what the pattern does. - Deleting patterns, modifying them or uninstalling the plugin does not affect the blocks created with the patterns, since once the pattern is inserted, it is not linked to the source pattern. - Option to remove patterns when plugin is removed == Installation == From your admin dashboard, 1. Select Plugins > Add New. 2. From the search box, type **Doo Block Pattern** and then search. 3. Click the install button and then activate the plugin. == Getting Started == 1. Locate and click on the '**Doo Block Patterns**' menu item in the sidebar admin menu. 2. Click on the '**Add New**' button. 3. Give your pattern a name. 4. Start writing or choose any blocks you want to be part of your pattern. 5. Publish the pattern. 6. Go to a test post or page and locate your pattern in the Block Inserter under the pattern tab and click on it. 7. The block pattern will now be added to your page. All contained blocks are now independent of the original pattern and can be edited as any regular block. == Frequently Asked Questions == = How to make a copy of the patterns and incorporate them into another WP? = Simply, using the WP export tool, generate an XML file, which serves as a copy and can be imported into another WP. = What users/roles have the ability to create pattern blocks? = The users who can create custom block patterns in this plugin are those with the role of: administrator, editor or author. = Who can change the plugin settings (for example, delete data on uninstall)? = Only administrators (capability manage_options). == Screenshots == 1. Pattern with blocks 2. Pattern settings 3. Block Patterns list == Changelog == = [1.0.0] - 2022-11-26 = Initial release. = [1.1.0] - 2022-12-02 = Fix a bug on remove plugin. Improved: CPT register not public = [1.2.0] - 2022-12-03 = Improved: Performance. Added: FAQ's in readme.txt = [1.2.1] - 2022-12-16 = Fixed: bug in save block pattern. = [1.2.2] - 2022-12-16 = Improved: multisite. = [1.2.3] - 2023-04-07 = Fixed: bug in display manage columns. Update: readme.txt = [1.2.4] - 2023-06-03 = Fixed: bug in meta box. = [1.2.5] - 2023-10-14 = Tested and review WP 6.3.2 Add revisions in editor = [1.2.6] - 2024-05-09 = Tested and review WP 6.5.3 Add revisions in editor = [1.2.7] - 2024-08-28 = Tested and review WP 6.6.1 Add revisions in editor = [1.2.8] - 2026-05-09 = Tested up to WordPress 6.9.4. Fixed incorrect mapping between viewport width and keywords when registering patterns. Hardened metabox saves with a nonce; restrictive plugin settings now require manage_options. Sanitized pattern descriptions and taxonomy labels used for pattern categories. Fixed uninstall flow (no longer loads main plugin file; taxonomy cleanup uses Core APIs; runs outside is_admin-only gate). Settings checkbox for uninstall data now saves correctly when unchecked. = [1.3.0] - 2026-05-10 = Improved internationalization: reliable loading of bundled translations (es_ES.mo), fallback to WordPress language packs, and minor Spanish string fixes in es_ES. Updated Poedit keyword list for future string extraction. Bundled es.mo alongside es_ES.mo for sites using the generic es locale. PO header Language set to es_ES.