Plugin Directory

Changeset 2636240


Ignore:
Timestamp:
11/27/2021 09:12:21 AM (4 years ago)
Author:
clearsite
Message:

Import changes from GitHub for version 1.0.19

Location:
branded-social-images/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branded-social-images/trunk/info.json

    r2636230 r2636240  
    55  "Author": "Internetbureau Clearsite",
    66  "Author URI": "https://www.clearsite.nl/",
    7   "Version": "1.0.18",
     7  "Version": "1.0.19",
    88  "License": "GPL2"
    99}
  • branded-social-images/trunk/lib/inc.functions.php

    r2628089 r2636240  
    55 * In case it is missing, try alternatives
    66 */
    7 foreach (['mime_content_type', 'finfo_open', 'wp_check_filetype'] as $function) {
     7foreach (['mime_content_type', 'finfo_open', 'wp_check_filetype', 'exec', 'shell_exec', 'passthru', 'system'] as $function) {
    88    define(strtoupper($function .'_EXISTED_BEFORE_PATCH'), function_exists($function));
    99}
  • branded-social-images/trunk/readme.txt

    r2636230 r2636240  
    44Requires at least: 4.7
    55Tested up to: 5.8.1
    6 Stable tag: 1.0.18
     6Stable tag: 1.0.19
    77Requires PHP: 7.1
    88License: GPLv2 or later
     
    134134== Changelog ==
    135135
    136 = 1.0.18 =
     136= 1.0.19 =
    137137* fixed: more protection on functions that might not exist and a try/catch does not prevent crashing
    138138
  • branded-social-images/trunk/wp-plugin.php

    r2636230 r2636240  
    66 * Author: Internetbureau Clearsite
    77 * Author URI: https://clearsite.nl/branded-social-images
    8  * Version: 1.0.18
     8 * Version: 1.0.19
    99 * License: GPL2
    1010 */
Note: See TracChangeset for help on using the changeset viewer.