Plugin Directory

Changeset 3170112


Ignore:
Timestamp:
10/16/2024 12:29:38 PM (18 months ago)
Author:
biltatous
Message:

Tagging version 1.0.5

Location:
gallery-5cript
Files:
2 edited
8 copied

Legend:

Unmodified
Added
Removed
  • gallery-5cript/tags/1.0.5/gallery_5cript.php

    r3170005 r3170112  
    55 * Plugin URI:        https://gallery.5cript.com/
    66 * Description:       Create a frontend gallery utilizing the fully cross-browser supported <dialog> HTML element, which offers enhanced accessibility and SEO benefits. Additionally, it incorporates the <picture> HTML element to support responsive images, ensuring optimal image sizes based on your website's configuration. This approach minimizes network redundancies by adapting to the device's viewport. The gallery is built using Tailwind CSS and TypeScript, with a simple shortcode for easy implementation.
    7  * Version:           1.0.4
     7 * Version:           1.0.5
    88 * Requires at least: 6.5.2
    99 * Requires PHP:      8.0
  • gallery-5cript/tags/1.0.5/readme.txt

    r3170005 r3170112  
    55Requires at least: 6.0
    66Tested up to: 6.6
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212 
    1313== Description ==
     14
     15Welcome to Gallery 5cript—the WordPress gallery plugin built from scratch in 2024, designed for the websites of today! 🚀
     16
     17✨ 1. Modern Dialog: Built-in dialog element for seamless interactions, accessibility, and SEO optimization.
     18
     19📸 2. Optimized Images: Uses the picture element with custom WordPress sizes, delivering the right image for every device.
     20
     21🎨 3. Cutting-edge Front-End: Developed with TailwindCSS and TypeScript for reliable, modern and responsive interface.
     22
     23🎥 4. Video & Captions: Supports video galleries and captions, adding more depth to your content.
     24
     25🧹 5. Clean Database: Uses custom database tables, keeping your posts and meta tables clutter-free.
     26
     27Gallery 5cript—Built for the modern web! ✨ Download for free!
     28
     29LIVE DEMO: [Link Text](https://gallery.5cript.com/)
     30
     31== Why Dialog ==
    1432
    1533The dialog element was introduced in 2014 and has had full cross-browser support since 2022. While there are many plugins that offer similar functionality, none (to my knowledge at the time of writing) utilize the dialog element. This is likely due to concerns about backward compatibility, which could pose issues for the end users of those plugins.
     
    2341    - We've enhanced the dialog with additional accessibility features, including ARIA labels and best practices.
    2442
    25 Additionally:
     43== More perks ==
    2644
    2745    - We're using the picture element with various WordPress image sizes, allowing the browser to choose the most appropriate one to download.
     
    4967
    5068== Demo ==
    51 You can find a demo here: https://gallery.5cript.com/
     69You can find a demo here: [Link Text](https://gallery.5cript.com/)
    5270
    5371== 3rd Party Services ==
  • gallery-5cript/trunk/gallery_5cript.php

    r3170005 r3170112  
    55 * Plugin URI:        https://gallery.5cript.com/
    66 * Description:       Create a frontend gallery utilizing the fully cross-browser supported <dialog> HTML element, which offers enhanced accessibility and SEO benefits. Additionally, it incorporates the <picture> HTML element to support responsive images, ensuring optimal image sizes based on your website's configuration. This approach minimizes network redundancies by adapting to the device's viewport. The gallery is built using Tailwind CSS and TypeScript, with a simple shortcode for easy implementation.
    7  * Version:           1.0.4
     7 * Version:           1.0.5
    88 * Requires at least: 6.5.2
    99 * Requires PHP:      8.0
  • gallery-5cript/trunk/readme.txt

    r3170005 r3170112  
    55Requires at least: 6.0
    66Tested up to: 6.6
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212 
    1313== Description ==
     14
     15Welcome to Gallery 5cript—the WordPress gallery plugin built from scratch in 2024, designed for the websites of today! 🚀
     16
     17✨ 1. Modern Dialog: Built-in dialog element for seamless interactions, accessibility, and SEO optimization.
     18
     19📸 2. Optimized Images: Uses the picture element with custom WordPress sizes, delivering the right image for every device.
     20
     21🎨 3. Cutting-edge Front-End: Developed with TailwindCSS and TypeScript for reliable, modern and responsive interface.
     22
     23🎥 4. Video & Captions: Supports video galleries and captions, adding more depth to your content.
     24
     25🧹 5. Clean Database: Uses custom database tables, keeping your posts and meta tables clutter-free.
     26
     27Gallery 5cript—Built for the modern web! ✨ Download for free!
     28
     29LIVE DEMO: [Link Text](https://gallery.5cript.com/)
     30
     31== Why Dialog ==
    1432
    1533The dialog element was introduced in 2014 and has had full cross-browser support since 2022. While there are many plugins that offer similar functionality, none (to my knowledge at the time of writing) utilize the dialog element. This is likely due to concerns about backward compatibility, which could pose issues for the end users of those plugins.
     
    2341    - We've enhanced the dialog with additional accessibility features, including ARIA labels and best practices.
    2442
    25 Additionally:
     43== More perks ==
    2644
    2745    - We're using the picture element with various WordPress image sizes, allowing the browser to choose the most appropriate one to download.
     
    4967
    5068== Demo ==
    51 You can find a demo here: https://gallery.5cript.com/
     69You can find a demo here: [Link Text](https://gallery.5cript.com/)
    5270
    5371== 3rd Party Services ==
Note: See TracChangeset for help on using the changeset viewer.