Skip to content

Commit 2174beb

Browse files
committed
Prepare 0.7.1 release
1 parent 47ca819 commit 2174beb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased]
66
Nothing yet.
77

8+
## [0.7.1] - 2022-12-01
9+
### Fixed
10+
- Handle inconsistency in infinite page lengths
11+
12+
### Changed
13+
- Drop support for PHP 7
14+
815
## [0.7.0] - 2022-03-16
916
### Breaking
1017
- Move logic to make queries without limits to the relevant adapters (#257)
@@ -153,7 +160,8 @@ or break any applications.
153160
### Added
154161
- Basic functionality
155162

156-
[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.7.0...master
163+
[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.7.1...master
164+
[0.7.1]: https://github.com/omines/datatables-bundle/compare/0.7.0...0.7.1
157165
[0.7.0]: https://github.com/omines/datatables-bundle/compare/0.6.0...0.7.0
158166
[0.6.0]: https://github.com/omines/datatables-bundle/compare/0.5.2...0.6.0
159167
[0.5.2]: https://github.com/omines/datatables-bundle/compare/0.5.1...0.5.2

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Omines Internetbureau B.V.
3+
Copyright (c) 2022 and beyond, Omines Internetbureau B.V.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)