Changeset 2549770
- Timestamp:
- 06/17/2021 12:47:18 PM (5 years ago)
- Location:
- shariff
- Files:
-
- 3 edited
- 2 copied
-
tags/4.6.6 (copied) (copied from shariff/trunk)
-
tags/4.6.6/readme.txt (copied) (copied from shariff/trunk/readme.txt) (3 diffs)
-
tags/4.6.6/shariff.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/shariff.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shariff/tags/4.6.6/readme.txt
r2440256 r2549770 3 3 Tags: Shariff, GDPR, DSGVO, share buttons, sharing 4 4 Requires at least: 4.9 5 Requires PHP: 7. 06 Tested up to: 5. 67 Stable tag: 4.6. 55 Requires PHP: 7.2 6 Tested up to: 5.7.3 7 Stable tag: 4.6.6 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/mit … … 48 48 Yes. You can use 49 49 <code>function your_awesome_function( $share_counts ) { 50 // $share_counts is an array including all enabled services, the timestamp of the update and the url of the post. 50 // $share_counts is an array including all enabled services, 51 // the timestamp of the update and the url of the post. 51 52 // do stuff 52 53 } … … 144 145 145 146 == Changelog == 147 148 = 4.6.6 = 149 - Fix sanitize_callback parameter to avoid warnings with api requests 150 - tested for 5.7 146 151 147 152 = 4.6.5 = -
shariff/tags/4.6.6/shariff.php
r2267982 r2549770 4 4 * Plugin URI: https://wordpress.org/plugins-wp/shariff/ 5 5 * Description: Shariff provides share buttons that respect the privacy of your visitors and follow the General Data Protection Regulation (GDPR). 6 * Version: 4.6. 56 * Version: 4.6.6 7 7 * Author: Jan-Peter Lambeck & 3UU 8 8 * Author URI: https://wordpress.org/plugins/shariff/ … … 34 34 function shariff3uu_update() { 35 35 // Adjust code version. 36 $code_version = '4.6. 5';36 $code_version = '4.6.6'; 37 37 38 38 // Get basic options. … … 193 193 'methods' => 'GET', 194 194 'callback' => 'shariff3uu_share_counts', 195 #https://developer.wordpress.org/rest-api/extending-the-rest-api/routes-and-endpoints/#permissions-callback 196 'permission_callback' => '__return_true', 195 197 'args' => array( 196 198 'url' => array( -
shariff/trunk/readme.txt
r2440256 r2549770 3 3 Tags: Shariff, GDPR, DSGVO, share buttons, sharing 4 4 Requires at least: 4.9 5 Requires PHP: 7. 06 Tested up to: 5. 67 Stable tag: 4.6. 55 Requires PHP: 7.2 6 Tested up to: 5.7.3 7 Stable tag: 4.6.6 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/mit … … 48 48 Yes. You can use 49 49 <code>function your_awesome_function( $share_counts ) { 50 // $share_counts is an array including all enabled services, the timestamp of the update and the url of the post. 50 // $share_counts is an array including all enabled services, 51 // the timestamp of the update and the url of the post. 51 52 // do stuff 52 53 } … … 144 145 145 146 == Changelog == 147 148 = 4.6.6 = 149 - Fix sanitize_callback parameter to avoid warnings with api requests 150 - tested for 5.7 146 151 147 152 = 4.6.5 = -
shariff/trunk/shariff.php
r2267982 r2549770 4 4 * Plugin URI: https://wordpress.org/plugins-wp/shariff/ 5 5 * Description: Shariff provides share buttons that respect the privacy of your visitors and follow the General Data Protection Regulation (GDPR). 6 * Version: 4.6. 56 * Version: 4.6.6 7 7 * Author: Jan-Peter Lambeck & 3UU 8 8 * Author URI: https://wordpress.org/plugins/shariff/ … … 34 34 function shariff3uu_update() { 35 35 // Adjust code version. 36 $code_version = '4.6. 5';36 $code_version = '4.6.6'; 37 37 38 38 // Get basic options. … … 193 193 'methods' => 'GET', 194 194 'callback' => 'shariff3uu_share_counts', 195 #https://developer.wordpress.org/rest-api/extending-the-rest-api/routes-and-endpoints/#permissions-callback 196 'permission_callback' => '__return_true', 195 197 'args' => array( 196 198 'url' => array(
Note: See TracChangeset
for help on using the changeset viewer.