Changeset 3170112
- Timestamp:
- 10/16/2024 12:29:38 PM (18 months ago)
- Location:
- gallery-5cript
- Files:
-
- 2 edited
- 8 copied
-
tags/1.0.5 (copied) (copied from gallery-5cript/trunk)
-
tags/1.0.5/front/js/front.js (copied) (copied from gallery-5cript/trunk/front/js/front.js)
-
tags/1.0.5/front/templates/dark.php (copied) (copied from gallery-5cript/trunk/front/templates/dark.php)
-
tags/1.0.5/front/templates/lightbox.php (copied) (copied from gallery-5cript/trunk/front/templates/lightbox.php)
-
tags/1.0.5/front/templates/mansory-light.php (copied) (copied from gallery-5cript/trunk/front/templates/mansory-light.php)
-
tags/1.0.5/front/ts/front.ts (copied) (copied from gallery-5cript/trunk/front/ts/front.ts)
-
tags/1.0.5/gallery_5cript.php (copied) (copied from gallery-5cript/trunk/gallery_5cript.php) (1 diff)
-
tags/1.0.5/readme.txt (copied) (copied from gallery-5cript/trunk/readme.txt) (4 diffs)
-
trunk/gallery_5cript.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gallery-5cript/tags/1.0.5/gallery_5cript.php
r3170005 r3170112 5 5 * Plugin URI: https://gallery.5cript.com/ 6 6 * 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. 47 * Version: 1.0.5 8 8 * Requires at least: 6.5.2 9 9 * Requires PHP: 8.0 -
gallery-5cript/tags/1.0.5/readme.txt
r3170005 r3170112 5 5 Requires at least: 6.0 6 6 Tested up to: 6.6 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 13 13 == Description == 14 15 Welcome 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 27 Gallery 5cript—Built for the modern web! ✨ Download for free! 28 29 LIVE DEMO: [Link Text](https://gallery.5cript.com/) 30 31 == Why Dialog == 14 32 15 33 The 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. … … 23 41 - We've enhanced the dialog with additional accessibility features, including ARIA labels and best practices. 24 42 25 Additionally: 43 == More perks == 26 44 27 45 - We're using the picture element with various WordPress image sizes, allowing the browser to choose the most appropriate one to download. … … 49 67 50 68 == Demo == 51 You can find a demo here: https://gallery.5cript.com/69 You can find a demo here: [Link Text](https://gallery.5cript.com/) 52 70 53 71 == 3rd Party Services == -
gallery-5cript/trunk/gallery_5cript.php
r3170005 r3170112 5 5 * Plugin URI: https://gallery.5cript.com/ 6 6 * 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. 47 * Version: 1.0.5 8 8 * Requires at least: 6.5.2 9 9 * Requires PHP: 8.0 -
gallery-5cript/trunk/readme.txt
r3170005 r3170112 5 5 Requires at least: 6.0 6 6 Tested up to: 6.6 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 13 13 == Description == 14 15 Welcome 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 27 Gallery 5cript—Built for the modern web! ✨ Download for free! 28 29 LIVE DEMO: [Link Text](https://gallery.5cript.com/) 30 31 == Why Dialog == 14 32 15 33 The 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. … … 23 41 - We've enhanced the dialog with additional accessibility features, including ARIA labels and best practices. 24 42 25 Additionally: 43 == More perks == 26 44 27 45 - We're using the picture element with various WordPress image sizes, allowing the browser to choose the most appropriate one to download. … … 49 67 50 68 == Demo == 51 You can find a demo here: https://gallery.5cript.com/69 You can find a demo here: [Link Text](https://gallery.5cript.com/) 52 70 53 71 == 3rd Party Services ==
Note: See TracChangeset
for help on using the changeset viewer.