Skip to content

Commit

Permalink
changed version added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mzeiher committed Jun 29, 2014
1 parent 6c08b3f commit d81cc6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/travelermap-frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function travelermap_enqueue_frontend_scripts() {
wp_enqueue_script('jquery-colorbox', TM_URL . "js/jquery.colorbox-min.js" , array('jquery'), '1.5.9', false);
wp_enqueue_script('jquery-dateFormat', TM_URL . "js/jquery-dateFormat.min.js" , array('jquery'), '1.0.0', false);
wp_enqueue_script('json2');
wp_enqueue_script('travelermap-frontend', TM_URL . "frontend/js/travelermap-frontend.js" , array('jquery'), '1.2.0', false);
wp_enqueue_script('travelermap-frontend', TM_URL . "frontend/js/travelermap-frontend.js" , array('jquery'), '1.3.0', false);
}

function travelermap_enqueue_frontend_styles() {
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Go to http://blog.bitschubser.org and ask in the wp-travelermap section or here

== Changelog ==

= 1.3.0 =
* Moved Post linking from endsection to startsection

= 1.2.0 =
* added zoomlevel to shortcode to set initial zoom level
* added startendsection marker type to create consecutive sections
Expand Down

0 comments on commit d81cc6b

Please sign in to comment.