| Server IP : 68.183.124.220 / Your IP : 216.73.216.141 Web Server : Apache/2.4.18 (Ubuntu) System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : gavin ( 1000) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/ |
Upload File : |
# Change Log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [1.6.0] - 2017-08-22 ### Added - 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. ### Fixed - Fixed activation of licenses on multisites and on wpml installations. ## [1.5.0] - 2017-02-28 ### Added - Add a `custom_message` option to the response which will be shown as a custom message after the default message. - 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. ## [1.4.0] - 2016-11-11 ### Added - Add a `get_extension_url` method to `Yoast_Product` to retrieve the URL where people can extend/upgrade their license. - Add a `set_extension_url` method to `Yoast_Product` to set the URL where people can extend/upgrade their license. ### Changed - 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). ### Fixed - Add missing gettext functions to several strings, props [Pedro Mendonça](https://github.com/pedro-mendonca) - Improve text string for the new version notification, props [Xavi Ivars](https://github.com/xavivars) - Fix alignment of license fields by setting WordPress classes that have certain default styles that align form elements correctly. ## [1.3.0] - 2016-06-14 ### Fixed - Fix issue where the transient would be overwritten for different products with different slugs.