Changeset 3209282
- Timestamp:
- 12/17/2024 03:06:10 PM (16 months ago)
- Location:
- picture-tag/trunk
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
picture-tag.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
picture-tag/trunk/README.md
r3209252 r3209282 1 1 # Picture Tag 2 2 3 **Version:** 1.1. 03 **Version:** 1.1.1 4 4 **Author:** Artilab 5 5 -
picture-tag/trunk/picture-tag.php
r3209252 r3209282 3 3 * Plugin Name: Picture Tag 4 4 * Description: Picture Tag with Custom Path Settings 5 * Version: 1.1. 05 * Version: 1.1.1 6 6 * Author: Artilab 7 7 * Author URI: https://artilab.pro/ … … 16 16 define( 'ARTI_PICTURE_TAG_PLUGIN', __FILE__ ); 17 17 define( 'ARTI_PICTURE_TAG_PLUGIN_DIR', untrailingslashit( dirname( ARTI_PICTURE_TAG_PLUGIN ) ) ); 18 define( 'ARTI_PICTURE_TAG_PLUGIN_VERSION', '1.1. 0' );18 define( 'ARTI_PICTURE_TAG_PLUGIN_VERSION', '1.1.1' ); 19 19 20 20 // Include plugin files -
picture-tag/trunk/readme.txt
r3209252 r3209282 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 19 19 - Support for WebP and AVIF formats. 20 20 - Flexible settings for custom paths and image attributes. 21 - A shortcode `[arti_picture]` for inserting responsive <picture> tags with customizable attributes. 21 22 22 23 == Installation == … … 42 43 43 44 **Example Shortcode:** 44 ``` plaintext45 ``` 45 46 [arti_picture id="123" size_1x="medium" size_2x="large" alt="Example screenshot" class="screenshot-image"] 46 47 ``` 47 48 48 49 == Changelog == 50 51 = 1.1.1 = 52 * Update documentation. 49 53 50 54 = 1.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.