GIF94;
| Path : /var/www/wordpress/wp-content/plugins/oxymade/ |
| Current File : /var/www/wordpress/wp-content/plugins/oxymade/release.json |
{
"name": "OxyMade",
"slug": "oxymade",
"author": "<a href='https://oxymade.com'>OxyMade</a>",
"author_profile": "https://oxymade.com",
"version": "1.4.0",
"requires": "5.6",
"tested": "6.4.0",
"requires_php": "7.4",
"sections": {
"description": "Custom elements and extensions for Oxygen page builder.",
"changelog": "<h4>1.4.0 – 2026-03-08</h4><ul><li><strong>New:</strong> On-demand class system — OxyMade classes injected into Oxygen store only when needed</li><li><strong>New:</strong> Custom autocomplete dropdown for OxyMade classes in builder class input</li><li><strong>New:</strong> Fix Styling admin button — scans all pages/templates and restores used OxyMade selectors</li><li><strong>New:</strong> Fix button in builder toolbar — scans current document and injects missing class selectors</li><li><strong>New:</strong> Paste detection — auto-injects OxyMade selectors when pasting elements</li><li><strong>New:</strong> Invalid token auto-fix — detects deleted class tokens and restores matching selectors</li><li><strong>New:</strong> Delete modal with toggles to protect custom and component selectors</li><li><strong>New:</strong> Autocomplete toggle setting in admin</li><li><strong>Fix:</strong> Selector delete operations not persisting due to transient cache stale data</li><li><strong>Fix:</strong> Fix Styling reporting classes added but nothing written to DB</li><li><strong>Fix:</strong> Fix Styling finding 0 classes due to double-encoded post meta</li><li><strong>Fix:</strong> Autocomplete toggle not disabling suggestions</li><li><strong>Security:</strong> Fixed nonce bypass in paste CSS handler</li><li><strong>Security:</strong> Added cache invalidation helper for safe option writes</li><li><strong>Fix:</strong> PHP 8 fatal error when variables.json missing or corrupt</li></ul><h4>1.3.0 – 2026-02-11</h4><ul><li><strong>Improvement:</strong> CSS specificity upgrade - all utility classes prefixed with .oxygen for 0,2,0 specificity that reliably beats Oxygen's compound selectors</li><li><strong>Improvement:</strong> Removed all !important declarations from framework CSS - no longer needed with specificity prefix</li><li><strong>Improvement:</strong> Framework CSS now loads after Oxygen's native CSS for correct source order</li><li><strong>Improvement:</strong> Added text-align: center to items-center class to match Oxygen builder behavior</li><li><strong>Fix:</strong> Removed display: flex from direction-only classes (horizontal, vertical, flex-wrap, and all breakpoint variants) - direction classes no longer force elements visible</li><li><strong>Fix:</strong> Removed display: flex from justify-content, align-items, and align-content utility classes - these now only set their specific property</li><li><strong>Fix:</strong> Removed duplicate gap, col-gap, and row-gap classes across collections</li><li><strong>Fix:</strong> Removed unwanted width: 100% from .flex and .grid utility classes</li><li><strong>Fix:</strong> Section spacing classes now target > .section-container for correct padding inheritance</li><li><strong>New:</strong> OxyMade Button - No Vertical Padding toggle for text-link style</li><li><strong>New:</strong> Base white and black colors added to right-click color picker</li><li><strong>New:</strong> Added mb-auto and mr-auto margin utility classes</li><li><strong>Fix:</strong> Spacing context modal now opens for space-between, space-above, space-below, and slide spacing controls</li><li><strong>Fix:</strong> Input picker no longer closes parent popover when clicking inside picker</li><li><strong>Improvement:</strong> OxyMade Button default properties set to Sign up, primary color, medium size, small radius</li></ul><h4>1.2.0 – 2026-02-05</h4><ul><li><strong>Improvement:</strong> Added !important to all display utility classes (inline, block, inline-block, inline-flex, inline-grid, flex, grid) for reliable style overrides</li><li><strong>Improvement:</strong> Added !important to all visibility/hidden classes (hidden, xl-hidden, lg-hidden, md-hidden, sm-hidden) for reliable responsive hiding</li></ul><h4>1.1.0 – 2026-01-09</h4><ul><li><strong>Fix:</strong> Color thumbnails now display correctly in Color Palette Generator and Color Picker when changing design sets</li><li><strong>Fix:</strong> Colors properly update when design set or color set changes</li><li><strong>Fix:</strong> Right-click popup now has scroll support preventing color picker cutoff</li><li><strong>Fix:</strong> Alt-shade and alt-shade-hover CSS classes now generate correct color inversions</li><li><strong>Fix:</strong> Plugin logo alignment in WordPress admin sidebar menu</li><li><strong>New:</strong> Search functionality added to design set selection modal</li><li><strong>Improvement:</strong> CSS variables now sync from iframe to parent window for proper color display</li></ul><h4>1.0.0 – 2025-01-06</h4><ul><li><strong>Release:</strong> First stable release of OxyMade</li><li><strong>Fix:</strong> Design set changes now properly refresh color palette by clearing cached palette options</li><li><strong>Fix:</strong> Removed all console.log and console.error debug statements from admin JavaScript</li><li><strong>Fix:</strong> Removed debug_log arrays from PHP AJAX handlers (install_default_palette, install_design_set, install_global_settings)</li><li><strong>Fix:</strong> Removed license modal error_log statements</li><li><strong>Improvement:</strong> Streamlined AJAX response payloads for cleaner API responses</li><li><strong>Cleanup:</strong> Production-ready codebase with no debug artifacts</li></ul><h4>0.3.1 – 2025-01-05</h4><ul><li><strong>Fix:</strong> Sizing picker now shows height variables (h-auto, h-full, h-screen, h-svh, h-dvh, etc.) for height inputs</li><li><strong>Fix:</strong> Sizing picker shows width variables (w-auto, w-full, etc.) for width inputs</li><li><strong>Improvement:</strong> Dynamic picker title shows 'Width' or 'Height' based on input type</li><li><strong>Fix:</strong> Bundle creation script path issues resolved</li></ul><h4>0.3.0 – 2024-12-24</h4><ul><li><strong>New:</strong> Right-click input picker system for Breakdance builder</li><li><strong>New:</strong> Color picker with all palette shades and alpha values</li><li><strong>New:</strong> Spacing picker for padding, margin, and gap inputs</li><li><strong>New:</strong> Radius picker for border-radius inputs</li><li><strong>New:</strong> Sizing picker for width/height inputs</li><li><strong>New:</strong> Typography picker for font-size inputs</li><li><strong>Improvement:</strong> Cohesive dark theme for all picker popups</li><li><strong>New:</strong> Alt-shade-hover class for color utilities</li></ul><h4>0.2.0 – 2024-12-17</h4><ul><li><strong>New:</strong> CSS Inline Extractor for automatic class creation from pasted JSON</li><li><strong>New:</strong> JSON processing system with paste detection</li><li><strong>New:</strong> Multi-breakpoint CSS extraction support</li><li><strong>Improvement:</strong> Paste-import detection works across all editor panels</li><li><strong>Fix:</strong> Spectrum color picker loading and initialization issues</li><li><strong>New:</strong> Added missing spacing classes (s7, s9, s44, s48, s56, s64, s72)</li><li><strong>Improvement:</strong> Enhanced grid and layout utilities</li><li><strong>Cleanup:</strong> Removed obsolete scripts and debug logging</li></ul><h4>0.1.8 – 2025-12-04</h4><ul><li><strong>Fix:</strong> Added missing breakpoint-specific grid-cols classes (xl-grid-cols-*, lg-grid-cols-*, md-grid-cols-*, sm-grid-cols-*) to framework CSS</li><li><strong>Fix:</strong> CSS generation now properly handles nested grid.simple_grid_template_columns property structure</li><li><strong>Improvement:</strong> All 205 breakpoint selectors now correctly generated in framework CSS</li></ul><h4>0.1.7 – November 9, 2025</h4><ul><li><strong>New:</strong> Clean bundle creation script for optimized production builds</li><li><strong>New:</strong> Automated version bumping system across all plugin files</li><li><strong>Improvement:</strong> Simplified admin settings UI with streamlined status indicators</li><li><strong>Improvement:</strong> Enhanced 6-step setup wizard with progress tracking</li><li><strong>Improvement:</strong> Reduced bundle size by 50% (262 KB from 513 KB)</li><li><strong>Fix:</strong> Version consistency across plugin.php, config.php, and release.json</li><li><strong>Fix:</strong> License system integration with SureCart</li></ul><h4>0.1.6 – October 17, 2025</h4><ul><li><strong>New:</strong> First beta release of OxyMade</li><li><strong>New:</strong> Complete licensing system with SureCart integration</li><li><strong>New:</strong> 6-step setup wizard (Design Set, Variables, Typography, Global Settings, Selectors, Components)</li><li><strong>New:</strong> Admin settings page with progress tracking</li><li><strong>New:</strong> Automated build and bundle creation scripts</li></ul>",
"installation": "<p>1. Upload the plugin files to the <code>/wp-content/plugins/oxymade</code> directory.</p><p>2. Activate the plugin through the 'Plugins' screen in WordPress.</p><p>3. Enter your license key in the OxyMade License settings page.</p>"
}
}