Release prep, v1.0.4, Changelog update, eliminate php 5.3, 5.4, 5.5 testing as it is unnecessary

pull/36/head
Tom Hutchison 2017-04-26 17:23:11 -04:00
parent bc2ade0124
commit c1dd8e8e18
3 changed files with 10 additions and 7 deletions

View File

@ -3,9 +3,6 @@ language: php
php:
- 7
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
- nightly

View File

@ -1,8 +1,14 @@
## Version 1.0.4
* [bug fix] Don't style sitenotice and user message
* [bug fix] Echo compatibility with Echo REL_1_28 release
* [bug fix] Page indicator margins
## Version 1.0.3
* Added support for Visual Editor
* Added support for Page Indicators
* Minor CSS changes for Echo integration and NO Print elements
* [enhancement] Added support for Visual Editor
* [enhancement] Added support for Page Indicators
* [bug fix] Minor CSS changes for Echo integration and NO Print elements
## Version 1.0.2

View File

@ -1,6 +1,6 @@
{
"name": "Pivot",
"version": "1.0.3",
"version": "1.0.4",
"author": [
"Tom Hutchison",
"..."