/wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/CHANGELOG.md

https://bitbucket.org/carloskikea/helpet · Markdown · 35 lines · 26 code · 9 blank · 0 comment · 0 complexity · 9d571517264143a08f4bb6c45c85f7f5 MD5 · raw file

  1. # Change Log
  2. All notable changes to this project will be documented in this file.
  3. The format is based on [Keep a Changelog](http://keepachangelog.com/)
  4. and this project adheres to [Semantic Versioning](http://semver.org/).
  5. ## [1.6.0] - 2017-08-22
  6. ### Added
  7. - Added a way to overwrite the result of the license manager in the implementing plugin. This is done by applying `yoast-license-valid` and `yoast-show-license-notice` filters.
  8. ### Fixed
  9. - Fixed activation of licenses on multisites and on wpml installations.
  10. ## [1.5.0] - 2017-02-28
  11. ### Added
  12. - Add a `custom_message` option to the response which will be shown as a custom message after the default message.
  13. - Add a `custom_message_[locale]` option to the response which will be shown as a custom message only if the user locale is set to the locale in the message key.
  14. ## [1.4.0] - 2016-11-11
  15. ### Added
  16. - Add a `get_extension_url` method to `Yoast_Product` to retrieve the URL where people can extend/upgrade their license.
  17. - Add a `set_extension_url` method to `Yoast_Product` to set the URL where people can extend/upgrade their license.
  18. ### Changed
  19. - Removed development files from zip that GitHub generates by settings export-ignore for certain files in `.gitattributes`, props [Danny van Kooten](https://github.com/dannyvankooten).
  20. ### Fixed
  21. - Add missing gettext functions to several strings, props [Pedro Mendonça](https://github.com/pedro-mendonca)
  22. - Improve text string for the new version notification, props [Xavi Ivars](https://github.com/xavivars)
  23. - Fix alignment of license fields by setting WordPress classes that have certain default styles that align form elements correctly.
  24. ## [1.3.0] - 2016-06-14
  25. ### Fixed
  26. - Fix issue where the transient would be overwritten for different products with different slugs.