Instant Images – One Click Unsplash Uploads - Version 4.6.0.1

Version Description

  • January 3, 2022 = HOTFIX: Hotfix for accidentaly delete_options function left in whilst testing. Sorry about that!
Download this release

Release Info

Developer dcooney
Plugin Icon 128x128 Instant Images – One Click Unsplash Uploads
Version 4.6.0.1
Comparing to
See all releases

Code changes from version 4.6.0 to 4.6.0.1

Files changed (2) hide show
  1. README.txt +3 -0
  2. instant-images.php +3 -4
README.txt CHANGED
@@ -132,6 +132,9 @@ How to install Instant Images.
132
 
133
  == Changelog ==
134
 
 
 
 
135
  = 4.6.0 - January 2, 2022 =
136
  NEW: Added Pexels integration. This requires a valid API key.
137
  FIX: Fixed issue with filtering Unsplash search results by 'all'.
132
 
133
  == Changelog ==
134
 
135
+ = 4.6.0.1 - January 3, 2022 =
136
+ HOTFIX: Hotfix for accidentaly `delete_options` function left in whilst testing. Sorry about that!
137
+
138
  = 4.6.0 - January 2, 2022 =
139
  NEW: Added Pexels integration. This requires a valid API key.
140
  FIX: Fixed issue with filtering Unsplash search results by 'all'.
instant-images.php CHANGED
@@ -7,7 +7,7 @@
7
  * Twitter: @connekthq
8
  * Author URI: https://connekthq.com
9
  * Text Domain: instant-images
10
- * Version: 4.6.0
11
  * License: GPL
12
  * Copyright: Darren Cooney & Connekt Media
13
  *
@@ -19,10 +19,9 @@
19
  if ( ! defined( 'ABSPATH' ) ) {
20
  exit; // Exit if accessed directly.
21
  }
22
- delete_option( 'instant_img_settings' );
23
 
24
- define( 'INSTANT_IMAGES_VERSION', '4.6.0' );
25
- define( 'INSTANT_IMAGES_RELEASE', 'January 2, 2022' );
26
 
27
  /**
28
  * Activation hook
7
  * Twitter: @connekthq
8
  * Author URI: https://connekthq.com
9
  * Text Domain: instant-images
10
+ * Version: 4.6.0.1
11
  * License: GPL
12
  * Copyright: Darren Cooney & Connekt Media
13
  *
19
  if ( ! defined( 'ABSPATH' ) ) {
20
  exit; // Exit if accessed directly.
21
  }
 
22
 
23
+ define( 'INSTANT_IMAGES_VERSION', '4.6.0.1' );
24
+ define( 'INSTANT_IMAGES_RELEASE', 'January 3, 2022' );
25
 
26
  /**
27
  * Activation hook