Changelog
This changelog documents all notable changes to Promptless WP, including new features, improvements, bug fixes, and breaking changes. We follow Semantic Versioning for version numbering.
Version 1.3.0 - 2026-05-04
✨ New Features
Per-Section Color Palettes
Override the global color palette on individual sections without touching site-wide settings. Each section can carry its own 12-color snapshot — primary, secondary, text, surface, border, plus dark-mode counterparts — so you can give a hero section a brand palette and a CTA banner an accent palette on the same page.
- Pick from a curated shortlist. A new "Section Palette" control appears in every section's Layout tab, alongside Theme Variant. The picker has three tabs: Recent, Favorites, and Browse all.
- Smart accessibility colors recompute per section. Links, buttons, ghost buttons, and icons all derive WCAG-compliant contrast against the section's effective background. The same algorithm that powers the global palette runs per-section automatically.
- Snapshot-with-link model. Sections remember the source preset they came from. If you edit the source, you'll see an "Out of date" indicator on the section — click "Refresh from source" to resync. If you delete the source, sections keep rendering with their snapshot (no broken pages).
- Custom presets default to favorited. When you save a new preset, it's automatically added to your favorites — the curated shortlist surfaced in the per-section picker.
- Built-in presets can be favorited. Each preset card in the Global Settings color preset modal now has a star icon. Click to promote any of the ~100 built-in presets into your favorites shortlist.
- Editor preview matches published frontend, byte-for-byte. The same color resolution runs on both sides so what you see in the editor is exactly what visitors get.
See Colors & Branding for the full guide.
AI-aware palette workflow
- Connector preflight exposes your favorites. When Claude (via the Promptless connector) generates a page, it sees your favorited customs and built-in slugs in the preflight payload, so it can pick palettes from your curated shortlist intentionally.
- Deploy accepts per-section palettes. Generated pages can carry a different palette per section by ID (
custom-{uuid}orbuiltin-{slug}) plus a snapshot. The connector validates and resolves the snapshot server-side for custom presets. - AI page generation can use multiple palettes per page. Ask Claude for "two palettes that mesh well — brand for hero/CTA, accent for content sections" and it can create both, save them, and apply them per section in one workflow.
🔧 Improvements
- Standardized close (X) icon across editor sidebars for visual consistency.
- Smart color system extended to FormEngine integration borders when the form-builder addon is active.
Version 1.2.9 - 2026-05-01
🔧 Improvements
Leaner SEO Audit Surface
The editor's SEO panel now lists 5 checks instead of 8. Several audits that produced false positives or duplicated functionality from active SEO plugins (Yoast, Rank Math, AIOSEO) were removed.
- Heading structure check removed. Promptless's renderer guarantees correct H1/H2 hierarchy automatically; the check incorrectly flagged multi-Hero pages.
- Orphan page and link depth checks removed. They couldn't see hand-authored WordPress content, producing false "orphan" warnings for well-linked pages.
- Meta tags and noindex checks defer to your SEO plugin. When Yoast, Rank Math, or AIOSEO is active, those plugins own meta authoritatively — Promptless gets out of the way. Without an SEO plugin, the checks still run in full.
The sitewide "Discourage search engines" detector still runs unconditionally — it's the single most consequential SEO foot-gun in WordPress and being told twice beats missing it.
✨ New Features
wordpress_seo_auditMCP tool. Claude can now run the SEO audit on a Promptless page conversationally and get the same finding shape the editor's Audit tab shows.wordpress_get_business_identityandwordpress_set_business_identityMCP tools. Claude can read and update the sitewide Business Identity record (name, contact, address, hours, social) without you clicking through the admin form. Targets the agency client-onboarding workflow.
Version 1.2.8 - 2026-04-30
✨ New Features
SEO Panel in Editor
A new right-side panel with three tabs: Audit (on-page checks), Schema (preview and control structured data output), and Page Type (override page intent with editor controls).
Schema Architecture
A new Provider/Registry pattern with 9 schema providers: FAQ, HowTo, Service, Pricing, Image Gallery, Web Page, Organization, Local Business, Review. Three operating modes:
- Coexists with Yoast, Rank Math, AIOSEO when one of those is active
- Augments them when partial schema is detected
- Runs standalone when no other SEO plugin is active
Business Identity Admin Page
A new submenu under Promptless WP for Organization and Local Business schema data — name, logo, contact, social profiles, address, hours, service areas. Dynamic Social Links UI with add/remove (no fixed three-row cap).
Connector page_intent Support
The MCP connector accepts page_intent in deploy payloads so external orchestration can hint at page type (about, contact, service, etc.).
🔧 Fixed
- Schema name fields now strip Promptless's
{curly-brace}highlight markup from output. - i18n compliance: translators comments and placeholder ordering for WordPress Plugin Check.
Version 1.2.7 - 2026-04-26
✨ New Features
Server-Side Design Optimizer for Connector Deploys
The editor's "Apply Design Strategy" pipeline now runs on every connector deploy. When Claude (or any external consumer) sends a page with blank theme_variant, layout_variant, grid_columns, or display_style, the optimizer fills them in automatically — applying section-type preferences, content-length thresholds, media-presence rules, CTA optimization, and cross-section flow balance.
design_optionscontrols onwordpress_deploy_content,wordpress_batch_deploy, andwordpress_append_sections: choosetheme_strategy(balanced/light/dark/smart-auto) and toggleapply_design_strategy(default true; disable for screenshot-recreation flows).aisb_after_design_optimizationfilter for third-party adjustments before save.- Whole-page context on append. When sections are appended, the optimizer accounts for the existing page's flow.
- Deploy responses include
optimization_appliedandoptimization_strategyso consumers can confirm what ran.
Version 1.2.6 - 2026-04-25
🔧 Improvements
Smarter Connector Menu Building
The connector's menu creation from page hierarchies now preserves parent/child relationships intelligently. Theme location validation gives actionable error messages instead of silent failures.
✨ Added
- Connector Knowledge Map documentation — an 811-line operating manual for connector consumers covering all 13 section types, field schemas, design decision rules, and safe editing patterns.
Version 1.2.5 - 2026-04-23
🐛 Bug Fixes
- Smart Color System now uses correct logic for highlighted text.
- Hero Dark Mode background rendering fixed.
- CTA Banner color contrast fixed for both pill-shaped eyebrow headings and body text links.
- WordPress Standards improvements: WP_Filesystem and wp_delete_file replace direct file functions per Plugin Check guidance.
Version 1.2.4 - 2026-04-23
✨ New Features
Hero Left/Right Layout Variant
- New layout option for hero strip sections
- Position media (images/videos) on left or right side
- Flexible content positioning for diverse page designs
Focal Point Picker
- Precise image positioning control for hero backgrounds
- Visual picker interface for setting image focus areas
- Ensures important parts of images remain visible on all devices
🔧 Improvements
- Plugin Check compliance updates for ConnectorSettings and ContentDeployer
- Content deployer robustness improvements
- Updated connector documentation
Version 1.2.3 - 2026-04-22
✨ New Features
MCP Connector Tools
wordpress_upload_image- Upload local images to WordPress media librarywordpress_get_page_content- Read existing page sections for safe editingwordpress_append_sections- Add sections without overwriting existing contentwordpress_delete_page- Surgical single-page deletion for Promptless pages
Gallery Per-Image Metadata
- Per-image alt text, captions, and link settings in gallery sections
- Enhanced SEO with descriptive alt text for each gallery image
Safe Page Editing
- Read-modify-write pattern support for editing existing pages
- Atomic operations prevent race conditions during concurrent edits
🔧 Improvements
- MCP bridge deploy timeout increased from 30s to 60s for large payloads
- Expanded field name hints for all section types
- Enhanced connector rulebook with FRE integration guidance
Version 1.2.2 - 2026-04-19
✨ New Features
Inline Checklist Two-Column Layout
- Display inline checklist items in a two-column grid
- Better space utilization for longer checklists
🎨 Design Improvements
Visual Hierarchy
- Features section now uses muted text for descriptions
- Consistent with other sections' typography patterns
🔧 Bug Fixes
- Fixed heading highlight rendering in Steps section
- Restored reset button functionality
- Updated custom CSS delete modal language
Version 1.2.1 - 2026-04-15
⚡ Performance
PageSpeed Optimizations
- Async loading for iconify-vendor.js (improves LCP/FCP scores)
- CSS preload hints for critical frontend styles
- Faster initial render times
Version 1.2.0 - 2026-04-15
🔒 Security
Security Hardening Release
- Enhanced output escaping in link rendering (stats, steps, gallery sections)
- Improved URL parameter validation with
wp_unslash()sanitization - Safe redirects via
wp_safe_redirect()to prevent open redirect vulnerabilities - Template variable isolation with
aisb_prefix to prevent namespace pollution - Centralized URL validation using built-in URL API
- Improved WordPress Coding Standards compliance
Version 1.1.9 - 2026-04-15
✨ New Features
CTA Links for Gallery Items
- Add clickable links to individual gallery images
- Configurable link text, URL, target (same/new tab), and color (primary/secondary)
- Links include animated arrow icons on hover
- Perfect for linking portfolio images to case studies, products to detail pages, or event photos to event pages
- See Gallery Sections for usage details
Version 1.1.8 - 2026-04-09
✨ New Features
Neo Brutalist Design Variant
- Bold, high-contrast styling option for modern aesthetics
- Thick borders, sharp edges, and bold shadow effects
- Toggle on/off in Global Settings > Styling tab
- Perfect for creative agencies, tech startups, and bold brands
- See Theme Variants for details
CTA Links for Section Items
- Add clickable links to individual items in Checklist, Steps, and Stats sections
- Configurable link text, URL, target (same/new tab), and color (primary/secondary)
- Links include animated arrow icons on hover
- Perfect for guiding visitors to related content or action pages
- See individual section guides for usage details:
Video Lightbox
- Display videos in elegant fullscreen overlays
- Supports YouTube, Vimeo, and HTML5 video sources
- Full keyboard accessibility and focus management
- Click outside or press Escape to close
- See Gallery Sections for video lightbox documentation
Shortcode Browser Modal
- New toolbar button to browse and copy shortcodes
- Two-column interface with search functionality
- Browse both reusable elements and WordPress menus
- One-click copy to clipboard
- See Working with Sections for usage guide
Improved Sidebar Navigation
- New close button (X) in the right sidebar header
- Easier workspace management with visual close control
🎨 Design Improvements
Balanced Heading Text
- Section headings now use CSS text-wrap: balance
- Prevents awkward single-word lines at the end of headings
- Automatic enhancement - no configuration needed
🔄 Behavior Changes
Delete All Sections - Undo Support
- Delete All no longer auto-saves immediately
- Use Ctrl+Z (Cmd+Z on Mac) to recover deleted sections
- Changes only become permanent when you click Update/Save
- Provides safety net for accidental deletions
🔧 Bug Fixes
- Fixed ghost button border styling with Neo Brutalist enabled
- Fixed Neo Brutalist styling in pricing tables
- Fixed bordered layout variant display issues
- Fixed bordered layout on mobile devices
- Fixed shortcode placeholder display in Showcase sections
Version 1.1.6 - 2026-04-06
✨ New Features
Stats Section Bordered Layout
- New "Bordered" layout variant for Stats sections
- Clean, outlined card styling for minimalist presentations
- Consistent with bordered variants in other sections
Testimonials Scroll Mode
- New horizontal scroll display mode for Testimonials
- Smooth scrolling with gradient fade overlays on edges
- Perfect for showcasing multiple testimonials in limited space
Enhanced CSS Presets Library
- Reorganized presets into clear categories
- New categories: Utilities, Dividers, Backgrounds, Grids
- Added dynamic CSS presets for advanced styling
Expanded Gradient Snippets
- 4 new corner position variants for background gradients
- Options: top-left, top-right, bottom-left, bottom-right
- Smart gradient optimization logic
Pricing Button Repositioning
- New variant to control button placement in pricing tables
- Flexible positioning options for better visual hierarchy
🔧 Bug Fixes
- Fixed marquee placeholders on hover
- Fixed horizontal scroll marquee display on frontend
- Fixed FAQ tab scroll on mobile
- Fixed box sizing issue with left sidebar toggles
- Fixed button height inconsistency
- Fixed save failure false positive bug
Version 1.1.5 - 2026-03-21
✨ New Features
Link Wizard
- New centralized tool for easier link management when adding links to content
- Search and autocomplete for internal WordPress pages
- Quick page selection without manually copying URLs
- Access via the Page Structure heading in the right sidebar
Button Icon Controls
- Add icons to buttons for visual enhancement
- Choose from extensive icon library (100,000+ Iconify icons)
- Position icons before or after button text
- Available for primary, secondary, and ghost buttons
Button Uppercase Toggle
- Control button text transformation globally
- Toggle uppercase styling on/off for all buttons
- Found in Global Settings > Styling tab
New Layout Variants
- Features section: New "Bordered" layout variant with outlined card styling
- FAQ section: New "Caret" icon variant for expand/collapse indicators
- Checklist section: New "Editorial" layout variant for refined presentation
- Steps section: Additional layout variants for process visualization
Marquee Hero Updates
- Enhanced scroll animation logic for marquee layout variant
- Smoother animation transitions for logo marquees
- Configurable scroll speed and direction
Custom Pricing Badge
- Custom badge text field for highlighted pricing plans
- Replace default "Most Popular" with custom messaging
- Perfect for "Best Value", "Recommended", or promotional text
Section Remix Expanded
- Remix feature now available in: Hero, Stats, Testimonials, Team, Steps, FAQ, and Checklist sections
- Quickly explore different layout configurations without changing content
- Content-aware suggestions based on your section's characteristics
- Each remix produces meaningfully different results
Image Gallery Section
- New section type for showcasing image collections in responsive grid layouts
- Configurable grid columns (2, 3, or 4 columns)
- Multiple aspect ratio options (Auto, 1:1, 16:9, 4:3, 3:2)
- Built-in lightbox for full-size image viewing with keyboard navigation
- Optional image titles and descriptions displayed in lightbox
- Perfect for portfolios, product showcases, and project galleries
- See Gallery Sections Guide for details
AI Image Generation for Background Images
- Generate custom AI images directly for section backgrounds
- Available in Hero sections when background images are enabled
- Optimized "Background" purpose preset for images that work well behind text
- Creates unique, tailored backgrounds without stock photo limitations
- See AI Image Generation Guide for tips
Eyebrow Text Transform Setting
- New global setting to control text transformation for all eyebrow headings
- Options: None, Uppercase, Lowercase, Capitalize
- Apply consistent styling across all sections with one setting
- Found in Global Settings > Styling tab
Color Preset Visual Preview
- Enhanced color preset modal with live visual preview pane
- See exactly how color schemes look before applying them
- Preview shows buttons, cards, and text in context
- Compare options easily and make confident decisions
Image Positioning Controls
- New object-fit and object-position controls for Gallery images
- Control exactly which part of images remain visible when cropped
- Options: Cover, Contain, Fill for object-fit
- Position options: Center, Top, Bottom, Left, Right, and corner positions
🎨 Improvements
Showcase Layout Styling
- Improved visual presentation for Features showcase variant
- Enhanced spacing and typography for better visual impact
CSS Gradient Snippet Support
- Better handling of CSS gradient values in custom styling
Typography & Design Standardization
- Typography standardization across all sections for consistent visual presentation
- Visual design spacing standardization for better layouts
- Standard padding pattern applied to all sections
- CSS fallbacks added for smart color variables ensuring consistent rendering
Editor UX Improvements
- UX improvements reducing cognitive load in the editor
- Wave divider renamed to Zigzag for clearer terminology
- editorStore.js code refactoring for better performance and maintainability
🔧 Bug Fixes
- Fixed logo z-index issue in Hero sections ensuring logos display correctly
- Fixed button hover stylization with smart logic for proper hover states
- Fixed WooCommerce Account Menu hover styling for better theme compatibility
- Fixed FAQ section padding consistency across layout variants
- Fixed Hero section placeholder image rendering on frontend
- Fixed font rendering consistency between editor preview and frontend
- Fixed Hero layout bugs including type safety, variable shadowing, and HTML structure issues
- Fixed Post Grid section ordering and stylization
- Fixed FAQ AI mapping logic edge cases
- Fixed Steps section bordered layout border stylization
- Fixed neo-brutalist stylization in pricing table
- Fixed WordPress plugin checker compatibility
- Fixed REST API orderby parameter handling
Version 1.1.2 - 2026-02-23
✨ New Features
Domain Migration Tool
- Smart relative URL storage ensures images and links work after domain changes
- Seamless staging-to-production workflows without broken content
- Automatic URL handling during site migrations and backup restorations
- No need for search-and-replace operations on Promptless WP content
- See Domain Migration Guide for details
Copy/Paste Sections
- Copy any section to reuse it on other pages
- Paste sections with all content, styling, and settings intact
- Cross-page copying workflow for consistent design across your site
- Perfect for reusing testimonials, CTAs, and feature sections
WooCommerce Product Grid Integration
- Post Grid sections can now display WooCommerce products alongside or instead of blog posts
- Filter products by category for targeted product showcases
- Display product images, titles, prices, and add-to-cart buttons
- Full responsive design matching your existing Post Grid styling
- See WooCommerce Integration Guide for details
Promptless Theme Support
- Optimized integration with the Promptless Theme
- Zero styling conflicts and seamless full-width layouts
- Automatic template detection for best display modes
- Coordinated updates between theme and plugin
Markdown File Support
- Upload Markdown (.md) files directly to the AI assistant
- Paste Markdown content in the "Paste Text" tab with automatic formatting recognition
- Supports headings, lists, bold, italic, and links
- Use
::shorthand to separate heading and description for quick item creation
Anchor/Scroll Navigation
- Sections now support unique IDs for anchor link navigation
- Smooth scroll behavior when clicking anchor links
- URL updates as users scroll past sections for shareable deep links
- Perfect for single-page navigation menus and table of contents
Bulk Text Add Pane
- Quickly add multiple items to repeater fields (Features, Team, etc.)
- Type or paste content with one item per line
- Use
::separator for heading and description parsing - Dramatically speeds up content entry from spreadsheets or other sources
Background Image Support
- Add background images to any section
- Control image position (center, top, bottom, left, right)
- Adjustable overlay opacity for text readability
- Works with both light and dark theme variants
Global Image Controls
- New image border radius setting for consistent rounded corners across all sections
- Image box shadow options (None, Subtle, Medium, Strong)
- Disable image styling toggle for images with existing styling
🎨 Layout & Design Improvements
Neo-Brutalist Mode Enhancements
- Refined thick border styling on buttons and cards
- Improved high-contrast color handling
- Better sharp, angular design elements
- More consistent brutalist styling across all sections
FAQ Two-Column Grid Layout
- New grid layout variant displays FAQ items in two columns on desktop
- Reduces vertical scrolling for long FAQ lists
- Automatically stacks to single column on mobile
Hero Aspect Ratio Variants
- New aspect ratio controls: Auto, 16:9, 4:3, and 21:9
- Perfect for video backgrounds and cinematic imagery
- Maintains responsive behavior across all devices
Stats Section Card Variant
- New card-style layout option for Stats sections
- Better visual separation between stat items
- Enhanced presentation for metrics and achievements
🔧 Bug Fixes
- Fixed smart color contrast logic for highlighted text in headings
- Resolved font upload 500 error when uploading custom fonts
- Fixed WooCommerce edge cases with product display and pricing
- Various styling and spacing fixes across sections
Version 1.0.9 - 2026-01-23
✨ New Features
Undo/Redo Keyboard Shortcuts
- Full undo/redo support across the editor with
Cmd/Ctrl + ZandCmd/Ctrl + Shift+Z - Works globally for section-level changes (adding, deleting, reordering, content edits)
- Smart detection avoids interfering when typing in text fields or rich text editors
- Groups rapid changes (like typing) into single undo steps for natural behavior
User-Friendly Error Messages
- AI generation errors now display clear, actionable guidance instead of raw technical messages
- Each error type shows a friendly title, explanation, and what to do next
- "Try Again" button available for recoverable errors (timeouts, network issues, temporary outages)
- Expandable "Technical Details" section available for debugging when needed
Default Color Palette
- Added a "Default" preset in the color palette options for quick reset to the original Promptless WP color scheme
- Useful when experimenting with colors and wanting to return to the starting point
🎯 Improvements
Features Section Remix
- Smarter remix logic that considers your content characteristics when suggesting new layouts
- Better variety in remix results with repeat prevention (avoids suggesting same layout twice)
- Content-aware selection weights different options based on card count, text density, and media presence
AI Model Upgrade
- Upgraded from GPT-4o to GPT-4.1 for improved content mapping accuracy
- Better handling of complex document structures and varied writing styles
🔧 Bug Fixes
- Fixed neo-brutalist button clipping in FAQ section with centered layout
- Fixed custom background color toggle not showing current state in Hero section settings
- Fixed FAQ accordion allowing multiple items open simultaneously (restored single-selection behavior)
- Fixed session expiry handling — clicking "Try Again" after re-login now properly refreshes the page
- Fixed welcome notice displaying old plugin name instead of "Promptless WP"
Version 1.0.8 - 2026-01-15
✨ New Features
Multi-Admin Lock System
- Added concurrent editing protection to prevent multiple users from editing the same page simultaneously
- Lock status indicator in toolbar shows real-time lock health (green = active, yellow = connection issues, red = unable to verify)
- Warning banner appears when network connectivity issues are detected
- Session expired modal prompts re-login when WordPress session times out
- Lock lost modal notifies users when another admin takes over editing
- Automatic lock release when browser is closed via sendBeacon
- Background cron job cleans up orphaned locks twice daily
Heading Highlight Feature
- Wrap text in curly braces
{like this}to highlight portions of your headings - Highlighted text displays in your primary brand color
- Helper text added to all heading fields explaining how to use the feature
Features Section: Showcase Layout Variant
- New "Showcase" layout variant for Features sections
- Optimized for highlighting key features with enhanced visual presentation
- Links are now properly visible in the showcase layout
🎯 Improvements
Color Palette Reorganization
- Reorganized color presets into logical categories for easier selection
- Improved preset modal organization and navigation
Preset Modal Active Indicator
- Both color and font preset modals now display a checkmark on the currently applied preset
- Makes it easier to see which preset is currently in use when reopening modals
FAQ Accordion Behavior
- Accordions now open one at a time, automatically closing other open items
- Provides cleaner, more focused user experience when browsing FAQs
Accessibility Enhancements
- Backend editor accessibility fixes for improved screen reader support
- Font sizes converted from pixels to rem units for WCAG 2.1 Level AA compliance
- Removed drag and drop functionality for repeatable elements in favor of arrow buttons for better accessibility
🔧 Bug Fixes
Features Hero Cards
- Fixed hover animation issue on Features hero card variant
Section Container Styling
- Added box-sizing: border-box to all section containers for consistent layout behavior
Version 1.0.7 - 2026-01-10
✨ New Features
New Color Palettes
- Added 30 new modern, visually appealing, and accessible color palettes
- Expanded selection for diverse brand requirements
Button Repositioning
- Added button positioning controls to Post Grid, Pricing, Team, Testimonial, Steps, Checklist, and Features sections
- Consistent button placement options across all section types
🔧 Bug Fixes
- Fixed video autoplay so videos are not muted by default
- Adjusted breakpoints for Checklist, FAQ, and Steps sections for consistency
Version 1.0.6 - 2026-01-05
✨ New Features
Video Poster Support
- Added comprehensive video poster image support across all sections
- Better video thumbnail control and presentation
📚 Documentation
- Complete documentation overhaul for Docusaurus compatibility
- Comprehensive documentation cleanup and organization
🔧 Bug Fixes
- Fixed Convert tool issue where Features sections with inline variant weren't properly converting to other section types
Version 1.0.5 - 2024-12-29
🔧 Bug Fixes
AI Section Mapping
- Fixed regression where bold headings in Word documents weren't creating feature cards
- Improved handling of concatenated text from Word document formatting
- Enhanced Word document text extraction to better identify section boundaries
- Relaxed H3-only constraint to allow bold headings with descriptions for card creation
Display Improvements
- Fixed pricing features field to display with proper line breaks using nl2br()
- Corrected line break handling in pricing tables for better readability
🎯 Improvements
Content Processing
- Added specific instructions for handling Word document formatting patterns
- Improved AI prompt accuracy for marketing and business documents
- Enhanced test coverage for Word document processing
Version 1.0.4 - 2024-12-27
✨ New Features
Dynamic Menu Shortcode
- Added support for dynamic restaurant menus with live pricing
- Introduced [promptless_menu] shortcode for easy menu integration
- Automatic menu updates when content changes
🔧 Bug Fixes
Section Display
- Fixed Steps section supporting text display using correct content field
- Removed HTML bullet lists from pricing features for better center alignment
- Fixed Checklist and Steps grid layout inconsistencies
🎯 Improvements
Smart Accessibility Colors
- Enhanced color contrast calculations for better accessibility
- Improved automatic color adjustments for dark/light themes
- Better handling of custom background colors
Compatibility
- Fixed reusable elements in card content areas
- Enhanced CSS specificity for better theme compatibility
🔒 Security
Update System
- Migrated to Freemius SDK for secure updates
- Removed hardcoded GitHub tokens
- Improved license verification system
Version 1.0.3 - 2024-12-23
✨ New Features
Freemius Integration
- Professional licensing system via Freemius SDK
- Free tier with 2-page limit
- Premium tier with unlimited pages
- Automatic updates through Freemius
🔧 Bug Fixes
Layout Issues
- Fixed grid layout inconsistencies in Checklist and Steps sections
- Corrected outro content positioning
- Improved button placement in grid layouts
🎯 Improvements
Documentation
- Added comprehensive section documentation
- Improved consistency across all section types
- Enhanced grid layout patterns
Version 2.1.0 - 2024-01-20
✨ New Features
Post Grid Sections
- Added new Post Grid section type for displaying blog posts and articles
- Configurable grid layouts (2, 3, or 4 columns)
- Advanced filtering by category, tags, and date ranges
- Customizable post display options (excerpt length, meta information)
- Responsive design with mobile optimization
Enhanced AI Features
- Improved document upload and analysis capabilities
- Support for additional file formats (DOCX, TXT, RTF)
- Better content extraction and analysis accuracy
- Enhanced AI prompt templates for different industries
- Improved error handling and user feedback
Bulk Operations
- Bulk image upload with automatic optimization
- Content find and replace across multiple sections
- Section duplication across multiple pages
- Global content updates and management tools
- Enhanced export/import functionality with selective options
🔧 Improvements
Performance Optimizations
- Reduced JavaScript bundle size by 25%
- Improved section rendering performance
- Enhanced database query optimization
- Better caching integration with popular caching plugins
- Optimized image loading and processing
User Experience
- Improved section editor interface with better visual feedback
- Enhanced drag-and-drop functionality for section reordering
- Better mobile editing experience
- Improved accessibility with ARIA labels and keyboard navigation
- Streamlined global settings interface
Design System
- Added new color schemes and presets
- Enhanced typography options with Google Fonts integration
- Improved Smart Accessibility Colors accuracy
- Better theme variant switching and preview
- Consistent spacing system across all sections
🐛 Bug Fixes
- Fixed issue with sections not saving in certain browser configurations
- Resolved conflict with specific caching plugins
- Fixed image upload issues on sites with custom upload directories
- Corrected responsive display issues on some mobile devices
- Fixed accessibility issues with form labels and navigation
📚 Documentation
- Complete user documentation with 31 comprehensive guides
- Added troubleshooting section with common solutions
- Enhanced developer documentation with hook examples
- New video tutorials for key features
- Improved inline help and tooltips throughout the interface
Version 2.0.0 - 2023-12-15
🎉 Major Release
Complete Plugin Rewrite
- Modern React-based editor interface
- Improved performance and reliability
- Better WordPress integration and standards compliance
- Enhanced security with improved data validation
New Section Types
- Pricing sections with billing toggle functionality
- Team member sections with rich bio support
- Steps sections for process explanation
- Enhanced testimonials with star ratings
- Expanded FAQ sections with rich text answers
AI Integration
- OpenAI GPT-4o integration for content generation
- Document upload and analysis capabilities
- Industry-specific content templates
- Brand voice customization
- Intelligent content suggestions
⚠️ Breaking Changes
- Minimum WordPress version increased to 5.8
- PHP 7.4 now required (previous minimum was 7.2)
- Custom CSS may need updates due to new class structure
- Section data format changed (automatic migration included)
📋 Migration Notes
- All existing sections automatically migrate to new format
- Global settings require reconfiguration after update
- Custom themes may need minor adjustments
- Backup recommended before upgrading from v1.x
Version 1.5.2 - 2023-11-30
🐛 Bug Fixes
- Fixed compatibility issue with WordPress 6.4
- Resolved section display issues in some themes
- Fixed image optimization problems on specific hosting configurations
- Corrected responsive layout issues on tablet devices
🔧 Improvements
- Better error handling and user feedback
- Improved section loading performance
- Enhanced compatibility with popular SEO plugins
- Updated security measures and data validation
Version 1.5.1 - 2023-11-15
🐛 Bug Fixes
- Fixed critical issue with section saving on multisite installations
- Resolved conflict with certain security plugins
- Fixed image upload issues when using CDN
- Corrected layout problems in specific theme configurations
🔧 Improvements
- Enhanced multisite support and compatibility
- Improved error logging and diagnostic information
- Better handling of large image files
- Optimized database queries for better performance
Version 1.5.0 - 2023-11-01
✨ New Features
Enhanced Statistics Sections
- New animation options for number counting
- Improved visual design with better typography
- Enhanced responsive behavior
- Support for different number formats (percentages, currency)
Improved Form Integration
- Better Contact Form 7 integration
- Support for Gravity Forms
- Enhanced form styling options
- Improved form validation and error handling
Advanced Customization
- New CSS custom properties for easier theme integration
- Enhanced color picker with palette suggestions
- Improved typography controls with font preview
- Better spacing controls with visual feedback
🔧 Improvements
Performance Enhancements
- Reduced CSS file size by 30%
- Improved JavaScript loading strategy
- Better image optimization algorithms
- Enhanced caching compatibility
User Experience
- Improved section preview functionality
- Better visual feedback during saving
- Enhanced accessibility features
- Simplified onboarding process
🐛 Bug Fixes
- Fixed issue with sections not displaying in certain page builders
- Resolved image aspect ratio problems in specific configurations
- Fixed responsive layout issues on older mobile devices
- Corrected color inheritance problems in dark themes
Version 1.4.3 - 2023-10-20
🐛 Bug Fixes
- Fixed compatibility with PHP 8.1
- Resolved section ordering issues in specific configurations
- Fixed image upload problems on sites with custom media handling
- Corrected CSS conflicts with certain themes
🔧 Improvements
- Enhanced error reporting and debugging information
- Better compatibility with popular caching plugins
- Improved section loading performance
- Enhanced security measures
Version 1.4.2 - 2023-10-10
🐛 Bug Fixes
- Fixed critical security vulnerability in file upload handling
- Resolved compatibility issues with WordPress 6.3.2
- Fixed section display problems in specific theme configurations
- Corrected responsive layout issues on certain devices
🔒 Security
- Enhanced file upload validation and security
- Improved data sanitization throughout the plugin
- Better protection against XSS and SQL injection attacks
- Enhanced user capability checking
Version 1.4.1 - 2023-09-25
🐛 Bug Fixes
- Fixed section content not saving in certain browser configurations
- Resolved image optimization issues on specific hosting providers
- Fixed responsive display problems on iOS devices
- Corrected color picker functionality in Safari
🔧 Improvements
- Better browser compatibility across different versions
- Improved error handling and user feedback
- Enhanced mobile editing experience
- Better integration with popular backup plugins
Version 1.4.0 - 2023-09-15
✨ New Features
Dark Mode Support
- Global dark mode toggle for entire site
- Section-level dark theme options
- Automatic color adjustments for better contrast
- Enhanced accessibility in dark mode
Enhanced Image Management
- Bulk image upload functionality
- Automatic image optimization and compression
- Support for WebP format
- Enhanced image editing tools
Improved Typography
- Google Fonts integration with 800+ fonts
- Enhanced typography controls
- Better font loading performance
- Improved text readability options
🔧 Improvements
Performance Optimizations
- Reduced plugin file size by 40%
- Improved section loading speed
- Better caching integration
- Enhanced mobile performance
User Interface
- Redesigned settings interface
- Improved visual feedback throughout
- Better organization of options and controls
- Enhanced accessibility features
🐛 Bug Fixes
- Fixed issues with section ordering in certain configurations
- Resolved image display problems in specific themes
- Fixed responsive layout issues
- Corrected compatibility problems with certain plugins
Version 1.3.0 - 2023-08-30
✨ New Features
Template System
- Save sections as reusable templates
- Template library with categorization
- Import/export template functionality
- Template sharing between sites
Enhanced Responsive Design
- Improved mobile editing interface
- Better tablet optimization
- Enhanced responsive preview options
- Mobile-first design approach
Advanced Color Management
- Color scheme presets
- Enhanced color picker with accessibility features
- Better color contrast checking
- Brand color management
🔧 Improvements
- Better WordPress 6.3 compatibility
- Enhanced plugin activation and deactivation procedures
- Improved backup and restore functionality
- Better integration with popular themes
🐛 Bug Fixes
- Fixed section duplication issues
- Resolved image upload problems in certain configurations
- Fixed responsive design issues on older devices
- Corrected compatibility problems with specific hosting providers
Version 1.2.0 - 2023-08-15
✨ New Features
FAQ Sections
- Collapsible FAQ items
- Rich text support for answers
- Search functionality within FAQs
- Enhanced accessibility features
Enhanced Team Sections
- Social media integration
- Enhanced bio formatting
- Better image management
- Improved layout options
Statistics Enhancement
- Animated counters
- Multiple number formats
- Enhanced visual design
- Better mobile display
🔧 Improvements
- Better performance on large sites
- Enhanced security measures
- Improved user onboarding
- Better documentation and help system
🐛 Bug Fixes
- Fixed section content saving issues
- Resolved image aspect ratio problems
- Fixed responsive layout bugs
- Corrected CSS conflicts with certain themes
Version 1.1.0 - 2023-08-01
✨ New Features
Testimonials Section
- Star rating display
- Customer photo support
- Multiple layout options
- Social proof enhancement
Enhanced Features Section
- Icon support for feature items
- Multiple column layouts
- Better visual hierarchy
- Improved mobile display
Global Settings Panel
- Centralized color management
- Typography controls
- Layout preferences
- Performance settings
🔧 Improvements
- Better theme compatibility
- Enhanced mobile experience
- Improved accessibility
- Performance optimizations
🐛 Bug Fixes
- Fixed section preview issues
- Resolved image upload problems
- Fixed responsive layout bugs
- Corrected saving issues in certain browsers
Version 1.0.0 - 2023-07-15
🎉 Initial Release
Core Features
- Hero sections with customizable content
- Features sections with grid layouts
- Statistics display sections
- Responsive design system
- WordPress theme integration
Design System
- Global color management
- Typography controls
- Spacing system
- Theme variants (light/dark)
User Interface
- Intuitive section editor
- Drag-and-drop functionality
- Real-time preview
- Mobile-responsive interface
WordPress Integration
- Custom fields storage
- User role integration
- Theme compatibility
- SEO-friendly output
Upgrade Notes
From Version 1.x to 2.x
Required Actions:
- Backup your site before upgrading
- Check PHP version - Ensure PHP 7.4 or higher
- Update WordPress to version 5.8 or higher
- Reconfigure global settings after upgrade
- Test all sections to ensure proper display
What to Expect:
- All section content automatically migrates
- Improved performance and new features
- Some visual adjustments may be needed
- Enhanced AI capabilities available
General Upgrade Best Practices
- Always backup before major updates
- Test on staging site first when possible
- Check theme compatibility after updates
- Clear caches after upgrading
- Review new features in documentation
Support and Feedback
Reporting Issues
If you encounter any bugs or issues:
- Check the FAQ and troubleshooting guide first
- Search existing support topics
- Provide detailed information when reporting issues
- Include system information (WordPress version, PHP version, etc.)
Feature Requests
We welcome feature suggestions:
- Submit via support channels
- Explain use case and benefits
- Check if similar features already exist
- Consider community benefit
Stay Updated
- Follow release notes for important changes
- Subscribe to updates for security patches
- Join community discussions for tips and tricks
- Provide feedback to help improve the plugin
For more detailed information about any release, please refer to the specific version documentation or contact support.