Commit e338f9b 1 parent ae024f5 commit e338f9b Copy full SHA for e338f9b
File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ matrix:
18
18
fast_finish : true
19
19
include :
20
20
- php : 7.2
21
- env : SYMFONY_VERSION=^4.2
21
+ env : SYMFONY_VERSION=4.1.13
22
22
- php : 7.2
23
23
env : COMPOSER_FLAGS="--prefer-lowest"
24
24
- php : 7.3
25
25
env : SYMFONY_VERSION=^4.4
26
26
- php : 7.4
27
- env : SYMFONY_VERSION=^5.0
27
+ env : SYMFONY_VERSION=^4.4
28
28
- php : 7.4
29
29
env : DEPENDENCIES=dev
30
30
- php : nightly
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ All notable changes to `omines\datatables-bundle` will be documented in this fil
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
## [ Unreleased]
6
+ Nothing yet.
7
+
8
+ ## [ 0.4.0] - 2019-12-23
6
9
### Changed
7
10
- Make compatible with Doctrine Bundle 2.0
8
11
- Make compatible with Symfony 5.0
@@ -95,7 +98,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
95
98
### Added
96
99
- Basic functionality
97
100
98
- [ Unreleased ] : https://github.com/omines/datatables-bundle/compare/0.3.1...master
101
+ [ Unreleased ] : https://github.com/omines/datatables-bundle/compare/0.4.0...master
102
+ [ 0.4.0 ] : https://github.com/omines/datatables-bundle/compare/0.3.1...0.4.0
99
103
[ 0.3.1 ] : https://github.com/omines/datatables-bundle/compare/0.3.0...0.3.1
100
104
[ 0.3.0 ] : https://github.com/omines/datatables-bundle/compare/0.2.2...0.3.0
101
105
[ 0.2.2 ] : https://github.com/omines/datatables-bundle/compare/0.2.1...0.2.2
Original file line number Diff line number Diff line change 63
63
},
64
64
"extra" : {
65
65
"branch-alias" : {
66
- "dev-master" : " 0.3 -dev"
66
+ "dev-master" : " 0.4 -dev"
67
67
}
68
68
}
69
69
}
You can’t perform that action at this time.
0 commit comments