Changeset 3455049
- Timestamp:
- 02/06/2026 01:05:01 AM (2 months ago)
- Location:
- rapls-pdf-image-creator
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.9.1 (copied) (copied from rapls-pdf-image-creator/trunk)
-
tags/1.0.9.1/rapls-pdf-image-creator.php (modified) (2 diffs)
-
tags/1.0.9.1/readme.txt (modified) (2 diffs)
-
trunk/rapls-pdf-image-creator.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rapls-pdf-image-creator/tags/1.0.9.1/rapls-pdf-image-creator.php
r3449184 r3455049 11 11 * @wordpress-plugin 12 12 * Plugin Name: Rapls PDF Image Creator 13 * Plugin URI: https://raplsworks.com/ wordpress-rapls-pdf-image-creator/13 * Plugin URI: https://raplsworks.com/rapls-pdf-image-creator-guide/ 14 14 * Description: Automatically generate thumbnail images from PDF files uploaded to the Media Library. 15 * Version: 1.0.9 15 * Version: 1.0.9.1 16 16 * Author: Rapls Works 17 17 * Author URI: https://raplsworks.com … … 47 47 48 48 // Plugin constants 49 define('RAPLS_PIC_VERSION', '1.0.9 ');49 define('RAPLS_PIC_VERSION', '1.0.9.1'); 50 50 define('RAPLS_PIC_PLUGIN_FILE', __FILE__); 51 51 define('RAPLS_PIC_PLUGIN_DIR', plugin_dir_path(__FILE__)); -
rapls-pdf-image-creator/tags/1.0.9.1/readme.txt
r3449184 r3455049 6 6 Requires at least: 5.0 7 7 Tested up to: 6.9 8 Stable tag: 1.0.9 8 Stable tag: 1.0.9.1 9 9 Requires PHP: 7.4 10 10 License: GPLv2 or later … … 182 182 183 183 == Changelog == 184 = 1.0.9.1 = 185 * Updated Plugin URI to new guide page 186 184 187 = 1.0.9 = 185 188 * Fixed: PDF/X-1:2001 format PDFs now generate correct thumbnails instead of black images -
rapls-pdf-image-creator/trunk/rapls-pdf-image-creator.php
r3449184 r3455049 11 11 * @wordpress-plugin 12 12 * Plugin Name: Rapls PDF Image Creator 13 * Plugin URI: https://raplsworks.com/ wordpress-rapls-pdf-image-creator/13 * Plugin URI: https://raplsworks.com/rapls-pdf-image-creator-guide/ 14 14 * Description: Automatically generate thumbnail images from PDF files uploaded to the Media Library. 15 * Version: 1.0.9 15 * Version: 1.0.9.1 16 16 * Author: Rapls Works 17 17 * Author URI: https://raplsworks.com … … 47 47 48 48 // Plugin constants 49 define('RAPLS_PIC_VERSION', '1.0.9 ');49 define('RAPLS_PIC_VERSION', '1.0.9.1'); 50 50 define('RAPLS_PIC_PLUGIN_FILE', __FILE__); 51 51 define('RAPLS_PIC_PLUGIN_DIR', plugin_dir_path(__FILE__)); -
rapls-pdf-image-creator/trunk/readme.txt
r3449184 r3455049 6 6 Requires at least: 5.0 7 7 Tested up to: 6.9 8 Stable tag: 1.0.9 8 Stable tag: 1.0.9.1 9 9 Requires PHP: 7.4 10 10 License: GPLv2 or later … … 182 182 183 183 == Changelog == 184 = 1.0.9.1 = 185 * Updated Plugin URI to new guide page 186 184 187 = 1.0.9 = 185 188 * Fixed: PDF/X-1:2001 format PDFs now generate correct thumbnails instead of black images
Note: See TracChangeset
for help on using the changeset viewer.