Changeset 3288222
- Timestamp:
- 05/06/2025 07:23:51 AM (11 months ago)
- Location:
- picture-tag
- Files:
-
- 3 edited
- 12 copied
-
tags/1.4.1 (copied) (copied from picture-tag/trunk)
-
tags/1.4.1/README.md (copied) (copied from picture-tag/trunk/README.md) (1 diff)
-
tags/1.4.1/includes (copied) (copied from picture-tag/trunk/includes)
-
tags/1.4.1/includes/helpers.php (copied) (copied from picture-tag/trunk/includes/helpers.php)
-
tags/1.4.1/includes/settings.php (copied) (copied from picture-tag/trunk/includes/settings.php)
-
tags/1.4.1/includes/shortcode.php (copied) (copied from picture-tag/trunk/includes/shortcode.php)
-
tags/1.4.1/includes/template-functions.php (copied) (copied from picture-tag/trunk/includes/template-functions.php)
-
tags/1.4.1/index.php (copied) (copied from picture-tag/trunk/index.php)
-
tags/1.4.1/languages (copied) (copied from picture-tag/trunk/languages)
-
tags/1.4.1/picture-tag.php (copied) (copied from picture-tag/trunk/picture-tag.php) (2 diffs)
-
tags/1.4.1/readme.txt (copied) (copied from picture-tag/trunk/readme.txt) (2 diffs)
-
tags/1.4.1/screenshot-1.png (copied) (copied from picture-tag/trunk/screenshot-1.png)
-
trunk/README.md (modified) (1 diff)
-
trunk/picture-tag.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
picture-tag/tags/1.4.1/README.md
r3286124 r3288222 1 1 # Picture Tag 2 2 3 **Version:** 1.4 3 **Version:** 1.4.1 4 4 **Author:** Artilab 5 5 -
picture-tag/tags/1.4.1/picture-tag.php
r3286124 r3288222 3 3 * Plugin Name: Picture Tag 4 4 * Description: Picture Tag with Custom Path Settings 5 * Version: 1.4 5 * Version: 1.4.1 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 ' );20 define( 'ARTI_PICTURE_TAG_PLUGIN_VERSION', '1.4.1' ); 21 21 22 22 -
picture-tag/tags/1.4.1/readme.txt
r3286124 r3288222 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.4 7 Stable tag: 1.4.1 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 48 48 49 49 == Changelog == 50 51 1.4.1 = 52 * Fix fatal error 50 53 51 54 = 1.4 = -
picture-tag/trunk/README.md
r3286124 r3288222 1 1 # Picture Tag 2 2 3 **Version:** 1.4 3 **Version:** 1.4.1 4 4 **Author:** Artilab 5 5 -
picture-tag/trunk/picture-tag.php
r3286124 r3288222 3 3 * Plugin Name: Picture Tag 4 4 * Description: Picture Tag with Custom Path Settings 5 * Version: 1.4 5 * Version: 1.4.1 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 ' );20 define( 'ARTI_PICTURE_TAG_PLUGIN_VERSION', '1.4.1' ); 21 21 22 22 -
picture-tag/trunk/readme.txt
r3286124 r3288222 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.4 7 Stable tag: 1.4.1 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 48 48 49 49 == Changelog == 50 51 1.4.1 = 52 * Fix fatal error 50 53 51 54 = 1.4 =
Note: See TracChangeset
for help on using the changeset viewer.