Changeset 3239487
- Timestamp:
- 02/12/2025 03:18:42 PM (14 months ago)
- Location:
- generateblocks
- Files:
-
- 2 edited
-
tags/1.9.1/readme.txt (modified) (6 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
generateblocks/tags/1.9.1/readme.txt
r3126048 r3239487 3 3 Donate link: https://generatepress.com 4 4 Tags: blocks, gutenberg, editor, page builder, posts 5 Requires at least: 5.96 Tested up to: 6. 65 Requires at least: 6.5 6 Tested up to: 6.7 7 7 Requires PHP: 7.2 8 8 Stable tag: 1.9.1 … … 14 14 == Description == 15 15 16 Add incredible versatility to your editor without bloating it with tons of one-dimensional Gutenbergblocks. With GenerateBlocks, you can learn a handful of blocks deeply and use them to build anything.16 Add incredible versatility to your editor without bloating it with tons of one-dimensional blocks. With GenerateBlocks, you can learn a handful of blocks deeply and use them to build anything. 17 17 18 18 [GenerateBlocks](https://generatepress.com/blocks?utm_source=wp-repo&utm_medium=link&utm_campaign=readme) works hand-in-hand with [GeneratePress](https://generatepress.com/theme?utm_source=wp-repo&utm_medium=link&utm_campaign=generateblocks-readme), but is built to work with any theme. … … 28 28 Create advanced layouts with flexible grids. The Grid block gives you the ability to create any kind of layout you can imagine. 29 29 30 = Headline=30 = Text = 31 31 32 32 Craft text-rich content with advanced typography. Everything from headings to paragraphs - take full control of your text. … … 36 36 Drive conversions with beautiful buttons. 37 37 38 = Query Loop=39 40 Build a list of posts from any post type using advanced query parameters. 38 = Query = 39 40 Build a list of posts from any post type using advanced query parameters. Query post meta and option fields in GenerateBlocks Pro. 41 41 42 42 = Image = 43 43 44 Add static or dynamic images to your content to make a visual statement. 44 Add images to your content to make a visual statement. 45 46 = Shape = 47 48 Add custom SVG shapes to your pages with ease. 49 50 = Dynamic Tags = 51 52 Use our powerful dynamic tags to display dynamic content inside your blocks. 53 54 * Post title 55 * Post excerpt 56 * Post permalink 57 * Post date 58 * Featured image 59 * Post meta 60 * Author meta 61 * Comment count 62 * Comments URL 63 * Author archives URL 64 * Author avatar URL 65 * Term list 66 * Previous posts URL 67 * Next posts URL 68 * Media 69 70 In GenerateBlocks Pro, you get additional dynamic tags: 71 72 * Archive title 73 * Archive description 74 * Site option 75 * Term meta 76 * User meta 77 * Current year 78 * Site title 79 * Site tagline 80 * Loop index number 81 * Loop item 45 82 46 83 = Performance = … … 54 91 = Fully responsive = 55 92 56 Every block comes with tablet and mobile controls, giving you total control of your responsive design. 93 Style your blocks for different screen sizes. 94 95 * Desktop: @media (min-width:1025px) 96 * Desktop & Tablet: @media (min-width:768px) 97 * Tablet: @media (max-width:1024px) and (min-width:768px) 98 * Tablet & Mobile: @media (max-width:1024px) 99 * Mobile: @media (max-width:767px) 100 101 In GenerateBlocks Pro, you can create as many custom media queries as you need. 57 102 58 103 = Documentation = … … 83 128 84 129 == Changelog == 130 131 = 2.0.0 = 132 * Security: Prevent logged-in contributors from querying private post content 133 * New: All blocks re-written from scratch for better performance and control 134 * New: Version 1 blocks still exist where used and function normally 135 * New: Version 1 blocks can be enabled by default with simple filter 136 * New: Element block - replaces the Container and Grid blocks 137 * New: Element blocks comes with Container and Grid variations in the block inserter 138 * New: Text block - replaces the Headline and Button blocks 139 * New: Text blocks comes with Headline, Text, and Button variations in the block inserter 140 * New: Query block - replaces the Query Loop block 141 * New: Looper block - replaces the Grid block inside of the Query block 142 * New: Loop Item block - replaces the Post Template (Container) in the Query block 143 * New: No Results block - add content that displays if no Query results are found 144 * New: Page Numbers block - add page numbers for pagination in your Query block 145 * New: Shape block - add any SVG shape to your pages 146 * New: Media block - replaces the Image block 147 * New: Local blocks now have the full styles builder found in GB Pro Global Styles 148 * New: Local blocks can now be designed at any breakpoint or nested rule 149 * New: Filter block design options in the editor based on whether they have a value 150 * New: Filter block design options in the editor based on whether they're inheriting a value 151 * New: Dynamic tags system. Insert dynamic data anywhere in your blocks 152 * New: Multiple dynamic tags can be inserted into a single block 153 * New: --gb-container-width CSS variable for getting the global max-width 154 * Performance: Local blocks now generate their CSS and HTML as you build in the editor 155 * Performance: Blocks are output as static HTML/CSS on the frontend for better performance 85 156 86 157 = 1.9.1 = -
generateblocks/trunk/readme.txt
r3239461 r3239487 6 6 Tested up to: 6.7 7 7 Requires PHP: 7.2 8 Stable tag: 2.0.08 Stable tag: 1.9.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.