Changeset 3486306
- Timestamp:
- 03/19/2026 09:49:00 AM (2 weeks ago)
- Location:
- shortcode-variables
- Files:
-
- 4 edited
- 1 copied
-
tags/5.1.3 (copied) (copied from shortcode-variables/trunk)
-
tags/5.1.3/readme.txt (modified) (2 diffs)
-
tags/5.1.3/shortcode-variables.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/shortcode-variables.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shortcode-variables/tags/5.1.3/readme.txt
r3303587 r3486306 3 3 Tags: custom,shortcode,snippet,variable,library 4 4 Requires at least: 6.0 5 Tested up to: 6. 86 Stable tag: 5.1. 25 Tested up to: 6.9.4 6 Stable tag: 5.1.3 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 82 82 83 83 == Changelog == 84 85 = 5.1.3 = 86 87 * Maintenance: Updated and tested to WP version 6.9.4. 84 88 85 89 = 5.1.2 = -
shortcode-variables/tags/5.1.3/shortcode-variables.php
r3303587 r3486306 6 6 * Plugin Name: Snippet Shortcodes 7 7 * Description: Create a library of custom shortcodes and reusable content, and seamlessly insert them into your posts and pages. 8 * Version: 5.1. 28 * Version: 5.1.3 9 9 * Requires at least: 6.0 10 * Tested up to: 6. 810 * Tested up to: 6.9.4 11 11 * Requires PHP: 7.4 12 12 * Author: Ali Colville … … 34 34 35 35 define( 'SH_CD_ABSPATH', plugin_dir_path( __FILE__ ) ); 36 define( 'SH_CD_PLUGIN_VERSION', '5.1. 2' );36 define( 'SH_CD_PLUGIN_VERSION', '5.1.3' ); 37 37 define( 'SH_CD_PLUGIN_NAME', 'Snippet Shortcodes' ); 38 38 define( 'SH_CD_TABLE', 'SH_CD_SHORTCODES' ); -
shortcode-variables/trunk/readme.txt
r3303587 r3486306 3 3 Tags: custom,shortcode,snippet,variable,library 4 4 Requires at least: 6.0 5 Tested up to: 6. 86 Stable tag: 5.1. 25 Tested up to: 6.9.4 6 Stable tag: 5.1.3 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 82 82 83 83 == Changelog == 84 85 = 5.1.3 = 86 87 * Maintenance: Updated and tested to WP version 6.9.4. 84 88 85 89 = 5.1.2 = -
shortcode-variables/trunk/shortcode-variables.php
r3303587 r3486306 6 6 * Plugin Name: Snippet Shortcodes 7 7 * Description: Create a library of custom shortcodes and reusable content, and seamlessly insert them into your posts and pages. 8 * Version: 5.1. 28 * Version: 5.1.3 9 9 * Requires at least: 6.0 10 * Tested up to: 6. 810 * Tested up to: 6.9.4 11 11 * Requires PHP: 7.4 12 12 * Author: Ali Colville … … 34 34 35 35 define( 'SH_CD_ABSPATH', plugin_dir_path( __FILE__ ) ); 36 define( 'SH_CD_PLUGIN_VERSION', '5.1. 2' );36 define( 'SH_CD_PLUGIN_VERSION', '5.1.3' ); 37 37 define( 'SH_CD_PLUGIN_NAME', 'Snippet Shortcodes' ); 38 38 define( 'SH_CD_TABLE', 'SH_CD_SHORTCODES' );
Note: See TracChangeset
for help on using the changeset viewer.