@@ -3,11 +3,16 @@ 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- ## [ 3.1.0] - YYYY-MM-DD
6+ ## [ 3.1.0] - 2025-10-29
77
88### Added
99
10- - Adds a toggle to allow shape files with no dbf (#41 )
10+ - [ #41 ] ( https://github.com/phpmyadmin/shapefile/pull/41 ) : Adds a toggle to allow shape files with no dbf
11+ - [ #44 ] ( https://github.com/phpmyadmin/shapefile/pull/44 ) : Support for PHP 8.4 and PHP 8.5
12+
13+ ### Removed
14+
15+ - [ #39 ] ( https://github.com/phpmyadmin/shapefile/pull/39 ) : Drop support for PHP 7.1
1116
1217## [ 3.0.2] - 2023-09-11
1318### Added
@@ -16,7 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1621
1722## [ 3.0.1] - 2021-02-05
1823### Fixed
19- - Fix method signature of ShapeFile::getDBFHeader()
24+ - Fix method signature of ` ShapeFile::getDBFHeader() `
2025
2126## [ 3.0.0] - 2021-02-05
2227### Added
@@ -25,10 +30,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2530
2631### Changed
2732- Enable strict mode on PHP files
28- - Rename ShapeFile::$FileName property to ShapeFile::$fileName
29- - Rename ShapeRecord::$SHPData property to ShapeRecord::$shpData
30- - Rename ShapeRecord::$DBFData property to ShapeRecord::$dbfData
31- - ShapeRecord::getContentLength returns ` null ` when the shape type is not supported instead of ` false ` .
33+ - Rename ` ShapeFile::$FileName ` property to ` ShapeFile::$fileName `
34+ - Rename ` ShapeRecord::$SHPData ` property to ` ShapeRecord::$shpData `
35+ - Rename ` ShapeRecord::$DBFData ` property to ` ShapeRecord::$dbfData `
36+ - ` ShapeRecord::getContentLength ` returns ` null ` when the shape type is not supported instead of ` false ` .
3237
3338### Removed
3439- Drop support for PHP 5.4, PHP 5.5, PHP 5.6, PHP 7.0 and HHVM
@@ -122,7 +127,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
122127### Added
123128- Initial release based on bfShapeFiles
124129
125- [ 3.1.0 ] : https://github.com/phpmyadmin/shapefile/compare/3.0.2...3.1.x
130+ [ 3.1.0 ] : https://github.com/phpmyadmin/shapefile/compare/3.0.2...3.1.0
126131[ 3.0.2 ] : https://github.com/phpmyadmin/shapefile/compare/3.0.1...3.0.2
127132[ 3.0.1 ] : https://github.com/phpmyadmin/shapefile/compare/3.0.0...3.0.1
128133[ 3.0.0 ] : https://github.com/phpmyadmin/shapefile/compare/2.1...3.0.0
0 commit comments