Skip to content

Commit

Permalink
Removed .wp-block styles in Instant Images CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooney committed Nov 8, 2024
1 parent f265bc1 commit 8cb60a4
Show file tree
Hide file tree
Showing 14 changed files with 86,909 additions and 503 deletions.
5 changes: 4 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: <https://connekthq.com/donate/>
Tags: Unsplash, Openverse, Pixabay, Pexels, Stock Photos, photos, stock photo, image upload, upload, free photos
Requires at least: 5.0
Tested up to: 6.7
Stable tag: 6.2.1
Stable tag: 6.2.2
License: GPLv2 or later
License URI: <http://www.gnu.org/licenses/gpl-2.0.html>

Expand Down Expand Up @@ -160,6 +160,9 @@ How to install Instant Images.

== Changelog ==

= 6.2.2 - November 8, 2024 =
* HOTFIX: Removed .wp-block styles in Instant Images CSS.

= 6.2.1 - November 7, 2024 =
* NEW: Added support for new Extended add-on feature to maintain search term when switching providers.
* UPDATE: WordPress 6.7 compatibility updates.
Expand Down
2 changes: 1 addition & 1 deletion build/admin/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-i18n'), 'version' => '726a54354c57e75edbba');
<?php return array('dependencies' => array('wp-i18n'), 'version' => 'e5ce34c44d7b02d3e7f5');
4,317 changes: 4,316 additions & 1 deletion build/admin/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/block/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '81c099ea3fca1106f2d2');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '51dedb6fbbcc47ef39c5');
19,873 changes: 19,872 additions & 1 deletion build/block/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/instant-images.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-blocks', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'fc10c92482e3e4e883e3');
<?php return array('dependencies' => array('react', 'wp-blocks', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '29c211701dd89dee583f');
19,929 changes: 19,928 additions & 1 deletion build/instant-images.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/media-modal/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-blocks', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'd7cfb89cc06c9b2ad5e3');
<?php return array('dependencies' => array('react', 'wp-blocks', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'f3a9dd01d98490ff3dfc');
19,928 changes: 19,927 additions & 1 deletion build/media-modal/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/plugin-sidebar/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-blocks', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => '42313150bd42af3a10df');
<?php return array('dependencies' => array('react', 'wp-blocks', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => '8bf6ac03a29356a7529d');
19,861 changes: 19,860 additions & 1 deletion build/plugin-sidebar/index.js

Large diffs are not rendered by default.

3,480 changes: 2,993 additions & 487 deletions build/style-instant-images.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions instant-images.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
exit;
}

define( 'INSTANT_IMAGES_VERSION', '6.2.1' );
define( 'INSTANT_IMAGES_RELEASE', 'November 7, 2024' );
define( 'INSTANT_IMAGES_VERSION', '6.2.2' );
define( 'INSTANT_IMAGES_RELEASE', 'November 8, 2024' );
define( 'INSTANT_IMAGES_STORE_URL', 'https://getinstantimages.com' );

/**
Expand Down
5 changes: 2 additions & 3 deletions src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
@import "partials/search-header";
@import "partials/add-ons/import";


.wp-block {
padding: 0 !important;
.wp-block.instant-images-block {
margin-bottom: 0;
}

0 comments on commit 8cb60a4

Please sign in to comment.