Skip to content

Commit

Permalink
Version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Maprunner committed Feb 18, 2017
1 parent ec146ae commit 7fc7411
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 11 deletions.
4 changes: 3 additions & 1 deletion README.md
@@ -1,7 +1,9 @@
# Routegadget 2

## Latest news
Version 1.3.3 was released on 2nd February 2017. The main recent change is a new function that will allow you to delete a route that you have drawn. This will only be allowed from the PC (or tablet or phone) on which you drew the route. This is a balance between providing a useful function (probably the most requested) and preventing abuse of the system. It is limited to the last 10 routes drawn, they must have been drawn in RG2 version 1.3.1 or later, and it will only work on "modern" browsers (meaning it will be fine for the vast majority of people).
Version 1.3.4 was released on 18th February 2017. It includes a translation into Russian.

The main recent change is a new function that will allow you to delete a route that you have drawn. This will only be allowed from the PC (or tablet or phone) on which you drew the route. This is a balance between providing a useful function (probably the most requested) and preventing abuse of the system. It is limited to the last 10 routes drawn, they must have been drawn in RG2 version 1.3.1 or later, and it will only work on "modern" browsers (meaning it will be fine for the vast majority of people).

If all those conditions are OK then you should see a small dustbin icon next to your name when you have drawn or uploaded a route. Click on the dustbin and you will be asked to confirm deletion.

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion index.php
@@ -1,6 +1,6 @@
<?php
// version replaced by Gruntfile as part of release
define ('RG2VERSION', '1.3.3');
define ('RG2VERSION', '1.3.4');

if (file_exists( dirname(__FILE__) . '/rg2-config.php')) {
require_once( dirname(__FILE__) . '/rg2-config.php' );
Expand Down
6 changes: 3 additions & 3 deletions js/rg2-1.3.3.min.js → js/rg2-1.3.4.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/rg2-1.3.3.min.js.map → js/rg2-1.3.4.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/rg2manager-1.3.3.min.js → js/rg2manager-1.3.4.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "rg2",
"description": "Routegadget 2",
"version": "1.3.3",
"version": "1.3.4",
"license": "MIT",
"repository": "https://github.com/Maprunner/rg2",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion rg2api.php
Expand Up @@ -30,7 +30,7 @@
}

// version replaced by Gruntfile as part of release
define ('RG2VERSION', '1.3.3');
define ('RG2VERSION', '1.3.4');
define ('KARTAT_DIRECTORY', $url);
define ('LOCK_DIRECTORY', dirname(__FILE__)."/lock/saving/");
define ('CACHE_DIRECTORY', $url."cache/");
Expand Down

0 comments on commit 7fc7411

Please sign in to comment.