File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 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.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
55
6- ## [ Unreleased]
6+ ## [ 3.0.2] - 2023-09-11
7+ ### Added
8+ - Support for PHP 8.3
9+ - Support for PHPUnit 10
710
811## [ 3.0.1] - 2021-02-05
912### Fixed
@@ -68,7 +71,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6871### Fixed
6972- Fixed behavior without configured DBF header
7073- Fixed saving Polygon/Polyline creation with multiple parts
71- - Fixed saving Multipont records
74+ - Fixed saving Multipoint records
7275
7376## [ 0.10] - 2016-09-05
7477### Changed
@@ -111,9 +114,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
111114
112115## 0.1 - 2016-06-14
113116### Added
114- - Inital release based on bfShapeFiles
117+ - Initial release based on bfShapeFiles
115118
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
117122[ 2.1 ] : https://github.com/phpmyadmin/shapefile/compare/2.0...2.1
118123[ 2.0 ] : https://github.com/phpmyadmin/shapefile/compare/1.2...2.0
119124[ 1.2 ] : https://github.com/phpmyadmin/shapefile/compare/1.1...1.2
You can’t perform that action at this time.
0 commit comments