Plugin Directory

Changeset 2586043


Ignore:
Timestamp:
08/20/2021 02:03:28 PM (5 years ago)
Author:
essamamdani
Message:

1.0.5

  • New: Icon Box Fix
  • New: Image Box Fix
  • New: Info Box Fix
  • New: Call to Action
  • New: Advanced Heading
  • New: Blockquote
  • New: Google Map
  • New: Inline Notice
  • New: Section
  • New: Team
  • New: Marketing Button
  • New: Icon List
Location:
blocks-bakery
Files:
398 added
3 edited

Legend:

Unmodified
Added
Removed
  • blocks-bakery/trunk/README.md

    r2584292 r2586043  
    99 * Requires at least: 5.7
    1010 * Tested up to: 5.8
    11  * Stable tag: 1.0.4
     11 * Stable tag: 1.0.5
    1212 * Requires PHP: 5.6
    1313 * License: GPLv2 or later
  • blocks-bakery/trunk/blocks-bakery.php

    r2584292 r2586043  
    66 * Author: Essa Mamdani
    77 * Author URI: https://www.essamamdani.com
    8  * Version: 1.0.4
     8 * Version: 1.0.5
    99 * Text Domain:       blocks-bakery
    1010 * Domain Path:       /languages languages folder path
     
    7878                }
    7979            } elseif (gb_fs_init()->is_not_paying()) {
    80                 include_once BB__PLUGIN_DIR .'blocks/advanced-heading/advanced-heading.php';       
     80                include_once BB__PLUGIN_DIR .'blocks/advanced-heading/advanced-heading.php';
     81                include_once BB__PLUGIN_DIR .'blocks/info-box/info-box.php';     
     82                include_once BB__PLUGIN_DIR .'blocks/team/team.php';     
     83                include_once BB__PLUGIN_DIR .'blocks/marketing-button/marketing-button.php';     
    8184            }
    8285        } 
  • blocks-bakery/trunk/readme.txt

    r2584292 r2586043  
    66Tags: blocks,block,gutenberg,gutenberg blocks,wordpress blockstemplates, page builder, section, google maps, mailchimp
    77Tested up to: 5.8
    8 Stable tag: 1.0.4
     8Stable tag: 1.0.5
    99Requires PHP: 7.0
    1010
     
    3636    <li><a href="">Call to Action</a>: This block allows to create an attractive call-to-action with the help of trendy title, description, and one catchy button. It grabs the visitor’s attention for quick interaction and action.</li>
    3737    <li><a href="">Advanced Heading</a>: Advance heading allows you to use attractive and trendy headings in combination with subheadings and a separator between them. You are able to choose the heading tags with the manual settings and customization.</li>
    38     <li><a href="">Blockquote</a>:Blockqoute allows you to display tweetable text in quotes with a designer format, and offers many customization options as well.</li>
     38    <li><a href="">Blockquote</a>:Blockqoute allows you to display tweetable text in quotes with a designer format, and offers many customization options as well. </li>
    3939    <li><a href="">Google Map</a>: Google Map: Google Maps block is capable of displaying locations with zoom options as well as Blocks bakery.</li>
    4040    <li><a href="">Inline Notice</a>: As the name suggests, this block provides a ready to use box where text can be added and highlighted for notice purposes. It is used when we want to specify important notes for the user’s attention.</li>
    4141    <li><a href="">Section </a>: You can build websites with the outer wrap section which allows to add other blocks inside it. The layout of the section can be customized with spacing, background, border etc.  </li>
    4242    <li><a href="">Team </a>: The Blocks Bakery provides team block for beautifully describing the details of your team members. You can add the team member’s picture, name, and their social profiles in a beautiful manner. </li>
     43    <li><a href="">Marketing Button </a>: Marketing block provide you to build CTA that make audience attracted with converted text oriented and amazing customized options. </li>
     44    <li><a href=""> Icon List </a>: This block is used to create a list with image or icons shown as bullets for each list item. </li>
     45    <li><a href="">Icon Box</a>: It provide you to show a short brief of product we are offering within the box with customization of options. </li>
     46    <li><a href="">Image  Box</a>:  Image box provide you to add image boxes that merge headings, texts call action button and images.</li>
    4347
    4448</ul>
     
    8791
    8892== Changelog ==
    89  = 1.0.3 =
     93
     94 = 1.0.5 =
     95* New: Icon Box Fix
     96* New: Image Box Fix
     97* New: Info Box Fix
     98* New: Call to Action
     99* New: Advanced Heading
     100* New: Blockquote
     101* New: Google Map
     102* New: Inline Notice
     103* New: Section
     104* New: Team
     105* New: Marketing Button
     106* New: Icon List
     107
     108 = 1.0.4 =
    90109* New: Icon Box
    91110* New: Image Box
Note: See TracChangeset for help on using the changeset viewer.