Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
update code for SS 3.1, convert to PSR-2
Browse files Browse the repository at this point in the history
  • Loading branch information
xini committed Apr 25, 2016
1 parent 470e719 commit aea6043
Show file tree
Hide file tree
Showing 10 changed files with 513 additions and 477 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

Expand Down
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ php:
- 7.0

env:
- DB=MYSQL CORE_RELEASE=3.2
- DB=MYSQL CORE_RELEASE=3.1

matrix:
include:
Expand All @@ -22,6 +22,8 @@ matrix:
env: DB=MYSQL CORE_RELEASE=3.1
- php: 5.6
env: DB=PGSQL CORE_RELEASE=3.2
- php: 5.6
env: DB=PGSQL CORE_RELEASE=3.3
allow_failures:
- php: 7.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This module was originally developed as core part of the SilverStripe CMS, but s

## Requirements

* SilverStripe 3.0 or newer
* SilverStripe 3.1 or newer
* "[restfulserver](https://github.com/silverstripe/silverstripe-restfulserver)" module

## Configuration
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0]

* Update code for SS 3.1
* Convert to PSR-2

## [1.0.1]

* Fix response content type
Expand Down
Loading

0 comments on commit aea6043

Please sign in to comment.