Skip to content

Commit 9deeff8

Browse files
authored
Merge pull request #1 from EvolutedNewMedia/feature/pull-upstream
Feature/pull upstream
2 parents 3a24c21 + e6eb14c commit 9deeff8

File tree

12 files changed

+417
-102
lines changed

12 files changed

+417
-102
lines changed

.travis.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: php
22

33
php:
4-
- 5.3
5-
- 5.4
64
- 5.5
7-
5+
- 5.6
6+
- 7.0
87
env:
98
global:
109
- PLUGIN_NAME=Migrations
@@ -13,20 +12,19 @@ env:
1312
- REQUIRE="phpunit/phpunit:3.7.31"
1413

1514
matrix:
16-
- DB=mysql CAKE_VERSION=2.6
15+
- DB=mysql CAKE_VERSION=2.7
1716

1817
matrix:
1918
include:
20-
- php: 5.3
19+
- php: 5.5
2120
env:
22-
- CAKE_VERSION=2.6
23-
- php: 5.4
21+
- CAKE_VERSION=2.7
22+
- php: 5.6
2423
env:
25-
- CAKE_VERSION=2.6
26-
- php: 5.5
24+
- CAKE_VERSION=2.7
25+
- php: 7.0
2726
env:
28-
- CAKE_VERSION=2.6
29-
27+
- CAKE_VERSION=2.8
3028
before_script:
3129
- git clone https://github.com/steinkel/travis.git --depth 1 ../travis
3230
- ../travis/before_script.sh

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Release 3.2.0
5+
-------------
6+
7+
* Merged in CakeDC 2.5.1
8+
* Updated CakeSchema to extend from CakeObject to avoid class collisions with php object.
9+
410
Release 3.1.0
511
-------------
612

@@ -21,6 +27,33 @@ First version for Evoluted New Medias Core.
2127

2228
* [921842c](https://github.com/evolutednewmedia/migrations/commit/921842c) Added the fixes for our core. Fixes issue with overriden plugin models appearing in app migration. Increased semver
2329

30+
Release 2.5.1
31+
-------------
32+
33+
* [955e10b3](https://github.com/CakeDC/migrations/commit/955e10b3) fix phpdo
34+
* [7d9b053](https://github.com/CakeDC/migrations/commit/7d9b053a6) Missing note about the schema/database comparison.
35+
* [7b47ae3](https://github.com/CakeDC/migrations/commit/7b47ae3) Updating the docs.
36+
* [a59d1d1](https://github.com/CakeDC/migrations/commit/a59d1d1) Fix missing return statements.
37+
* [9363915](https://github.com/CakeDC/migrations/commit/9363915) Migration name check.
38+
* [263c739](https://github.com/CakeDC/migrations/commit/263c739) New preview options.
39+
* [0a4dc0b](https://github.com/CakeDC/migrations/commit/0a4dc0b) Fix missing translation domain.
40+
* [dfbed18](https://github.com/CakeDC/migrations/commit/dfbed18) New name param.
41+
42+
43+
Release 2.5.0
44+
-------------
45+
46+
* [ff07928](https://github.com/cakedc/migrations/commit/ff07928) adding unit test to skip feature
47+
* [be0922a](https://github.com/cakedc/migrations/commit/be0922a) adding skip migration feature, updating the documentation
48+
* [cb3281f](https://github.com/cakedc/migrations/commit/cb3281f) update docs re --compare parameter
49+
50+
**Note:** The release **2.4.2** was created wrong, there we have new features too, not only bugfixes and improvements.
51+
52+
Release 2.4.2
53+
-------------
54+
55+
* Bugfixes and doc improvements
56+
2457
Release 2.4.1
2558
-------------
2659

0 commit comments

Comments
 (0)