Plugin Directory

Changeset 3455049


Ignore:
Timestamp:
02/06/2026 01:05:01 AM (2 months ago)
Author:
rapls
Message:

Release 1.0.9.1

Location:
rapls-pdf-image-creator
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • rapls-pdf-image-creator/tags/1.0.9.1/rapls-pdf-image-creator.php

    r3449184 r3455049  
    1111 * @wordpress-plugin
    1212 * 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/
    1414 * Description: Automatically generate thumbnail images from PDF files uploaded to the Media Library.
    15  * Version:     1.0.9
     15 * Version:     1.0.9.1
    1616 * Author:      Rapls Works
    1717 * Author URI:  https://raplsworks.com
     
    4747
    4848// Plugin constants
    49 define('RAPLS_PIC_VERSION', '1.0.9');
     49define('RAPLS_PIC_VERSION', '1.0.9.1');
    5050define('RAPLS_PIC_PLUGIN_FILE', __FILE__);
    5151define('RAPLS_PIC_PLUGIN_DIR', plugin_dir_path(__FILE__));
  • rapls-pdf-image-creator/tags/1.0.9.1/readme.txt

    r3449184 r3455049  
    66Requires at least: 5.0
    77Tested up to: 6.9
    8 Stable tag: 1.0.9
     8Stable tag: 1.0.9.1
    99Requires PHP: 7.4
    1010License: GPLv2 or later
     
    182182
    183183== Changelog ==
     184= 1.0.9.1 =
     185* Updated Plugin URI to new guide page
     186
    184187= 1.0.9 =
    185188* 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  
    1111 * @wordpress-plugin
    1212 * 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/
    1414 * Description: Automatically generate thumbnail images from PDF files uploaded to the Media Library.
    15  * Version:     1.0.9
     15 * Version:     1.0.9.1
    1616 * Author:      Rapls Works
    1717 * Author URI:  https://raplsworks.com
     
    4747
    4848// Plugin constants
    49 define('RAPLS_PIC_VERSION', '1.0.9');
     49define('RAPLS_PIC_VERSION', '1.0.9.1');
    5050define('RAPLS_PIC_PLUGIN_FILE', __FILE__);
    5151define('RAPLS_PIC_PLUGIN_DIR', plugin_dir_path(__FILE__));
  • rapls-pdf-image-creator/trunk/readme.txt

    r3449184 r3455049  
    66Requires at least: 5.0
    77Tested up to: 6.9
    8 Stable tag: 1.0.9
     8Stable tag: 1.0.9.1
    99Requires PHP: 7.4
    1010License: GPLv2 or later
     
    182182
    183183== Changelog ==
     184= 1.0.9.1 =
     185* Updated Plugin URI to new guide page
     186
    184187= 1.0.9 =
    185188* 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.