# Airstory Change Log All notable changes to this project will be documented in this file, according to [the Keep a Changelog standards](http://keepachangelog.com/). This project adheres to [Semantic Versioning](http://semver.org/). ## [1.1.4] * Ensure content is being consistently converted to UTF-8 before performing any operations on it, drastically reducing some of the special character issues that have been reported by users. * Improved error handling if WordPress fails to authenticate with Airstory when saving the user token. * Fixed issue where not all user data was being removed on plugin uninstall. * Updated README files to reflect changes in Airstory's billing model. ## [1.1.3] * Explicitly import `WP_Error` into `Airstory\Credentials`. * Add fallback cipher algorithms for environments running older versions of OpenSSL. * Remove requirement for libxml 2.7.8 or newer, which was introduced in version [1.1.1]. * Better handling of `WP_Error` objects when decoding JSON responses from the Airstory API. ## [1.1.2] * Fix an issue with a missing file distributed with version 1.1.1. ## [1.1.1] * Improve support for accented and non-Latin characters when importing into WordPress. * Add explicit check for libxml >= 2.7.8, as versions before that don't support the `LIBXML_HTML_NODEFDTD` constant. * Clean up coding standards. ## [1.1.0] * Introduce two connectivity checks in the "Compatibility" table to help identify issues accessing either the Airstory API or the WP REST API. * Improve error messaging around the webhook, making it easier to troubleshoot connection issues. * Add the plugin version to the header of the Tools > Airstory page. * Refactor the logic when saving user settings. ## [1.0.1] * Refactor the `grunt build` task to include the readme.txt file and skip the `dist/` directory when building the plugin's language files. * Fixed a small typo in the plugin's README file. * Fix issue with missing gradient background in the SVG version of the Airstory icon. * Fixed bug where saving a user profile could fail without an Airstory user token. ## [1.0.0] * Initial public release. [Unreleased]: https://github.com/liquidweb/airstory-wp/compare/master...develop [1.1.4]: https://github.com/liquidweb/airstory-wp/releases/tag/v1.1.4 [1.1.3]: https://github.com/liquidweb/airstory-wp/releases/tag/v1.1.3 [1.1.2]: https://github.com/liquidweb/airstory-wp/releases/tag/v1.1.2 [1.1.1]: https://github.com/liquidweb/airstory-wp/releases/tag/v1.1.1 [1.1.0]: https://github.com/liquidweb/airstory-wp/releases/tag/v1.1.0 [1.0.1]: https://github.com/liquidweb/airstory-wp/releases/tag/v1.0.1 [1.0.0]: https://github.com/liquidweb/airstory-wp/releases/tag/v1.0.0