Plugin Directory

Changeset 3288222


Ignore:
Timestamp:
05/06/2025 07:23:51 AM (11 months ago)
Author:
artilab
Message:

fix fatal error 1.4.1

Location:
picture-tag
Files:
3 edited
12 copied

Legend:

Unmodified
Added
Removed
  • picture-tag/tags/1.4.1/README.md

    r3286124 r3288222  
    11# Picture Tag
    22
    3 **Version:** 1.4
     3**Version:** 1.4.1
    44**Author:** Artilab
    55
  • picture-tag/tags/1.4.1/picture-tag.php

    r3286124 r3288222  
    33 * Plugin Name: Picture Tag
    44 * Description: Picture Tag with Custom Path Settings
    5  * Version: 1.4
     5 * Version: 1.4.1
    66 * Author: Artilab
    77 * Author URI: https://artilab.pro/
     
    1818define( 'ARTI_PICTURE_TAG_PLUGIN', __FILE__ );
    1919define( 'ARTI_PICTURE_TAG_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    20 define( 'ARTI_PICTURE_TAG_PLUGIN_VERSION', '1.4' );
     20define( 'ARTI_PICTURE_TAG_PLUGIN_VERSION', '1.4.1' );
    2121
    2222
  • picture-tag/tags/1.4.1/readme.txt

    r3286124 r3288222  
    55Tested up to:      6.8
    66Requires PHP:      7.4
    7 Stable tag:        1.4
     7Stable tag:        1.4.1
    88License:           GPL-2.0-or-later
    99License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    4848
    4949== Changelog ==
     50
     51 1.4.1 =
     52* Fix fatal error
    5053
    5154= 1.4 =
  • picture-tag/trunk/README.md

    r3286124 r3288222  
    11# Picture Tag
    22
    3 **Version:** 1.4
     3**Version:** 1.4.1
    44**Author:** Artilab
    55
  • picture-tag/trunk/picture-tag.php

    r3286124 r3288222  
    33 * Plugin Name: Picture Tag
    44 * Description: Picture Tag with Custom Path Settings
    5  * Version: 1.4
     5 * Version: 1.4.1
    66 * Author: Artilab
    77 * Author URI: https://artilab.pro/
     
    1818define( 'ARTI_PICTURE_TAG_PLUGIN', __FILE__ );
    1919define( 'ARTI_PICTURE_TAG_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    20 define( 'ARTI_PICTURE_TAG_PLUGIN_VERSION', '1.4' );
     20define( 'ARTI_PICTURE_TAG_PLUGIN_VERSION', '1.4.1' );
    2121
    2222
  • picture-tag/trunk/readme.txt

    r3286124 r3288222  
    55Tested up to:      6.8
    66Requires PHP:      7.4
    7 Stable tag:        1.4
     7Stable tag:        1.4.1
    88License:           GPL-2.0-or-later
    99License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    4848
    4949== Changelog ==
     50
     51 1.4.1 =
     52* Fix fatal error
    5053
    5154= 1.4 =
Note: See TracChangeset for help on using the changeset viewer.