Skip to content

Commit

Permalink
version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
minorua committed Jun 19, 2015
1 parent 5f563c4 commit be9517b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGELOG

### Version 1.3.1

* fixed error on applying plugin settings

### Version 1.3

#### General
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Qgis2threejs plugin - version 1.2
=================================
Qgis2threejs plugin - version 1.3.1
===================================

Qgis2threejs plugin exports terrain data, map canvas image and vector data to your web browser. You can view 3D objects in web browser which supports WebGL. This plugin uses three.js library (http://threejs.org).

Expand Down
6 changes: 5 additions & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name=Qgis2threejs
qgisMinimumVersion=2.0
description=3D visualization powered by WebGL technology and three.js JavaScript library
about=Qgis2threejs plugin exports terrain data, map canvas image and vector data to your web browser. You can view exported 3D objects on web browser which supports WebGL. This plugin uses three.js library.
version=1.3
version=1.3.1
author=Minoru Akagi
[email protected]

Expand All @@ -23,6 +23,10 @@ [email protected]

# Uncomment the following line and add your changelog entries:
changelog=
Version 1.3.1
- fixed error on applying plugin settings

Version 1.3
** General **
- added object type for line: Box
- added clear settings command to settings menu
Expand Down
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
***************************************************************************/
"""

plugin_version = "1.3"
plugin_version = "1.3.1"
debug_mode = 0

class DefaultSettings:
Expand Down

0 comments on commit be9517b

Please sign in to comment.