Changeset 2552625
- Timestamp:
- 06/23/2021 11:08:49 AM (5 years ago)
- Location:
- integromat-connector/trunk
- Files:
-
- 3 deleted
- 3 edited
-
class/Guard.php (deleted)
-
class/Logger.php (deleted)
-
class/RestRequest.php (modified) (1 diff)
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
settings/save.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
integromat-connector/trunk/class/RestRequest.php
r2505651 r2552625 79 79 80 80 $title = sanitize_title($_REQUEST['title']); 81 $description = sanitize_text_field($_REQUEST['description']);81 $description = $_REQUEST['description']; 82 82 $caption = sanitize_text_field($_REQUEST['caption']); 83 83 $alt_text = sanitize_text_field($_REQUEST['alt_text']); 84 $postId = (int) $_REQUEST['post'];84 $postId = (int) $_REQUEST['post']; 85 85 86 86 $uploadDir = wp_upload_dir(); -
integromat-connector/trunk/index.php
r2529734 r2552625 3 3 /** 4 4 * @package Integromat_Connector 5 * @version 1.4. 25 * @version 1.4.3 6 6 */ 7 7 … … 11 11 Author: Integromat 12 12 Author URI: https://www.integromat.com/ 13 Version: 1.4. 213 Version: 1.4.3 14 14 */ 15 15 -
integromat-connector/trunk/readme.txt
r2529734 r2552625 5 5 Tested up to: 5.7 6 6 Requires PHP: 5.6 7 Stable tag: 1.4. 27 Stable tag: 1.4.3 8 8 License: GPLv2 or later 9 9
Note: See TracChangeset
for help on using the changeset viewer.