1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2024-11-21 18:09:03 +01:00

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

This commit is contained in:
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: php:
- 7 - 7
- 5.6 - 5.6
- 5.5
- 5.4
- 5.3
- hhvm - hhvm
- nightly - 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 ## Version 1.0.3
* Added support for Visual Editor * [enhancement] Added support for Visual Editor
* Added support for Page Indicators * [enhancement] Added support for Page Indicators
* Minor CSS changes for Echo integration and NO Print elements * [bug fix] Minor CSS changes for Echo integration and NO Print elements
## Version 1.0.2 ## Version 1.0.2

View File

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