Skip to content

Commit

Permalink
Merge pull request #2554 from kprajapatii/master
Browse files Browse the repository at this point in the history
Push SD 1.3.35
  • Loading branch information
kprajapatii authored Mar 14, 2024
2 parents 52ce46c + 0434a84 commit 70551a2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
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.1.35 - TBD =
* Add style multiselect field for Elementor editor - CHANGED

= 1.1.34 - 2024-02-15 =
* Post Author support added in Block Visibility - ADDED

Expand Down
2 changes: 2 additions & 0 deletions vendor/ayecode/wp-super-duper/wp-super-duper.php
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,8 @@ public function widget_css( $advanced = true ) {
font-weight: bold;
margin-bottom: 1px;
}
.elementor-control .sd-argument select[multiple]{height:100px}
.elementor-control .sd-argument select[multiple] option{padding:3px}
</style>
<?php
$output = ob_get_clean();
Expand Down
12 changes: 6 additions & 6 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,24 +246,24 @@
},
{
"name": "ayecode/wp-super-duper",
"version": "1.1.34",
"version_normalized": "1.1.34.0",
"version": "1.1.35",
"version_normalized": "1.1.35.0",
"source": {
"type": "git",
"url": "https://github.com/AyeCode/wp-super-duper.git",
"reference": "f6976c9fefe24d00a8faa00c23a629fbbe376889"
"reference": "a03101249e96eaa6d26f04142c65606b2e9166fe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AyeCode/wp-super-duper/zipball/f6976c9fefe24d00a8faa00c23a629fbbe376889",
"reference": "f6976c9fefe24d00a8faa00c23a629fbbe376889",
"url": "https://api.github.com/repos/AyeCode/wp-super-duper/zipball/a03101249e96eaa6d26f04142c65606b2e9166fe",
"reference": "a03101249e96eaa6d26f04142c65606b2e9166fe",
"shasum": ""
},
"require": {
"composer/installers": "~1.0",
"php": ">=5.3.0"
},
"time": "2024-02-15T13:54:48+00:00",
"time": "2024-03-13T13:22:32+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
'dev_requirement' => false,
),
'ayecode/wp-super-duper' => array(
'pretty_version' => '1.1.34',
'version' => '1.1.34.0',
'pretty_version' => '1.1.35',
'version' => '1.1.35.0',
'type' => 'library',
'install_path' => __DIR__ . '/../ayecode/wp-super-duper',
'aliases' => array(),
'reference' => 'f6976c9fefe24d00a8faa00c23a629fbbe376889',
'reference' => 'a03101249e96eaa6d26f04142c65606b2e9166fe',
'dev_requirement' => false,
),
'composer/installers' => array(
Expand Down

0 comments on commit 70551a2

Please sign in to comment.