Changeset 3214229
- Timestamp:
- 12/28/2024 05:43:35 PM (15 months ago)
- Location:
- eventilla-events/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
eventilla-wp.php (modified) (1 diff)
-
includes/class-eventilla-wp-api-request-v2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
eventilla-events/trunk/README.txt
r3134115 r3214229 4 4 Tags: events, event 5 5 Requires at least: 6.0 6 Tested up to: 6. 6.16 Tested up to: 6.7.1 7 7 Requires PHP: 7.4 8 Stable tag: 1.8. 28 Stable tag: 1.8.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 46 46 47 47 == Changelog == 48 = 1.8.3 = 49 Removed unused MD5-encoding that blocked single event registration process. 48 50 = 1.8.2 = 49 51 Removed die()-functions in favour of error logging. -
eventilla-events/trunk/eventilla-wp.php
r3134115 r3214229 16 16 * Plugin URI: https://www.eventilla.com/ 17 17 * Description: Eventilla Events brings your event information from eventilla.com to WordPress as custom posts. 18 * Version: 1.8. 218 * Version: 1.8.3 19 19 * Author: Eventilla 20 20 * Author URI: http://www.eventilla.com -
eventilla-events/trunk/includes/class-eventilla-wp-api-request-v2.php
r3134115 r3214229 231 231 $date = gmdate( 'D, d M Y H:i:s T' ); 232 232 233 $content_md5 = base64_encode( md5( $post_body_array, true ) ); // Optional for future use perhaps.233 //$content_md5 = base64_encode( md5( $post_body_array, true ) ); // Optional for future use perhaps. 234 234 $content_md5 = ''; // Optional for future use perhaps. 235 235 $content_type = 'application/x-www-form-urlencoded';
Note: See TracChangeset
for help on using the changeset viewer.