Plugin Directory

Changeset 3239487


Ignore:
Timestamp:
02/12/2025 03:18:42 PM (14 months ago)
Author:
edge22
Message:

Updating readme/assets from GitHub

Location:
generateblocks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • generateblocks/tags/1.9.1/readme.txt

    r3126048 r3239487  
    33Donate link: https://generatepress.com
    44Tags: blocks, gutenberg, editor, page builder, posts
    5 Requires at least: 5.9
    6 Tested up to: 6.6
     5Requires at least: 6.5
     6Tested up to: 6.7
    77Requires PHP: 7.2
    88Stable tag: 1.9.1
     
    1414== Description ==
    1515
    16 Add incredible versatility to your editor without bloating it with tons of one-dimensional Gutenberg blocks. With GenerateBlocks, you can learn a handful of blocks deeply and use them to build anything.
     16Add 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.
    1717
    1818[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.
     
    2828Create advanced layouts with flexible grids. The Grid block gives you the ability to create any kind of layout you can imagine.
    2929
    30 = Headline =
     30= Text =
    3131
    3232Craft text-rich content with advanced typography. Everything from headings to paragraphs - take full control of your text.
     
    3636Drive conversions with beautiful buttons.
    3737
    38 = Query Loop =
    39 
    40 Build a list of posts from any post type using advanced query parameters.
     38= Query =
     39
     40Build a list of posts from any post type using advanced query parameters. Query post meta and option fields in GenerateBlocks Pro.
    4141
    4242= Image =
    4343
    44 Add static or dynamic images to your content to make a visual statement.
     44Add images to your content to make a visual statement.
     45
     46= Shape =
     47
     48Add custom SVG shapes to your pages with ease.
     49
     50= Dynamic Tags =
     51
     52Use 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
     70In 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
    4582
    4683= Performance =
     
    5491= Fully responsive =
    5592
    56 Every block comes with tablet and mobile controls, giving you total control of your responsive design.
     93Style 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
     101In GenerateBlocks Pro, you can create as many custom media queries as you need.
    57102
    58103= Documentation =
     
    83128
    84129== 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
    85156
    86157= 1.9.1 =
  • generateblocks/trunk/readme.txt

    r3239461 r3239487  
    66Tested up to: 6.7
    77Requires PHP: 7.2
    8 Stable tag: 2.0.0
     8Stable tag: 1.9.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.