Changeset 3288247
- Timestamp:
- 05/06/2025 07:57:05 AM (11 months ago)
- Location:
- picture-tag
- Files:
-
- 2 edited
- 13 copied
-
tags/1.4.2/picture-tag.php (modified) (2 diffs)
-
tags/1.4.2/trunk (copied) (copied from picture-tag/trunk)
-
tags/1.4.2/trunk/README.md (copied) (copied from picture-tag/trunk/README.md)
-
tags/1.4.2/trunk/includes (copied) (copied from picture-tag/trunk/includes)
-
tags/1.4.2/trunk/includes/cache.php (copied) (copied from picture-tag/trunk/includes/cache.php)
-
tags/1.4.2/trunk/includes/helpers.php (copied) (copied from picture-tag/trunk/includes/helpers.php)
-
tags/1.4.2/trunk/includes/settings.php (copied) (copied from picture-tag/trunk/includes/settings.php)
-
tags/1.4.2/trunk/includes/shortcode.php (copied) (copied from picture-tag/trunk/includes/shortcode.php)
-
tags/1.4.2/trunk/includes/template-functions.php (copied) (copied from picture-tag/trunk/includes/template-functions.php)
-
tags/1.4.2/trunk/index.php (copied) (copied from picture-tag/trunk/index.php)
-
tags/1.4.2/trunk/languages (copied) (copied from picture-tag/trunk/languages)
-
tags/1.4.2/trunk/picture-tag.php (copied) (copied from picture-tag/trunk/picture-tag.php) (2 diffs)
-
tags/1.4.2/trunk/readme.txt (copied) (copied from picture-tag/trunk/readme.txt)
-
tags/1.4.2/trunk/screenshot-1.png (copied) (copied from picture-tag/trunk/screenshot-1.png)
-
trunk/picture-tag.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
picture-tag/tags/1.4.2/picture-tag.php
r3288236 r3288247 3 3 * Plugin Name: Picture Tag 4 4 * Description: Picture Tag with Custom Path Settings 5 * Version: 1.4. 15 * Version: 1.4.2 6 6 * Author: Artilab 7 7 * Author URI: https://artilab.pro/ … … 18 18 define( 'ARTI_PICTURE_TAG_PLUGIN', __FILE__ ); 19 19 define( 'ARTI_PICTURE_TAG_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 20 define( 'ARTI_PICTURE_TAG_PLUGIN_VERSION', '1.4. 1' );20 define( 'ARTI_PICTURE_TAG_PLUGIN_VERSION', '1.4.2' ); 21 21 22 22 -
picture-tag/tags/1.4.2/trunk/picture-tag.php
r3288222 r3288247 3 3 * Plugin Name: Picture Tag 4 4 * Description: Picture Tag with Custom Path Settings 5 * Version: 1.4. 15 * Version: 1.4.2 6 6 * Author: Artilab 7 7 * Author URI: https://artilab.pro/ … … 18 18 define( 'ARTI_PICTURE_TAG_PLUGIN', __FILE__ ); 19 19 define( 'ARTI_PICTURE_TAG_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 20 define( 'ARTI_PICTURE_TAG_PLUGIN_VERSION', '1.4. 1' );20 define( 'ARTI_PICTURE_TAG_PLUGIN_VERSION', '1.4.2' ); 21 21 22 22 -
picture-tag/trunk/picture-tag.php
r3288222 r3288247 3 3 * Plugin Name: Picture Tag 4 4 * Description: Picture Tag with Custom Path Settings 5 * Version: 1.4. 15 * Version: 1.4.2 6 6 * Author: Artilab 7 7 * Author URI: https://artilab.pro/ … … 18 18 define( 'ARTI_PICTURE_TAG_PLUGIN', __FILE__ ); 19 19 define( 'ARTI_PICTURE_TAG_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 20 define( 'ARTI_PICTURE_TAG_PLUGIN_VERSION', '1.4. 1' );20 define( 'ARTI_PICTURE_TAG_PLUGIN_VERSION', '1.4.2' ); 21 21 22 22
Note: See TracChangeset
for help on using the changeset viewer.