Version 0.3

This release adds Dusk tests, a deploy script, ups requirement
 to PHP 7.1 whilst we add strict types and nullable return types.
 A renamed micropub client URL and other small bits of refactoring.
 -----BEGIN PGP SIGNATURE-----
 
 iQELBAATCgCTFiEEhBm1odiEyvSwr4+zGyx2r7FshZsFAli4at1fFIAAAAAALgAo
 aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDg0
 MTlCNUExRDg4NENBRjRCMEFGOEZCMzFCMkM3NkFGQjE2Qzg1OUIVHGpvbm55QGpv
 bm55YmFybmVzLnVrAAoJEBssdq+xbIWbKrMBfiJnX585fv9rYcPQfZnmBTOssh45
 j58jFjA2q37M1bBB3cwdyKMyTEKe7sIWXQj9BAF/X1PzLANJi4N31NkAj4gCWwTU
 3moo7V0RKvY0VwbZjw61rzYvcdzF0+AMwgrSyRoA
 =B5Uh
 -----END PGP SIGNATURE-----

Merge tag 'v0.3' into develop

Version 0.3

This release adds Dusk tests, a deploy script, ups requirement
to PHP 7.1 whilst we add strict types and nullable return types.
A renamed micropub client URL and other small bits of refactoring.
This commit is contained in:
Jonny Barnes 2017-03-02 18:56:43 +00:00
commit cdd8666ad6

View file

@ -1,6 +1,6 @@
# Changelog
## Version {next}
## Version 0.3 (2017-03-02)
- convert env() calls to config() calls for cacheing
- refactor routes and give important one names
- Add Dusk tests