PluginProbe
WP-Stateless – Google Cloud Storage / 2.1.7
WP-Stateless – Google Cloud Storage v2.1.7
4.4.3 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.3.0 2.3.1 2.3.2 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 All 62 releases
wp-stateless / changes.md

changes.md in WP-Stateless – Google Cloud Storage 2.1.7, at changes.md

186 lines 8.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 #### 2.1.7 ####
3 * ENHANCEMENT - Display dashboard-wide notice for existing users explaining stateless mode now enables cache-busting option.
4 * ENHANCEMENT - Display notice when selecting stateless mode explaining stateless mode now enables cache-busting option.
5 * ENHANCEMENT - Display required message on cache-busting setting description when stateless mode is enabled.
6
7 #### 2.1.6 ####
8 * FIX - Resolved Google SDK conflict.
9 * FIX - ICompatibility.php errors notice.
10 * FIX - Undefined index: gs_link in class-bootstrap.php.
11 * FIX - Media files with accent characters would not upload correctly to the bucket.
12 * ENHANCEMENT - Force `Cache-Busting` when using `Stateless` mode.
13 * ENHANCEMENT - New admin notice design.
14 * ENHANCEMENT - Improved and clear error message.
15 * ENHANCEMENT - Renamed constant `WP_STATELESS_MEDIA_ON_FLY` to `WP_STATELESS_DYNAMIC_IMAGE_SUPPORT`.
16 * ENHANCEMENT - Update Google Libraries.
17 * ENHANCEMENT - Renamed constant `WP_STATELESS_MEDIA_HASH_FILENAME` to `WP_STATELESS_MEDIA_CACHE_BUSTING`.
18 * COMPATIBILITY - Renamed constant `WP_STATELESS_COMPATIBILITY_WPSmush` to `WP_STATELESS_COMPATIBILITY_WPSMUSH`.
19 * COMPATIBILITY - Added support for `WooCommerce Extra Product Options`.
20 * COMPATIBILITY - Added support for `WPForms Pro`.
21 * COMPATIBILITY - Improved `ShortPixel` compatibility.
22 * COMPATIBILITY - Fixed `ACF Image Crop` compatibility.
23
24 #### 2.1.5 ####
25 * FIX - Fatal error with PHP 5.4.45 on activation.
26 * FIX - E_WARNING: Illegal string offset ‘gs_bucket’.
27 * FIX - Resolved ‘save_network_settings’ message when saving network settings.
28 * COMPATIBILITY - Added support for WP Forms plugin
29 * COMPATIBILITY - Added support for WP Smush plugin
30 * COMPATIBILITY - Added support for ShortPixel Image Optimizer plugin.
31 * COMPATIBILITY - Added support for Imagify Image Optimizer plugin.
32 * COMPATIBILITY - Added support for SiteOrigin CSS plugin.
33 * COMPATIBILITY - Added support for Gravity Forms plugin.
34 * COMPATIBILITY - Added support for WPBakery Page Builder plugin.
35 * COMPATIBILITY - Added wp-config constant support for compatibility options.
36
37 #### 2.1.4 ####
38 * ENHANCEMENT - Updated Google OAuth URL for Setup Assistant.
39
40 #### 2.1.3 ####
41 * ENHANCEMENT - Updates to text explainers in Setup Assistant.
42 * ENHANCEMENT - Refined redirection logic when activating plugin.
43 * FIX - Removed extra space in converted URLs.
44
45 #### 2.1.2
46 * ENHANCEMENT - Improved support for Easy Digital Downloads.
47 * ENHANCEMENT - Added constant WP_STATELESS_CONSOLE_LOG check before logging to console.
48 * ENHANCEMENT - Changed service account default permissions on creation.
49 * COMPATIBILITY - Added support for SiteOrigin generated CSS files.
50 * ENHANCEMENT - Moved Dynamic Image Support to Capability tab.
51 * COMPATIBILITY - Added support for ACF Image Crop addon.
52 * FIX - Fixed compatibility issue with wp-smush plugin.
53 * FIX - Added required blog param for multi-sites.
54 * FIX - Updated media library and mediaItem API endpoints.
55 * COMPATIBILITY - Added support for EDD download method option.
56
57 #### 2.1.1
58 * FIX - Fixed double slash when Organization is disabled.
59 * FIX - Fatal error with GuzzleHttp.
60 * FIX - Fixed content-type assignment.
61 * ENHANCEMENT - Added support for https URLs in Domain field.
62 * COMPATIBILITY - Advanced Custom Fields Image Crop Addon.
63
64 #### 2.1.0
65 * FIX - Fixed read only for Service Account JSON if constant or environment variable is defined.
66 * FIX - Override default cache control.
67 * FIX - Fixed custom domain bucket support with setup assistant.
68 * FIX - Improved support for wp_calculate_image_srcset.
69 * FIX - Synchronizing non-image files will now delete the local copy.
70 * NEW - Support for GOOGLE_APPLICATION_CREDENTIALS environment variable.
71 * NEW - Added bucket region option to setup assistant.
72 * NEW - Added custom file type support for File URL Replacement setting.
73 * NEW - Added failover to image url when not found on disk for sync tool.
74 * ENHANCEMENT - updated service account role to Storage Object Admin.
75
76 #### 2.0.3
77 * FIX - Fixed Fatal Error which was occurring on WordPress Multisite after upgrading plugin from 1.x to 2.x.
78 * ENHANCEMENT - Improved support of PDF files.
79
80 #### 2.0.2
81 * FIX - Fixed Fatal Errors which were caused by using PHP 5.4 and less.
82 * FIX - Fixed Fatal Error which was caused on Media page when WP Smush Pro plugin is activated.
83 * FIX - Fixed detection of plugin files paths. The issue was occurring on installations with custom file structures ( e.g. Bedrock platform ).
84 * FIX - Fixed redirection URL to Setup Wizard on plugin activation.
85 * ENHANCEMENT - Updated the minimum requirements for PHP to 5.5 to prevent fatal errors and possible warnings.
86
87 #### 2.0.1
88 * ENHANCEMENT - Added compatibility with Google SDK v1.x version to prevent conflicts with third-party plugins.
89 * ENHANCEMENT - Added warning message if old Google SDK version is loaded by third-party plugin.
90
91 #### 2.0.0
92 * NEW - Added stateless mode.
93 * NEW - Dedicated settings panel.
94 * NEW - Setup assistant for initial plugin activation.
95 * NEW - Support for replacing default GCS domain with a custom domain.
96 * ENHANCEMENT - Expanded network setting overrides.
97 * ENHANCEMENT - Expanded wp-config constants.
98 * ENHANCEMENT - Relocated synchronization and regeneration tools to the new settings panel.
99
100 #### 1.9.2
101 * ENHANCEMENT - Added ability to modify default bucket link via 'wp_stateless_bucket_link' filter.
102 * ENHANCEMENT - Added checking of connection to GCS once per four hours instead of doing it on every page load.
103 * ENHANCEMENT - Google SDK was moved from vendor dir. So it's not loaded on every page load anymore, but only when it's required.
104 * ENHANCEMENT - Updated Composer Autoload logic.
105 * ENHANCEMENT - Reverted all changes included to 1.9.1 version because of conflicts.
106
107 #### 1.9.0
108 * Added new ability to define cacheControl for remote objects.
109 * Added new option that adds random hashes to file names.
110
111 #### 1.8.0
112 * Added the ability to regenerate and synchronize separate Media file from the list.
113 * Added the ability to regenerate and synchronize Media file from edit screen.
114 * Fixed the issue on multisite setup (switch_to_blog now works as expected).
115 * Performance fixes.
116 * UI cleanup.
117
118 #### 1.7.3
119 * Added ability to fix previously failed items.
120
121 #### 1.7.1
122 * Migrated from p12 to JSON.
123 * New feature of media sync.
124 * New option Root Directory.
125 * Optimized uploading process.
126 * Other options.
127
128 #### 1.7.0
129 * Fixed conflict with SSL forcing plugin.
130
131 #### 1.6.0
132 * Plugin Updates ability added.
133 * WordPress 4.4 compatibility fixed.
134 * Post content filter fixed.
135
136 #### 1.5.0
137 * Migration into wp-stateless from wp-stateless-media.
138 * Version bump to resolve bucket permissions issues.
139
140 #### 1.3.2
141 * Fixed issue with wp_normalize_path causing a fatal error on older installs.
142 * Removed $_SESSION usage for transients.
143
144 #### 1.3.1
145 * Added ability to upload non-images to bucket.
146 * Fixed issue with running batches in WP CLI
147
148 #### 1.3.0
149 * Added WP CLI functionality.
150 * Added WP CLI command to move all legacy meta data to serialized array.
151 * Changed the way of storing SM cloud meta data.
152
153 #### 1.2.0
154 * Added Imagemagic/GD check to warn admin that thumbnails will not be generated.
155 * Added mediaLink, mediaLink and id storage for uploaded objects.
156 * Added support for cacheControl with default settings based on Mime type of upload.
157 * Added sm:item:cacheControl and sm:item:contentDisposition filters.
158 * Cleaned-up metadata that is made available to GCS and visible in response headers.
159 * Removed app_name, using blog domain name automatically.
160 * Added Cache Control to media editor.
161
162 #### 1.1.0
163 * Added support for <code>WP_STATELESS_MEDIA_MODE</code>.
164 * Renamed constants <code>STATELESS_MEDIA_SERVICE_ACCOUNT_NAME</code> and <code>STATELESS_MEDIA_KEY_FILE_PATH</code> to <code>WP_STATELESS_MEDIA_SERVICE_ACCOUNT</code> and <code>WP_STATELESS_MEDIA_KEY_FILE_PATH</code>.
165
166 #### 1.0.2
167 * Added a *view* link to media edit page for synchronized items.
168 * Added some *wp_get_attachment_image* dynamic attributes.
169
170 #### 1.0.1
171 * Added Network Management option.
172 * Added support for <code>WP_STATELESS_MEDIA_SERVICE_ACCOUNT_NAME</code> and <code>WP_STATELESS_MEDIA_KEY_FILE_PATH</code>.
173
174 #### 1.0.0
175 * Set branch to v1.0.
176 * Removed autocompletion from Email Address and Application Name fields.
177 * Moved lib/classes into just lib.
178 * Rename class-Bootstrap.php to be lowercased.
179 * Added composer/installers to composer.json 'required' dependencies.
180 * Rename stateless-media.php to wp-stateless-media.php so there aren't unexpected plugin basename issues.
181 * Change package name to wp-stateless-media in package.json
182 * Rename 'wpCloud/wp-stateless-media' to 'wpcloud/wp-stateless-media' in composer.json, Composer does not allow uppercase names.
183
184 #### 0.2.1
185 * Added 'Settings' link to plugin list.
186