Changeset 2645678
- Timestamp:
- 12/17/2021 08:47:11 AM (4 years ago)
- Location:
- branded-social-images/trunk
- Files:
-
- 4 edited
-
info.json (modified) (1 diff)
-
lib/class.og-image.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
r2639859 r2645678 5 5 "Author": "Internetbureau Clearsite", 6 6 "Author URI": "https://www.clearsite.nl/", 7 "Version": "1.0.2 0",7 "Version": "1.0.21", 8 8 "License": "GPL2" 9 9 } -
branded-social-images/trunk/lib/class.og-image.php
r2628020 r2645678 89 89 header('Content-Disposition: inline; filename=' . Plugin::output_filename()); 90 90 header('Content-Length: ' . filesize($image_cache['file'])); 91 if (is_file($image_cache['file'] . '.lock')) { 92 header('X-OG-Stray-Lock: removed'); 93 @unlink($image_cache['file'] . '.lock'); 94 } 91 95 readfile($image_cache['file']); 92 96 exit; -
branded-social-images/trunk/readme.txt
r2639859 r2645678 4 4 Requires at least: 4.7 5 5 Tested up to: 5.8.1 6 Stable tag: 1.0.2 06 Stable tag: 1.0.21 7 7 Requires PHP: 7.1 8 8 License: GPLv2 or later … … 133 133 134 134 == Changelog == 135 136 = 1.0.21 = 137 * fixed: shutdown function not always triggered, leaving a stray lock file after building an image. lock file now removed just before serving the image after building. 135 138 136 139 = 1.0.20 = -
branded-social-images/trunk/wp-plugin.php
r2639859 r2645678 6 6 * Author: Internetbureau Clearsite 7 7 * Author URI: https://clearsite.nl/branded-social-images 8 * Version: 1.0.2 08 * Version: 1.0.21 9 9 * License: GPL2 10 10 */
Note: See TracChangeset
for help on using the changeset viewer.