| 1 |
#### 2.0.2 |
| 2 |
* FIX - Fixed Fatal Errors which is caused by using PHP 5.4 and less. |
| 3 |
* FIX - Fixed Fatal Error which is caused on Media page when WP Smush Pro plugin is activated. |
| 4 |
* FIX - Fixed detection of plugin files paths. The issue was occurring on installations with custom file structures ( e.g. Bedrock platform ). |
| 5 |
* FIX - Fixed redirection URL to Setup Wizard on plugin activation. |
| 6 |
* ENHANCEMENT - Updated the minimum requirements for PHP to 5.5 to prevent fatal errors and possible warnings. |
| 7 |
|
| 8 |
#### 2.0.1 |
| 9 |
* ENHANCEMENT - Added compatibility with Google SDK v1.x version to prevent conflicts with third-party plugins. |
| 10 |
* ENHANCEMENT - Added warning message if old Google SDK version is loaded by third-party plugin. |
| 11 |
|
| 12 |
#### 2.0.0 |
| 13 |
* NEW - Added stateless mode. |
| 14 |
* NEW - Dedicated settings panel. |
| 15 |
* NEW - Setup assistant for initial plugin activation. |
| 16 |
* NEW - Support for replacing default GCS domain with a custom domain. |
| 17 |
* ENHANCEMENT - Expanded network setting overrides. |
| 18 |
* ENHANCEMENT - Expanded wp-config constants. |
| 19 |
* ENHANCEMENT - Relocated synchronization and regeneration tools to the new settings panel. |
| 20 |
|
| 21 |
#### 1.9.2 |
| 22 |
* ENHANCEMENT - Added ability to modify default bucket link via 'wp_stateless_bucket_link' filter. |
| 23 |
* ENHANCEMENT - Added checking of connection to GCS once per four hours instead of doing it on every page load. |
| 24 |
* ENHANCEMENT - Google SDK was moved from vendor dir. So it's not loaded on every page load anymore, but only when it's required. |
| 25 |
* ENHANCEMENT - Updated Composer Autoload logic. |
| 26 |
* ENHANCEMENT - Reverted all changes included to 1.9.1 version because of conflicts. |
| 27 |
|
| 28 |
#### 1.9.0 |
| 29 |
* Added new ability to define cacheControl for remote objects. |
| 30 |
* Added new option that adds random hashes to file names. |
| 31 |
|
| 32 |
#### 1.8.0 |
| 33 |
* Added the ability to regenerate and synchronize separate Media file from the list. |
| 34 |
* Added the ability to regenerate and synchronize Media file from edit screen. |
| 35 |
* Fixed the issue on multisite setup (switch_to_blog now works as expected). |
| 36 |
* Performance fixes. |
| 37 |
* UI cleanup. |
| 38 |
|
| 39 |
#### 1.7.3 |
| 40 |
* Added ability to fix previously failed items. |
| 41 |
|
| 42 |
#### 1.7.1 |
| 43 |
* Migrated from p12 to JSON. |
| 44 |
* New feature of media sync. |
| 45 |
* New option Root Directory. |
| 46 |
* Optimized uploading process. |
| 47 |
* Other options. |
| 48 |
|
| 49 |
#### 1.7.0 |
| 50 |
* Fixed conflict with SSL forcing plugin. |
| 51 |
|
| 52 |
#### 1.6.0 |
| 53 |
* Plugin Updates ability added. |
| 54 |
* WordPress 4.4 compatibility fixed. |
| 55 |
* Post content filter fixed. |
| 56 |
|
| 57 |
#### 1.5.0 |
| 58 |
* Migration into wp-stateless from wp-stateless-media. |
| 59 |
* Version bump to resolve bucket permissions issues. |
| 60 |
|
| 61 |
#### 1.3.2 |
| 62 |
* Fixed issue with wp_normalize_path causing a fatal error on older installs. |
| 63 |
* Removed $_SESSION usage for transients. |
| 64 |
|
| 65 |
#### 1.3.1 |
| 66 |
* Added ability to upload non-images to bucket. |
| 67 |
* Fixed issue with running batches in WP CLI |
| 68 |
|
| 69 |
#### 1.3.0 |
| 70 |
* Added WP CLI functionality. |
| 71 |
* Added WP CLI command to move all legacy meta data to serialized array. |
| 72 |
* Changed the way of storing SM cloud meta data. |
| 73 |
|
| 74 |
#### 1.2.0 |
| 75 |
* Added Imagemagic/GD check to warn admin that thumbnails will not be generated. |
| 76 |
* Added mediaLink, mediaLink and id storage for uploaded objects. |
| 77 |
* Added support for cacheControl with default settings based on Mime type of upload. |
| 78 |
* Added sm:item:cacheControl and sm:item:contentDisposition filters. |
| 79 |
* Cleaned-up metadata that is made available to GCS and visible in response headers. |
| 80 |
* Removed app_name, using blog domain name automatically. |
| 81 |
* Added Cache Control to media editor. |
| 82 |
|
| 83 |
#### 1.1.0 |
| 84 |
* Added support for <code>WP_STATELESS_MEDIA_MODE</code>. |
| 85 |
* 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>. |
| 86 |
|
| 87 |
#### 1.0.2 |
| 88 |
* Added a *view* link to media edit page for synchronized items. |
| 89 |
* Added some *wp_get_attachment_image* dynamic attributes. |
| 90 |
|
| 91 |
#### 1.0.1 |
| 92 |
* Added Network Management option. |
| 93 |
* Added support for <code>WP_STATELESS_MEDIA_SERVICE_ACCOUNT_NAME</code> and <code>WP_STATELESS_MEDIA_KEY_FILE_PATH</code>. |
| 94 |
|
| 95 |
#### 1.0.0 |
| 96 |
* Set branch to v1.0. |
| 97 |
* Removed autocompletion from Email Address and Application Name fields. |
| 98 |
* Moved lib/classes into just lib. |
| 99 |
* Rename class-Bootstrap.php to be lowercased. |
| 100 |
* Added composer/installers to composer.json 'required' dependencies. |
| 101 |
* Rename stateless-media.php to wp-stateless-media.php so there aren't unexpected plugin basename issues. |
| 102 |
* Change package name to wp-stateless-media in package.json |
| 103 |
* Rename 'wpCloud/wp-stateless-media' to 'wpcloud/wp-stateless-media' in composer.json, Composer does not allow uppercase names. |
| 104 |
|
| 105 |
#### 0.2.1 |
| 106 |
* Added 'Settings' link to plugin list. |
| 107 |
|