Skip to content

Commit ff765a2

Browse files
committed
3.2.1 release
1 parent 68d3ef9 commit ff765a2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Maps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
return 1;
2020
}
2121

22-
define( 'Maps_VERSION' , '3.2' );
22+
define( 'Maps_VERSION' , '3.2.1' );
2323

2424
// Include the composer autoloader if it is present.
2525
if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {

docs/RELEASE-NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ These are the release notes for the [Maps extension](../README.md).
22

33
## Maps 3.2.1
44

5+
Released on January 13th, 2015.
6+
57
* Fixed `geocde` right
68
* Fixed coordinate precision issue after breaking changes in DataValues Geo
79

0 commit comments

Comments
 (0)