Skip to content

Commit

Permalink
Merge pull request #82 from kprajapatii/main
Browse files Browse the repository at this point in the history
0.1.20
  • Loading branch information
kprajapatii authored Jul 16, 2024
2 parents f72edf1 + 3730010 commit b2e15f2
Show file tree
Hide file tree
Showing 8 changed files with 542 additions and 622 deletions.
521 changes: 247 additions & 274 deletions blockstrap-page-builder-blocks.php

Large diffs are not rendered by default.

Binary file modified languages/blockstrap-page-builder-blocks-en_US.mo
Binary file not shown.
607 changes: 275 additions & 332 deletions languages/blockstrap-page-builder-blocks-en_US.po

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: stiofansisland, paoltaia, ayecode
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.19
Tested up to: 6.6
Stable tag: 0.1.20
Requires PHP: 7.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -176,7 +176,7 @@ Automatic updates should work seamlessly. To avoid unforeseen problems, we alway

== Changelog ==

= 0.1.20 - TBD =
= 0.1.20 - 2024-07-16 =
* BS Container has `undefined` class if style ID not set - FIXED
* JS error in rating block breaks modal functionality - FIXED
* Changes to show GD post fallback images on GD post page - CHANGED
Expand Down
3 changes: 3 additions & 0 deletions vendor/ayecode/wp-super-duper/change-log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
= 1.2.2 - 2024-07-12 =
* Blocks with `block-save-return` set should not have a sd_shortcode argument - FIXED

= 1.2.1 - 2024-07-10 =
* `html` argument not wrapped correctly in shortcode with new system for blocks - FIXED
* Hide advanced border options when border color selected to none - FIXED
Expand Down
7 changes: 4 additions & 3 deletions vendor/ayecode/wp-super-duper/wp-super-duper.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

if ( ! class_exists( 'WP_Super_Duper' ) ) {

define( 'SUPER_DUPER_VER', '1.2.1' );
define( 'SUPER_DUPER_VER', '1.2.2' );

/**
* A Class to be able to create a Widget, Shortcode or Block to be able to output content for WordPress.
Expand Down Expand Up @@ -2963,7 +2963,7 @@ function onChangeContent($type) {



//if(empty($this->options['nested-block'])){
if(empty($this->options['block-save-return'])){
?>
///////////////////////////////////////////////////////////////////////

Expand Down Expand Up @@ -2998,6 +2998,7 @@ function onChangeContent($type) {
shortcode += "]";

if(shortcode){

props.setAttributes({sd_shortcode: shortcode});

<?php
Expand All @@ -3010,7 +3011,7 @@ function onChangeContent($type) {

///////////////////////////////////////////////////////////////////////
<?php
//} // end nested block check
} // end nested block check
?>

return [
Expand Down
14 changes: 7 additions & 7 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,24 +206,24 @@
},
{
"name": "ayecode/wp-super-duper",
"version": "1.2.1",
"version_normalized": "1.2.1.0",
"version": "1.2.2",
"version_normalized": "1.2.2.0",
"source": {
"type": "git",
"url": "https://github.com/AyeCode/wp-super-duper.git",
"reference": "4eba86b8827891ef0140bf667239f6fad2182d0c"
"reference": "b4ac96ae438ac15b37c88ff982af84ba37c4e905"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AyeCode/wp-super-duper/zipball/4eba86b8827891ef0140bf667239f6fad2182d0c",
"reference": "4eba86b8827891ef0140bf667239f6fad2182d0c",
"url": "https://api.github.com/repos/AyeCode/wp-super-duper/zipball/b4ac96ae438ac15b37c88ff982af84ba37c4e905",
"reference": "b4ac96ae438ac15b37c88ff982af84ba37c4e905",
"shasum": ""
},
"require": {
"composer/installers": "~1.0",
"php": ">=5.4.0"
},
"time": "2024-07-10T11:58:48+00:00",
"time": "2024-07-12T10:42:17+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
Expand Down Expand Up @@ -255,7 +255,7 @@
],
"support": {
"issues": "https://github.com/AyeCode/wp-super-duper/issues",
"source": "https://github.com/AyeCode/wp-super-duper/tree/1.2.1"
"source": "https://github.com/AyeCode/wp-super-duper/tree/1.2.2"
},
"install-path": "../ayecode/wp-super-duper"
},
Expand Down
6 changes: 3 additions & 3 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
'dev_requirement' => false,
),
'ayecode/wp-super-duper' => array(
'pretty_version' => '1.2.1',
'version' => '1.2.1.0',
'reference' => '4eba86b8827891ef0140bf667239f6fad2182d0c',
'pretty_version' => '1.2.2',
'version' => '1.2.2.0',
'reference' => 'b4ac96ae438ac15b37c88ff982af84ba37c4e905',
'type' => 'library',
'install_path' => __DIR__ . '/../ayecode/wp-super-duper',
'aliases' => array(),
Expand Down

0 comments on commit b2e15f2

Please sign in to comment.