|
114 | 114 | - Set `bcrypt rounds` using the `hashing` config ([#4643](https://github.com/laravel/laravel/pull/4643))
|
115 | 115 |
|
116 | 116 |
|
117 |
| -## v5.6.12 (2018-03-14) |
| 117 | +## [v5.6.12 (2018-03-14)](https://github.com/laravel/laravel/compare/v5.6.7...v5.6.12) |
118 | 118 |
|
119 | 119 | ### Added
|
120 | 120 | - Added message for `not_regex` validation rule ([#4602](https://github.com/laravel/laravel/pull/4602))
|
|
128 | 128 | - Removed "thanks" package ([#4593](https://github.com/laravel/laravel/pull/4593))
|
129 | 129 |
|
130 | 130 |
|
131 |
| -## v5.6.7 (2018-02-27) |
| 131 | +## [v5.6.7 (2018-02-27)](https://github.com/laravel/laravel/compare/v5.6.0...v5.6.7) |
132 | 132 |
|
133 | 133 | ### Changed
|
134 | 134 | - Use `Hash::make()` in `RegisterController` ([#4570](https://github.com/laravel/laravel/pull/4570))
|
|
138 | 138 | - Removed Bootstrap 3 variables ([#4572](https://github.com/laravel/laravel/pull/4572))
|
139 | 139 |
|
140 | 140 |
|
141 |
| -## v5.6.0 (2018-02-07) |
| 141 | +## [v5.6.0 (2018-02-07)](https://github.com/laravel/laravel/compare/v5.5.28...v5.6.0) |
142 | 142 |
|
143 | 143 | ### Added
|
144 | 144 | - Added `filesystems.disks.s3.url` config parameter ([#4483](https://github.com/laravel/laravel/pull/4483))
|
|
158 | 158 | - Use Mix environment variables ([224f994](https://github.com/laravel/laravel/commit/224f9949c74fcea2eeceae0a1f65d9c2e7498a27), [2db1e0c](https://github.com/laravel/laravel/commit/2db1e0c5e8525f3ee4b3850f0116c13224790dff))
|
159 | 159 |
|
160 | 160 |
|
161 |
| -## v5.5.28 (2018-01-03) |
| 161 | +## [v5.5.28 (2018-01-03)](https://github.com/laravel/laravel/compare/v5.5.22...v5.5.28) |
162 | 162 |
|
163 | 163 | ### Added
|
164 | 164 | - Added `symfony/thanks` ([60de3a5](https://github.com/laravel/laravel/commit/60de3a5670c4a3bf5fb96433828b6aadd7df0e53))
|
|
170 | 170 | - Updated default Echo configuration for Pusher ([#4525](https://github.com/laravel/laravel/pull/4525), [aad5940](https://github.com/laravel/laravel/commit/aad59400e2d69727224a3ca9b6aa9f9d7c87e9f7), [#4526](https://github.com/laravel/laravel/pull/4526), [a32af97](https://github.com/laravel/laravel/commit/a32af97ede49fdd57e8217a9fd484b4cb4ab1bbf))
|
171 | 171 |
|
172 | 172 |
|
173 |
| -## v5.5.22 (2017-11-21) |
| 173 | +## [v5.5.22 (2017-11-21)](https://github.com/laravel/laravel/compare/v5.5.0...v5.5.22) |
174 | 174 |
|
175 | 175 | ### Added
|
176 | 176 | - Added `-Indexes` option in `.htaccess` ([#4422](https://github.com/laravel/laravel/pull/4422))
|
|
186 | 186 | - Fixed directive order in `.htaccess` ([#4433](https://github.com/laravel/laravel/pull/4433))
|
187 | 187 |
|
188 | 188 |
|
189 |
| -## v5.5.0 (2017-08-30) |
| 189 | +## [v5.5.0 (2017-08-30)](https://github.com/laravel/laravel/compare/v5.4.30...v5.5.0) |
190 | 190 |
|
191 | 191 | ### Added
|
192 | 192 | - Added `same_site` to `session.php` config ([#4168](https://github.com/laravel/laravel/pull/4168))
|
|
212 | 212 | - Removed migrations from autoload classmap ([#4340](https://github.com/laravel/laravel/pull/4340))
|
213 | 213 |
|
214 | 214 |
|
215 |
| -## v5.4.30 (2017-07-20) |
| 215 | +## [v5.4.30 (2017-07-20)](https://github.com/laravel/laravel/compare/v5.4.23...v5.4.30) |
216 | 216 |
|
217 | 217 | ### Changed
|
218 | 218 | - Simplified mix require ([#4283](https://github.com/laravel/laravel/pull/4283))
|
|
225 | 225 | - Use quotes in `app.scss` ([#4287](https://github.com/laravel/laravel/pull/4287))
|
226 | 226 |
|
227 | 227 |
|
228 |
| -## v5.4.23 (2017-05-11) |
| 228 | +## [v5.4.23 (2017-05-11)](https://github.com/laravel/laravel/compare/v5.4.21...v5.4.23) |
229 | 229 |
|
230 | 230 | ### Added
|
231 | 231 | - Added SQL Server connection ([#4253](https://github.com/laravel/laravel/pull/4253), [#4254](https://github.com/laravel/laravel/pull/4254))
|
|
239 | 239 | - Added missing `ipv4` and `ipv6` validation messages ([#4261](https://github.com/laravel/laravel/pull/4261))
|
240 | 240 |
|
241 | 241 |
|
242 |
| -## v5.4.21 (2017-04-28) |
| 242 | +## [v5.4.21 (2017-04-28)](https://github.com/laravel/laravel/compare/v5.4.19...v5.4.21) |
243 | 243 |
|
244 | 244 | ### Added
|
245 | 245 | - Added `FILESYSTEM_DRIVER` and `FILESYSTEM_CLOUD` environment variables ([#4236](https://github.com/laravel/laravel/pull/4236))
|
|
248 | 248 | - Use lowercase doctype ([#4241](https://github.com/laravel/laravel/pull/4241))
|
249 | 249 |
|
250 | 250 |
|
251 |
| -## v5.4.19 (2017-04-20) |
| 251 | +## [v5.4.19 (2017-04-20)](https://github.com/laravel/laravel/compare/v5.4.16...v5.4.19) |
252 | 252 |
|
253 | 253 | ### Added
|
254 | 254 | - Added `optimize-autoloader` to `config` in `composer.json` ([#4189](https://github.com/laravel/laravel/pull/4189))
|
|
266 | 266 | - Use fluent middleware definition in `LoginController` ([#4229](https://github.com/laravel/laravel/pull/4229))
|
267 | 267 |
|
268 | 268 |
|
269 |
| -## v5.4.16 (2017-03-17) |
| 269 | +## [v5.4.16 (2017-03-17)](https://github.com/laravel/laravel/compare/v5.4.15...v5.4.16) |
270 | 270 |
|
271 | 271 | ### Added
|
272 | 272 | - Added `unix_socket` to `mysql` in `config/database.php` ()[#4179](https://github.com/laravel/laravel/pull/4179))
|
|
0 commit comments