Plugin Directory

Changeset 3375669


Ignore:
Timestamp:
10/09/2025 11:10:10 AM (6 months ago)
Author:
levelsdev
Message:

Deploy from GitLab to trunk

Location:
ready-made-oxygen-integration/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ready-made-oxygen-integration/trunk/README.md

    r3375666 r3375669  
    11# Ready-Made Oxygen Integration
    22
    3 [![Version](https://img.shields.io/badge/version-1.2.0-blue.svg)](https://levels.dev)
     3[![Version](https://img.shields.io/badge/version-1.2.1-blue.svg)](https://levels.dev)
    44[![WordPress](https://img.shields.io/badge/wordpress-5.0%2B-green.svg)](https://wordpress.org)
    55[![Oxygen](https://img.shields.io/badge/oxygen-4.0%2B-purple.svg)](https://oxygenbuilder.com)
     
    117117## 📓 Changelog
    118118
     119### 1.2.1 – Progress Indicator
     120- 📊 **Progress Indicator**: Visual progress bar for image uploads to WP Media Library with real-time tracking
     121
    119122### 1.2.0 – Firefox Compatibility
    120123- ✨ **Firefox Support**: Complete Firefox clipboard compatibility with unified permission modal
  • ready-made-oxygen-integration/trunk/includes/js/addPasteButton-modular.js

    r3375666 r3375669  
    22 * Ready-Made Oxygen Integration - Main Entry Point
    33 * 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
     8console.log("READOXIN: ✅ Plugin loaded v1.2.1");
    99
    1010// Verify modules are loaded
  • ready-made-oxygen-integration/trunk/readme.txt

    r3375666 r3375669  
    55Requires at least: 5.0
    66Tested up to: 6.8
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88Requires PHP: 7.2
    99License: GPLv2 or later
     
    7171== Changelog ==
    7272
     73= 1.2.1 =
     74* Visual progress indicator for image uploads to WP Media Library
     75
    7376= 1.2.0 =
    7477* Firefox support added
    75 * Visual progress indicator for image uploads to WP Media Library
    7678
    7779= 1.1.1 =
  • ready-made-oxygen-integration/trunk/ready-made-oxygen-integration.php

    r3375666 r3375669  
    77 * Plugin URI: https://levels.dev/automatic-webdevelopment-from-figma-via-copy-paste
    88 * Description: Essential integration for the Ready-Made Figma plugin to enable copy-paste functionality with Oxygen 4.
    9  * Version: 1.2.0
     9 * Version: 1.2.1
    1010 * Author: levels.dev
    1111 * Author URI: https://levels.dev
     
    2222define('SCRIPT_DEBUG', true);
    2323// Define plugin version
    24 define('READOXIN_JS_VERSION', '1.2.0');
     24define('READOXIN_JS_VERSION', '1.2.1');
    2525
    2626// Use global namespace for WordPress hooks
Note: See TracChangeset for help on using the changeset viewer.