Plugin Directory

Changeset 868749


Ignore:
Timestamp:
03/03/2014 06:59:38 PM (12 years ago)
Author:
Galland.be
Message:

Version 1.1.1

Location:
gallandbe-wp-tools/trunk
Files:
1 added
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • gallandbe-wp-tools/trunk/galland.php

    r863172 r868749  
    44Plugin URI: http://wordpress.org/extend/plugins/gallandbe-wp-tools/
    55Author: Galland.be
    6 Version: 1.1.0
     6Version: 1.1.1
    77Author URI: http://www.galland.be/
    88Description: WordPress Tools for companies using WordPress as a CMS.
  • gallandbe-wp-tools/trunk/includes/comments.php

    r863186 r868749  
    1616function gal_comment_scripts(){
    1717    wp_enqueue_script('jquery');
    18     wp_enqueue_script('galland-cookies',  GAL_URL.'js/cookies.js');
     18    wp_enqueue_script('galland-cookies',  GAL_URL.'js/galland.min.js');
    1919}
    2020add_action( 'wp_enqueue_scripts', 'gal_comment_scripts' ); 
  • gallandbe-wp-tools/trunk/js/galland.js

    r863188 r868749  
    77//if ($("#gallandkey").val() =="default") {
    88$("#gallandkey").val(galtoken);
    9 document.cookie="galtoken=" + galtoken;
     9//document.cookie="galtoken=" + galtoken;
    1010$('<input id="gallandsuperkeycheck" name="gallandsuperkeycheck" type="hidden" size="30" value="'+galtoken+'" style="">').appendTo('form');
    1111//}
  • gallandbe-wp-tools/trunk/readme.txt

    r863178 r868749  
    44Requires at least: 3.0
    55Tested up to: 3.8.1
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77
    88WordPress Tools for companies using WordPress as a CMS:
     
    3131
    3232== Changelog ==
     33= 1.1.1 =
     34* Bug fix (Remove cookies)
     35* Minified javascript
    3336
    3437= 1.1.0 =
Note: See TracChangeset for help on using the changeset viewer.