Plugin Directory

Changeset 2552625


Ignore:
Timestamp:
06/23/2021 11:08:49 AM (5 years ago)
Author:
integromat
Message:

v1.4.3b

Location:
integromat-connector/trunk
Files:
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • integromat-connector/trunk/class/RestRequest.php

    r2505651 r2552625  
    7979
    8080        $title = sanitize_title($_REQUEST['title']);
    81         $description = sanitize_text_field($_REQUEST['description']);
     81        $description = $_REQUEST['description'];
    8282        $caption = sanitize_text_field($_REQUEST['caption']);
    8383        $alt_text = sanitize_text_field($_REQUEST['alt_text']);
    84         $postId = (int)$_REQUEST['post'];
     84        $postId = (int) $_REQUEST['post'];
    8585
    8686        $uploadDir = wp_upload_dir();
  • integromat-connector/trunk/index.php

    r2529734 r2552625  
    33/**
    44 * @package Integromat_Connector
    5  * @version 1.4.2
     5 * @version 1.4.3
    66 */
    77
     
    1111Author: Integromat
    1212Author URI: https://www.integromat.com/
    13 Version: 1.4.2
     13Version: 1.4.3
    1414*/
    1515
  • integromat-connector/trunk/readme.txt

    r2529734 r2552625  
    55Tested up to: 5.7
    66Requires PHP: 5.6
    7 Stable tag: 1.4.2
     7Stable tag: 1.4.3
    88License: GPLv2 or later
    99
Note: See TracChangeset for help on using the changeset viewer.