Changeset 1405236
- Timestamp:
- 04/27/2016 06:31:50 AM (10 years ago)
- Location:
- reaction-buttons
- Files:
-
- 4 edited
- 1 copied
-
tags/2.1.1 (copied) (copied from reaction-buttons/trunk)
-
tags/2.1.1/reaction_buttons.php (modified) (2 diffs)
-
tags/2.1.1/readme.txt (modified) (2 diffs)
-
trunk/reaction_buttons.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
reaction-buttons/tags/2.1.1/reaction_buttons.php
r1163206 r1405236 4 4 Plugin URI: http://blog.jl42.de/reaction-buttons/ 5 5 Description: Adds Buttons for very simple and fast feedback to your post. Inspired by Blogger. 6 Version: 2.1. 06 Version: 2.1.1 7 7 Author: Jakob Lenfers 8 8 Author URI: http://blog.jl42.de … … 513 513 } 514 514 jQuery.ajax({ 515 type: "post",url: "<?php bloginfo( 'wpurl' ); ?>/wp-admin/admin-ajax.php", dataType: 'json',515 type: "post",url: "<?php echo site_url("/wp-admin/admin-ajax.php"); ?>", dataType: 'json', 516 516 data: { action: 'reaction_buttons_increment_button_php', post_id: post_id, button: button, _ajax_nonce: '<?php echo $nonce; ?>' }, 517 517 success: function(data){ -
reaction-buttons/tags/2.1.1/readme.txt
r1225021 r1405236 3 3 Requires at least: 3.3 4 4 Tested up to: 4.3 5 Stable tag: 2.1. 05 Stable tag: 2.1.1 6 6 License: GPLv2 or later 7 7 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MLX3Z7ZD5AJ4Q … … 72 72 73 73 == Changelog == 74 = 2.1.1 = 75 * fixed https related problem (replaced bloginfo() with site_url()) 76 74 77 = 2.1.0 = 75 78 * added the possibilities to sort the buttons by votes -
reaction-buttons/trunk/reaction_buttons.php
r1163206 r1405236 4 4 Plugin URI: http://blog.jl42.de/reaction-buttons/ 5 5 Description: Adds Buttons for very simple and fast feedback to your post. Inspired by Blogger. 6 Version: 2.1. 06 Version: 2.1.1 7 7 Author: Jakob Lenfers 8 8 Author URI: http://blog.jl42.de … … 513 513 } 514 514 jQuery.ajax({ 515 type: "post",url: "<?php bloginfo( 'wpurl' ); ?>/wp-admin/admin-ajax.php", dataType: 'json',515 type: "post",url: "<?php echo site_url("/wp-admin/admin-ajax.php"); ?>", dataType: 'json', 516 516 data: { action: 'reaction_buttons_increment_button_php', post_id: post_id, button: button, _ajax_nonce: '<?php echo $nonce; ?>' }, 517 517 success: function(data){ -
reaction-buttons/trunk/readme.txt
r1225021 r1405236 3 3 Requires at least: 3.3 4 4 Tested up to: 4.3 5 Stable tag: 2.1. 05 Stable tag: 2.1.1 6 6 License: GPLv2 or later 7 7 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MLX3Z7ZD5AJ4Q … … 72 72 73 73 == Changelog == 74 = 2.1.1 = 75 * fixed https related problem (replaced bloginfo() with site_url()) 76 74 77 = 2.1.0 = 75 78 * added the possibilities to sort the buttons by votes
Note: See TracChangeset
for help on using the changeset viewer.