Skip to content
This repository was archived by the owner on Mar 29, 2019. It is now read-only.

Commit 355c430

Browse files
committed
3.4.1 release
1 parent 44dd4f8 commit 355c430

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE-NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
These are the release notes for the Semantic Maps extension.
22

3+
## Semantic Maps 3.4.1
4+
5+
Released on September 21st, 2016.
6+
7+
* Fixed regression introduced in 3.4 that caused the result formats to not be available
8+
39
## Semantic Maps 3.4
410

511
Released on September 18th, 2016.

SemanticMaps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
throw new Exception( 'You need to have Maps installed in order to use Semantic Maps' );
3232
}
3333

34-
define( 'SM_VERSION', '3.4.0' );
34+
define( 'SM_VERSION', '3.4.1' );
3535

3636
require_once __DIR__ . '/SM_Settings.php';
3737

0 commit comments

Comments
 (0)