Changeset 3356950
- Timestamp:
- 09/06/2025 05:15:49 AM (7 months ago)
- Location:
- ready-made-oxygen-integration
- Files:
-
- 4 edited
-
tags/1.1.1/readme.txt (modified) (3 diffs)
-
tags/1.1.1/ready-made-oxygen-integration.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/ready-made-oxygen-integration.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ready-made-oxygen-integration/tags/1.1.1/readme.txt
r3356947 r3356950 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later … … 21 21 With 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. 22 22 23 **NEW in v1.1. 0: IntelligentFont Matching**23 **NEW in v1.1.1: Enhanced Font Matching** 24 24 25 25 Automatically 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. … … 71 71 == Changelog == 72 72 73 = 1.1.1 = 74 * Enhanced image processor and paste handler modules 75 * Improved stability and performance 76 73 77 = 1.1.0 = 74 78 * Intelligent font matching with 95%+ accuracy -
ready-made-oxygen-integration/tags/1.1.1/ready-made-oxygen-integration.php
r3356947 r3356950 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.1. 09 * Version: 1.1.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.1. 0');24 define('READOXIN_JS_VERSION', '1.1.1'); 25 25 26 26 // Use global namespace for WordPress hooks -
ready-made-oxygen-integration/trunk/readme.txt
r3323286 r3356950 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later … … 21 21 With 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. 22 22 23 **NEW in v1.1. 0: IntelligentFont Matching**23 **NEW in v1.1.1: Enhanced Font Matching** 24 24 25 25 Automatically 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. … … 71 71 == Changelog == 72 72 73 = 1.1.1 = 74 * Enhanced image processor and paste handler modules 75 * Improved stability and performance 76 73 77 = 1.1.0 = 74 78 * Intelligent font matching with 95%+ accuracy -
ready-made-oxygen-integration/trunk/ready-made-oxygen-integration.php
r3322576 r3356950 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.1. 09 * Version: 1.1.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.1. 0');24 define('READOXIN_JS_VERSION', '1.1.1'); 25 25 26 26 // Use global namespace for WordPress hooks
Note: See TracChangeset
for help on using the changeset viewer.