Skip to content

Commit

Permalink
3.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Jan 13, 2015
1 parent 68d3ef9 commit ff765a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Maps.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
return 1;
}

define( 'Maps_VERSION' , '3.2' );
define( 'Maps_VERSION' , '3.2.1' );

// Include the composer autoloader if it is present.
if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {
Expand Down
2 changes: 2 additions & 0 deletions docs/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ These are the release notes for the [Maps extension](../README.md).

## Maps 3.2.1

Released on January 13th, 2015.

* Fixed `geocde` right
* Fixed coordinate precision issue after breaking changes in DataValues Geo

Expand Down

0 comments on commit ff765a2

Please sign in to comment.