Plugin Directory

Changeset 3209282


Ignore:
Timestamp:
12/17/2024 03:06:10 PM (16 months ago)
Author:
artilab
Message:

update documentation

Location:
picture-tag/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • picture-tag/trunk/README.md

    r3209252 r3209282  
    11# Picture Tag
    22
    3 **Version:** 1.1.0 
     3**Version:** 1.1.1 
    44**Author:** Artilab
    55
  • picture-tag/trunk/picture-tag.php

    r3209252 r3209282  
    33 * Plugin Name: Picture Tag
    44 * Description: Picture Tag with Custom Path Settings
    5  * Version: 1.1.0
     5 * Version: 1.1.1
    66 * Author: Artilab
    77 * Author URI: https://artilab.pro/
     
    1616define( 'ARTI_PICTURE_TAG_PLUGIN', __FILE__ );
    1717define( 'ARTI_PICTURE_TAG_PLUGIN_DIR', untrailingslashit( dirname( ARTI_PICTURE_TAG_PLUGIN ) ) );
    18 define( 'ARTI_PICTURE_TAG_PLUGIN_VERSION', '1.1.0' );
     18define( 'ARTI_PICTURE_TAG_PLUGIN_VERSION', '1.1.1' );
    1919
    2020// Include plugin files
  • picture-tag/trunk/readme.txt

    r3209252 r3209282  
    55Tested up to:      6.7
    66Requires PHP:      7.4
    7 Stable tag:        1.1.0
     7Stable tag:        1.1.1
    88License:           GPL-2.0-or-later
    99License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    1919- Support for WebP and AVIF formats.
    2020- Flexible settings for custom paths and image attributes.
     21- A shortcode `[arti_picture]` for inserting responsive <picture> tags with customizable attributes.
    2122
    2223== Installation ==
     
    4243
    4344**Example Shortcode:**
    44 ```plaintext
     45```
    4546[arti_picture id="123" size_1x="medium" size_2x="large" alt="Example screenshot" class="screenshot-image"]
    4647```
    4748
    4849== Changelog ==
     50
     51= 1.1.1 =
     52* Update documentation.
    4953
    5054= 1.1.0 =
Note: See TracChangeset for help on using the changeset viewer.