Changeset 3375669
- Timestamp:
- 10/09/2025 11:10:10 AM (6 months ago)
- Location:
- ready-made-oxygen-integration/trunk
- Files:
-
- 4 edited
-
README.md (modified) (2 diffs)
-
includes/js/addPasteButton-modular.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
ready-made-oxygen-integration.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ready-made-oxygen-integration/trunk/README.md
r3375666 r3375669 1 1 # Ready-Made Oxygen Integration 2 2 3 [](https://levels.dev)3 [](https://levels.dev) 4 4 [](https://wordpress.org) 5 5 [](https://oxygenbuilder.com) … … 117 117 ## 📓 Changelog 118 118 119 ### 1.2.1 – Progress Indicator 120 - 📊 **Progress Indicator**: Visual progress bar for image uploads to WP Media Library with real-time tracking 121 119 122 ### 1.2.0 – Firefox Compatibility 120 123 - ✨ **Firefox Support**: Complete Firefox clipboard compatibility with unified permission modal -
ready-made-oxygen-integration/trunk/includes/js/addPasteButton-modular.js
r3375666 r3375669 2 2 * Ready-Made Oxygen Integration - Main Entry Point 3 3 * Modular structure for better maintainability 4 * 5 * Version: 1.2. 0 (Firefox Compatibility)6 */ 7 8 console.log("READOXIN: ✅ Plugin loaded v1.2. 0");4 * 5 * Version: 1.2.1 6 */ 7 8 console.log("READOXIN: ✅ Plugin loaded v1.2.1"); 9 9 10 10 // Verify modules are loaded -
ready-made-oxygen-integration/trunk/readme.txt
r3375666 r3375669 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later … … 71 71 == Changelog == 72 72 73 = 1.2.1 = 74 * Visual progress indicator for image uploads to WP Media Library 75 73 76 = 1.2.0 = 74 77 * Firefox support added 75 * Visual progress indicator for image uploads to WP Media Library76 78 77 79 = 1.1.1 = -
ready-made-oxygen-integration/trunk/ready-made-oxygen-integration.php
r3375666 r3375669 7 7 * Plugin URI: https://levels.dev/automatic-webdevelopment-from-figma-via-copy-paste 8 8 * Description: Essential integration for the Ready-Made Figma plugin to enable copy-paste functionality with Oxygen 4. 9 * Version: 1.2. 09 * Version: 1.2.1 10 10 * Author: levels.dev 11 11 * Author URI: https://levels.dev … … 22 22 define('SCRIPT_DEBUG', true); 23 23 // Define plugin version 24 define('READOXIN_JS_VERSION', '1.2. 0');24 define('READOXIN_JS_VERSION', '1.2.1'); 25 25 26 26 // Use global namespace for WordPress hooks
Note: See TracChangeset
for help on using the changeset viewer.