File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
5
5
6
- ## [ Unreleased]
6
+ ## [ 3.0.2] - 2023-09-11
7
+ ### Added
8
+ - Support for PHP 8.3
9
+ - Support for PHPUnit 10
7
10
8
11
## [ 3.0.1] - 2021-02-05
9
12
### Fixed
@@ -68,7 +71,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
68
71
### Fixed
69
72
- Fixed behavior without configured DBF header
70
73
- Fixed saving Polygon/Polyline creation with multiple parts
71
- - Fixed saving Multipont records
74
+ - Fixed saving Multipoint records
72
75
73
76
## [ 0.10] - 2016-09-05
74
77
### Changed
@@ -111,9 +114,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
111
114
112
115
## 0.1 - 2016-06-14
113
116
### Added
114
- - Inital release based on bfShapeFiles
117
+ - Initial release based on bfShapeFiles
115
118
116
- [ Unreleased ] : https://github.com/phpmyadmin/shapefile/compare/2.1...HEAD
119
+ [ 3.0.2 ] : https://github.com/phpmyadmin/shapefile/compare/3.0.1...3.0.2
120
+ [ 3.0.1 ] : https://github.com/phpmyadmin/shapefile/compare/3.0.0...3.0.1
121
+ [ 3.0.0 ] : https://github.com/phpmyadmin/shapefile/compare/2.1...3.0.0
117
122
[ 2.1 ] : https://github.com/phpmyadmin/shapefile/compare/2.0...2.1
118
123
[ 2.0 ] : https://github.com/phpmyadmin/shapefile/compare/1.2...2.0
119
124
[ 1.2 ] : https://github.com/phpmyadmin/shapefile/compare/1.1...1.2
You can’t perform that action at this time.
0 commit comments