Plugin Directory

Changeset 3356950


Ignore:
Timestamp:
09/06/2025 05:15:49 AM (7 months ago)
Author:
levelsdev
Message:

Update version numbers to 1.1.1 in plugin files and readme

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

Legend:

Unmodified
Added
Removed
  • ready-made-oxygen-integration/tags/1.1.1/readme.txt

    r3356947 r3356950  
    55Requires at least: 5.0
    66Tested up to: 6.8
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88Requires PHP: 7.2
    99License: GPLv2 or later
     
    2121With a single click, you can transfer design elements from Figma and insert them into the Oxygen Builder’s structure panel – with all layout, classes, and structure preserved.
    2222
    23 **NEW in v1.1.0: Intelligent Font Matching**
     23**NEW in v1.1.1: Enhanced Font Matching**
    2424
    2525Automatically fixes font family mismatches between Figma and Oxygen. When you paste a design that uses "BreeSerif", it automatically converts it to "Bree Serif" - the correct Google Font name in Oxygen. Works silently in the background with 95%+ accuracy.
     
    7171== Changelog ==
    7272
     73= 1.1.1 =
     74* Enhanced image processor and paste handler modules
     75* Improved stability and performance
     76
    7377= 1.1.0 =
    7478* Intelligent font matching with 95%+ accuracy
  • ready-made-oxygen-integration/tags/1.1.1/ready-made-oxygen-integration.php

    r3356947 r3356950  
    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.1.0
     9 * Version: 1.1.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.1.0');
     24define('READOXIN_JS_VERSION', '1.1.1');
    2525
    2626// Use global namespace for WordPress hooks
  • ready-made-oxygen-integration/trunk/readme.txt

    r3323286 r3356950  
    55Requires at least: 5.0
    66Tested up to: 6.8
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88Requires PHP: 7.2
    99License: GPLv2 or later
     
    2121With a single click, you can transfer design elements from Figma and insert them into the Oxygen Builder’s structure panel – with all layout, classes, and structure preserved.
    2222
    23 **NEW in v1.1.0: Intelligent Font Matching**
     23**NEW in v1.1.1: Enhanced Font Matching**
    2424
    2525Automatically fixes font family mismatches between Figma and Oxygen. When you paste a design that uses "BreeSerif", it automatically converts it to "Bree Serif" - the correct Google Font name in Oxygen. Works silently in the background with 95%+ accuracy.
     
    7171== Changelog ==
    7272
     73= 1.1.1 =
     74* Enhanced image processor and paste handler modules
     75* Improved stability and performance
     76
    7377= 1.1.0 =
    7478* Intelligent font matching with 95%+ accuracy
  • ready-made-oxygen-integration/trunk/ready-made-oxygen-integration.php

    r3322576 r3356950  
    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.1.0
     9 * Version: 1.1.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.1.0');
     24define('READOXIN_JS_VERSION', '1.1.1');
    2525
    2626// Use global namespace for WordPress hooks
Note: See TracChangeset for help on using the changeset viewer.