Changeset 868749
- Timestamp:
- 03/03/2014 06:59:38 PM (12 years ago)
- Location:
- gallandbe-wp-tools/trunk
- Files:
-
- 1 added
- 3 edited
- 1 copied
-
galland.php (modified) (1 diff)
-
includes/comments.php (modified) (1 diff)
-
js/galland.js (copied) (copied from gallandbe-wp-tools/trunk/js/cookies.js) (1 diff)
-
js/galland.min.js (added)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gallandbe-wp-tools/trunk/galland.php
r863172 r868749 4 4 Plugin URI: http://wordpress.org/extend/plugins/gallandbe-wp-tools/ 5 5 Author: Galland.be 6 Version: 1.1. 06 Version: 1.1.1 7 7 Author URI: http://www.galland.be/ 8 8 Description: WordPress Tools for companies using WordPress as a CMS. -
gallandbe-wp-tools/trunk/includes/comments.php
r863186 r868749 16 16 function gal_comment_scripts(){ 17 17 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'); 19 19 } 20 20 add_action( 'wp_enqueue_scripts', 'gal_comment_scripts' ); -
gallandbe-wp-tools/trunk/js/galland.js
r863188 r868749 7 7 //if ($("#gallandkey").val() =="default") { 8 8 $("#gallandkey").val(galtoken); 9 document.cookie="galtoken=" + galtoken;9 //document.cookie="galtoken=" + galtoken; 10 10 $('<input id="gallandsuperkeycheck" name="gallandsuperkeycheck" type="hidden" size="30" value="'+galtoken+'" style="">').appendTo('form'); 11 11 //} -
gallandbe-wp-tools/trunk/readme.txt
r863178 r868749 4 4 Requires at least: 3.0 5 5 Tested up to: 3.8.1 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 8 8 WordPress Tools for companies using WordPress as a CMS: … … 31 31 32 32 == Changelog == 33 = 1.1.1 = 34 * Bug fix (Remove cookies) 35 * Minified javascript 33 36 34 37 = 1.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.