Skip to content

Commit

Permalink
0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Stiofan committed Jun 6, 2024
1 parent c01530f commit 5a109b0
Show file tree
Hide file tree
Showing 9 changed files with 6,969 additions and 6,052 deletions.
2 changes: 1 addition & 1 deletion blocks/class-blockstrap-widget-modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function __construct()
'name' => __('BS > Modal', 'blockstrap-page-builder-blocks'),
'widget_ops' => [
'classname' => 'bs-modal',
'description' => esc_html__('A Bootstrap Modal builder', 'blockstrap-page-builder-blocks'),
'description' => esc_html__('A Bootstrap Modal builder for creating popups.', 'blockstrap-page-builder-blocks'),
],
'no_wrap' => true,
'block_group_tabs' => [
Expand Down
6 changes: 3 additions & 3 deletions blockstrap-page-builder-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* This is the main plugin file, here we declare and call the important stuff
*
* @package BlockStrap
* @copyright 2022 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2024 AyeCode Ltd
* @license GPL-3.0+
* @since 1.0.0
*
* @wordpress-plugin
* Plugin Name: BlockStrap Page Builder Blocks
* Plugin URI: https://ayecode.io/
* Description: BlockStrap - A FSE page builder for WordPress
* Version: 0.1.16
* Version: 0.1.17
* Author: AyeCode
* Author URI: https://ayecode.io
* Text Domain: blockstrap-page-builder-blocks
Expand All @@ -21,7 +21,7 @@
*/


define('BLOCKSTRAP_BLOCKS_VERSION', '0.1.16');
define('BLOCKSTRAP_BLOCKS_VERSION', '0.1.17');

/**
* The BlockStrap Class
Expand Down
Binary file modified languages/blockstrap-page-builder-blocks-en_US.mo
Binary file not shown.
3,144 changes: 2,027 additions & 1,117 deletions languages/blockstrap-page-builder-blocks-en_US.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://ayecode.io
Tags: page builder, bootstrap, blocks, builder, design
Requires at least: 6.0
Tested up to: 6.5
Stable tag: 0.1.16
Stable tag: 0.1.17
Requires PHP: 7.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down
7 changes: 7 additions & 0 deletions vendor/ayecode/wp-super-duper/change-log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
= 1.1.43 - 2024-06-05 =
* example block attribute now works for block previews - ADDED
* Block previews now enabled by default (set example as false to disable) - CHANGED
* viewportWidth can be set in example attribute to set the preview viewport width - ADDED
* example argument can be set on individual arguments to pass as the example - ADDED
* `parent` and `allowedBlocks` block arguments now supported - ADDED

= 1.1.41 - 2024-05-22 =
* placeholder.png replaced with inline SVG for better block template compatibility - CHANGED

Expand Down
Loading

0 comments on commit 5a109b0

Please sign in to comment.