Skip to content

Commit

Permalink
Item14158: missing script.js file in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Sep 2, 2016
1 parent e3007ac commit 7f2e653
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions data/System/GoogleMapsPlugin.txt
Expand Up @@ -220,6 +220,7 @@ If you are using [[Foswiki:Extensions/SecurityHeadersPlugin][SecurityHeadersPlug
%$DEPENDENCIES%

---++ Change History
| 02 Sep 2016: | repackaged to contain a missing js file in the examples |
| 21 Apr 2016: | upgraded to latest version of gmap3 |
| 07 Nov 2013: | fixed issue mixing HTTP and HTTPS assets |
| 06 May 2013: | implement multiple markers, all having a click event to open an infowindow |
Expand Down
4 changes: 2 additions & 2 deletions lib/Foswiki/Plugins/GoogleMapsPlugin.pm
Expand Up @@ -22,8 +22,8 @@ use Foswiki::Func ();
use Foswiki::Plugins::JQueryPlugin ();
#use Foswiki::Plugins::GoogleMapsPlugin::Core(); # NOTE: comment out for production

our $VERSION = '3.00';
our $RELEASE = '11 Jul 2016';
our $VERSION = '3.01';
our $RELEASE = '02 Sep 2016';
our $SHORTDESCRIPTION = 'Google Maps for Foswiki';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down
1 change: 1 addition & 0 deletions lib/Foswiki/Plugins/GoogleMapsPlugin/MANIFEST
Expand Up @@ -10,3 +10,4 @@ pub/System/GoogleMapsPlugin/Makefile 0644
pub/System/GoogleMapsPlugin/pkg.js 0644
pub/System/GoogleMapsPlugin/pkg.js.gz 0644
pub/System/GoogleMapsPlugin/pkg.uncompressed.js 0644
pub/System/GoogleMapsPlugin/script.js 0644

0 comments on commit 7f2e653

Please sign in to comment.