Changeset 3282082
- Timestamp:
- 04/25/2025 06:56:07 PM (11 months ago)
- Location:
- accelerate-patterns/trunk
- Files:
-
- 3 copied
-
functions.php (copied) (copied from accelerate-patterns/trunk/functions.php) (1 diff)
-
index.php (copied) (copied from accelerate-patterns/trunk/index.php)
-
readme.txt (copied) (copied from accelerate-patterns/trunk/readme.txt) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
accelerate-patterns/trunk/functions.php
r3280316 r3282082 4 4 Plugin URI: https://ampwptools.com/accelerate-patterns/ 5 5 Description: This plugin allows you to create, manage and edit your own WordPress patterns using any blocks - core blocks as well as premium blocks. 6 Version: 1.0. 27 Author: AMP Publisher6 Version: 1.0.3 7 Author: ampwptools 8 8 Author URI: https://ampwptools.com/ 9 9 License: GPLv3 -
accelerate-patterns/trunk/readme.txt
r3280316 r3282082 1 1 === Accelerate Patterns === 2 2 Contributors: ampwptools 3 Donatelink: https://ampwptools.com/accelerate-patterns/3 Plugin link: https://ampwptools.com/accelerate-patterns/ 4 4 Tags: patterns, blocks, page builder, gutenberg, editor, template 5 5 Requires at least: WordPress 5.9 6 Tested up to: WordPress 6.6.2 7 Stable tag: 1.0.2 6 Tested up to: WordPress 6.8 8 7 Requires PHP: 7.0 9 Version: 1.0.2 8 Version: 1.0.3 9 Stable tag: 1.0.3 10 10 License: GPLv3 11 11 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 16 16 17 17 **Create Patterns in the Block Editor** 18 18 19 Creating Patterns that you can easily re-use on your site or on other sites has never been easier. After installing the Accelerate Patterns plugin you can use the WordPress Block Editor to create your Patterns. 19 20 … … 25 26 26 27 **Build Out a Library of Custom Patterns** 28 27 29 You can build out an unlimited number of Patterns that you can always access from your Library or export to a new site. Create custom categories for your Patterns so you can keep them organized. You can even add searchable descriptions. 28 30 29 31 **Preview, Manage & Edit Your Patterns** 32 30 33 You can preview your Patterns and even edit them within the My Patterns editor. 31 34 32 35 Use Your Patterns in the WordPress Pattern Inserter/Explorer 36 33 37 You can insert your Patterns from the Patterns tab/drop-down in the inserter, or click the Explore button to access them from the explorer. Once inserted you can edit the blocks without affecting the Pattern. 34 38 … … 36 40 37 41 Does creating a Pattern with the plugin require any coding? 42 38 43 No coding is required. Simply select one or more blocks and create your Patterns from the Block editor. You can use WordPress core blocks as well as premium blocks. Use the block editor to customize your block layouts and styles. 39 44 40 45 Can I create new categories for my Patterns? 46 41 47 Yes you can create custom categories to easily manage your Patterns. If you are a designer you create a set of home page designs, landing pages, pricing tables, and more. You can even add descriptions to make them searchable. 42 48 43 49 What happens to my Patterns if I uninstall the plugin? 50 44 51 Once a pattern's content is inserted into a page or post it will not change unless you edit the post. You simply won't have access to your patterns in the Pattern Explorer. 45 52 … … 47 54 48 55 1. Block editor with button to create patterns from selected blocks. 56 49 57 2. Pattern manager with previews, custom categories and descriptions. 58 50 59 3. Pattern inserter includes "My Patterns" category with all of your patterns. 51 60 … … 53 62 54 63 1. In your admin panel, go to Plugins and click the 'Add New' button. 64 55 65 2. Click Upload Plugin then Browse for the .zip file on your computer. 66 56 67 3. Click Install Now. 68 57 69 4. Click on the 'Activate' button. 58 70 … … 60 72 61 73 Accelerate Patterns, Copyright 2024 TAC Marketing Group 74 62 75 Accelerate Patterns is distributed under the terms of the GNU GPL 63 76 64 77 == Change Log == 65 78 79 = 1.0.3 - 2025-04-23 = 80 81 * Update - Compatibility version update. 82 66 83 = 1.0.2 - 2024-10-03 = 84 67 85 * Update - Compatibility version update. 68 86 69 87 = 1.0.1 - 2022-05-25 = 88 70 89 * Fix - WP 6.0 minor fix: removed if(is_admin()) when registering patterns. 90 71 91 * Update - Removed Accelerate Software admin page, it was not providing any functionality in this plugin. 72 92 73 93 = 1.0.0 2022-04-08 = 94 74 95 * First release
Note: See TracChangeset
for help on using the changeset viewer.