Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaspare Sganga committed Apr 9, 2020
1 parent b908126 commit 5e3c342
Showing 15 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).


## v3.2.0 - 2020-04-09
### Added
- `Shapefile::OPTION_DBF_ALLOW_FIELD_SIZE_255` constructor option for both `ShapefileReader` and `ShapefileWriter` classes



## v3.1.3 - 2020-02-02
### Fixed
- Changed `GEOJSON_BASETYPE` constants for `Shapefile\Geometry\Linestring` and `Shapefile\Geometry\MultiLinestring` respectively to `'LineString'` and `'MultiLineString'`
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.2.0
2 changes: 1 addition & 1 deletion src/Shapefile/Geometry/Geometry.php
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
*
* @package Shapefile
* @author Gaspare Sganga
* @version 3.1.3
* @version 3.2.0
* @license MIT
* @link https://gasparesganga.com/labs/php-shapefile/
*/
2 changes: 1 addition & 1 deletion src/Shapefile/Geometry/GeometryCollection.php
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
*
* @package Shapefile
* @author Gaspare Sganga
* @version 3.1.3
* @version 3.2.0
* @license MIT
* @link https://gasparesganga.com/labs/php-shapefile/
*/
2 changes: 1 addition & 1 deletion src/Shapefile/Geometry/Linestring.php
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
*
* @package Shapefile
* @author Gaspare Sganga
* @version 3.1.3
* @version 3.2.0
* @license MIT
* @link https://gasparesganga.com/labs/php-shapefile/
*/
2 changes: 1 addition & 1 deletion src/Shapefile/Geometry/MultiLinestring.php
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
*
* @package Shapefile
* @author Gaspare Sganga
* @version 3.1.3
* @version 3.2.0
* @license MIT
* @link https://gasparesganga.com/labs/php-shapefile/
*/
2 changes: 1 addition & 1 deletion src/Shapefile/Geometry/MultiPoint.php
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
*
* @package Shapefile
* @author Gaspare Sganga
* @version 3.1.3
* @version 3.2.0
* @license MIT
* @link https://gasparesganga.com/labs/php-shapefile/
*/
2 changes: 1 addition & 1 deletion src/Shapefile/Geometry/MultiPolygon.php
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
*
* @package Shapefile
* @author Gaspare Sganga
* @version 3.1.3
* @version 3.2.0
* @license MIT
* @link https://gasparesganga.com/labs/php-shapefile/
*/
2 changes: 1 addition & 1 deletion src/Shapefile/Geometry/Point.php
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
*
* @package Shapefile
* @author Gaspare Sganga
* @version 3.1.3
* @version 3.2.0
* @license MIT
* @link https://gasparesganga.com/labs/php-shapefile/
*/
2 changes: 1 addition & 1 deletion src/Shapefile/Geometry/Polygon.php
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
*
* @package Shapefile
* @author Gaspare Sganga
* @version 3.1.3
* @version 3.2.0
* @license MIT
* @link https://gasparesganga.com/labs/php-shapefile/
*/
2 changes: 1 addition & 1 deletion src/Shapefile/Shapefile.php
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
*
* @package Shapefile
* @author Gaspare Sganga
* @version 3.1.3
* @version 3.2.0
* @license MIT
* @link https://gasparesganga.com/labs/php-shapefile/
*/
2 changes: 1 addition & 1 deletion src/Shapefile/ShapefileAutoloader.php
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
*
* @package Shapefile
* @author Gaspare Sganga
* @version 3.1.3
* @version 3.2.0
* @license MIT
* @link https://gasparesganga.com/labs/php-shapefile/
*/
2 changes: 1 addition & 1 deletion src/Shapefile/ShapefileException.php
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
*
* @package Shapefile
* @author Gaspare Sganga
* @version 3.1.3
* @version 3.2.0
* @license MIT
* @link https://gasparesganga.com/labs/php-shapefile/
*/
2 changes: 1 addition & 1 deletion src/Shapefile/ShapefileReader.php
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
*
* @package Shapefile
* @author Gaspare Sganga
* @version 3.1.3
* @version 3.2.0
* @license MIT
* @link https://gasparesganga.com/labs/php-shapefile/
*/
2 changes: 1 addition & 1 deletion src/Shapefile/ShapefileWriter.php
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
*
* @package Shapefile
* @author Gaspare Sganga
* @version 3.1.3
* @version 3.2.0
* @license MIT
* @link https://gasparesganga.com/labs/php-shapefile/
*/

0 comments on commit 5e3c342

Please sign in to comment.