Plugin Directory

Changeset 3486306


Ignore:
Timestamp:
03/19/2026 09:49:00 AM (2 weeks ago)
Author:
aliakro
Message:

Update to version 5.1.3 from GitHub

Location:
shortcode-variables
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • shortcode-variables/tags/5.1.3/readme.txt

    r3303587 r3486306  
    33Tags: custom,shortcode,snippet,variable,library
    44Requires at least: 6.0
    5 Tested up to: 6.8
    6 Stable tag: 5.1.2
     5Tested up to: 6.9.4
     6Stable tag: 5.1.3
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    8282
    8383== Changelog ==
     84
     85= 5.1.3 =
     86
     87* Maintenance: Updated and tested to WP version 6.9.4.
    8488
    8589= 5.1.2 =
  • shortcode-variables/tags/5.1.3/shortcode-variables.php

    r3303587 r3486306  
    66 * Plugin Name: Snippet Shortcodes
    77 * Description: Create a library of custom shortcodes and reusable content, and seamlessly insert them into your posts and pages.
    8  * Version: 5.1.2
     8 * Version: 5.1.3
    99 * Requires at least:   6.0
    10  * Tested up to:        6.8
     10 * Tested up to:        6.9.4
    1111 * Requires PHP:        7.4
    1212 * Author:              Ali Colville
     
    3434
    3535define( 'SH_CD_ABSPATH', plugin_dir_path( __FILE__ ) );
    36 define( 'SH_CD_PLUGIN_VERSION', '5.1.2' );
     36define( 'SH_CD_PLUGIN_VERSION', '5.1.3' );
    3737define( 'SH_CD_PLUGIN_NAME', 'Snippet Shortcodes' );
    3838define( 'SH_CD_TABLE', 'SH_CD_SHORTCODES' );
  • shortcode-variables/trunk/readme.txt

    r3303587 r3486306  
    33Tags: custom,shortcode,snippet,variable,library
    44Requires at least: 6.0
    5 Tested up to: 6.8
    6 Stable tag: 5.1.2
     5Tested up to: 6.9.4
     6Stable tag: 5.1.3
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    8282
    8383== Changelog ==
     84
     85= 5.1.3 =
     86
     87* Maintenance: Updated and tested to WP version 6.9.4.
    8488
    8589= 5.1.2 =
  • shortcode-variables/trunk/shortcode-variables.php

    r3303587 r3486306  
    66 * Plugin Name: Snippet Shortcodes
    77 * Description: Create a library of custom shortcodes and reusable content, and seamlessly insert them into your posts and pages.
    8  * Version: 5.1.2
     8 * Version: 5.1.3
    99 * Requires at least:   6.0
    10  * Tested up to:        6.8
     10 * Tested up to:        6.9.4
    1111 * Requires PHP:        7.4
    1212 * Author:              Ali Colville
     
    3434
    3535define( 'SH_CD_ABSPATH', plugin_dir_path( __FILE__ ) );
    36 define( 'SH_CD_PLUGIN_VERSION', '5.1.2' );
     36define( 'SH_CD_PLUGIN_VERSION', '5.1.3' );
    3737define( 'SH_CD_PLUGIN_NAME', 'Snippet Shortcodes' );
    3838define( 'SH_CD_TABLE', 'SH_CD_SHORTCODES' );
Note: See TracChangeset for help on using the changeset viewer.