Changeset 2636240
- Timestamp:
- 11/27/2021 09:12:21 AM (4 years ago)
- Location:
- branded-social-images/trunk
- Files:
-
- 4 edited
-
info.json (modified) (1 diff)
-
lib/inc.functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branded-social-images/trunk/info.json
r2636230 r2636240 5 5 "Author": "Internetbureau Clearsite", 6 6 "Author URI": "https://www.clearsite.nl/", 7 "Version": "1.0.1 8",7 "Version": "1.0.19", 8 8 "License": "GPL2" 9 9 } -
branded-social-images/trunk/lib/inc.functions.php
r2628089 r2636240 5 5 * In case it is missing, try alternatives 6 6 */ 7 foreach (['mime_content_type', 'finfo_open', 'wp_check_filetype' ] as $function) {7 foreach (['mime_content_type', 'finfo_open', 'wp_check_filetype', 'exec', 'shell_exec', 'passthru', 'system'] as $function) { 8 8 define(strtoupper($function .'_EXISTED_BEFORE_PATCH'), function_exists($function)); 9 9 } -
branded-social-images/trunk/readme.txt
r2636230 r2636240 4 4 Requires at least: 4.7 5 5 Tested up to: 5.8.1 6 Stable tag: 1.0.1 86 Stable tag: 1.0.19 7 7 Requires PHP: 7.1 8 8 License: GPLv2 or later … … 134 134 == Changelog == 135 135 136 = 1.0.1 8=136 = 1.0.19 = 137 137 * fixed: more protection on functions that might not exist and a try/catch does not prevent crashing 138 138 -
branded-social-images/trunk/wp-plugin.php
r2636230 r2636240 6 6 * Author: Internetbureau Clearsite 7 7 * Author URI: https://clearsite.nl/branded-social-images 8 * Version: 1.0.1 88 * Version: 1.0.19 9 9 * License: GPL2 10 10 */
Note: See TracChangeset
for help on using the changeset viewer.