This repository has been archived by the owner on Sep 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathchangelog.txt
38 lines (30 loc) · 2.07 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
== Changelog ==
= 1.0.0-beta.8 =
* Added: New action `wpenc_account_registered` is triggered after successful account registration with Let's Encrypt
* Added: New action `wpenc_certificate_generated` is triggered after successful SSL certificate generation
* Fixed: plugin now supports using the latest Let's Encrypt Subscriber Agreement from November 15th, 2017
* Fixed: Plugin activation notice automatically hides after accessing the admin screen for the first time
* Fixed: Domains containing more than a single dot without www (such as those ending in `.co.uk`) are now handled correctly
= 1.0.0-beta.7 =
* Added: New filter `wpenc_addon_domains` allows filtering the domains to generate the certificate for
* Enhanced: If an account has already been registered, the plugin will now fetch the details instead of failing
* Enhanced: Let's Encrypt API errors are now being printed out for more transparent errors
= 1.0.0-beta.6 =
* Fixed: `cURL error 3: malformed` does not happen anymore on WordPress 4.6
= 1.0.0-beta.5 =
* Fixed: use new Multisite functions for WordPress 4.6
= 1.0.0-beta.4 =
* Added: a link to the Let's Encrypt Subscriber Agreement is now displayed in the admin interface
* Fixed: plugin now supports using the latest Let's Encrypt Subscriber Agreement from August 1st, 2016
= 1.0.0-beta.3 =
* Added: plugin main class instance can now easily be accessed via a `wpenc()` function
* Enhanced: the admin class instance is now publicly accessible through a `WPENC\App::admin()` method
* Enhanced: the admin screen and form POST urls are now managed by single dedicated methods respectively and can be filtered
* Fixed: use `wp_remote_get()` for challenge self check to be more error-prone
= 1.0.0-beta.2 =
* Added: a reset functionality has been introduced including UI (hidden by default)
* Enhanced: error messages provide more detail about what exactly went wrong
* Tweaked: updated the plugin initialization library to be compatible with WordPress 4.6
* Fixed: fixed an error where the filesystem credentials form was posting to the wrong location
= 1.0.0-beta.1 =
* First official beta