Skip to content

Releases: Blu8print/gsap-scroll-animations

Version 1.1.7 - Admin Page Layout Improvements

Choose a tag to compare

@Blu8print Blu8print released this 14 Feb 07:36

What's New

Admin Page Layout Improvements

User Experience Enhancements:

  • ✅ Added primary "Save Settings" button after animation table - no more scrolling to save!
  • ✅ Converted "How to Use" guide to collapsible accordion (default collapsed)
  • ✅ Reduced initial page height by ~80% for faster configuration

Technical Implementation:

  • Uses native HTML <details> and <summary> elements
  • Fully accessible (keyboard navigation, screen readers)
  • Smooth arrow animation when expanding/collapsing
  • No JavaScript required - pure HTML/CSS solution
  • All existing styling and branding preserved

Benefits:

  • Faster workflow for configuring animations
  • Guide easily accessible when needed (one click to expand)
  • Mobile-friendly and responsive
  • Zero breaking changes to existing functionality

Full Changelog: v1.1.5...v1.1.7

Version 1.1.6 - Admin Page Layout Improvements

Choose a tag to compare

@Blu8print Blu8print released this 14 Feb 07:26

Release Notes:

What's New

Admin Page Layout Improvements

User Experience Enhancements:

  • ✅ Added primary "Save Settings" button after animation table - no more scrolling to save!
  • ✅ Converted "How to Use" guide to collapsible accordion (default collapsed)
  • ✅ Reduced initial page height by ~80% for faster configuration

Technical Implementation:

  • Uses native HTML <details> and <summary> elements
  • Fully accessible (keyboard navigation, screen readers)
  • Smooth arrow animation when expanding/collapsing
  • No JavaScript required - pure HTML/CSS solution
  • All existing styling and branding preserved

Benefits:

  • Faster workflow for configuring animations
  • Guide easily accessible when needed (one click to expand)
  • Mobile-friendly and responsive
  • Zero breaking changes to existing functionality

Version 1.1.5 - Professional UI Copy

Choose a tag to compare

@Blu8print Blu8print released this 11 Feb 14:31

📝 UI Copy Improvements

Minor release improving the admin interface copy with a more professional tone.

What's Changed

  • Updated easing description: Changed "playful bounce effect" to "slight overshoot effect for emphasis"
  • Refined copy from overly casual to professional tone
  • Improved clarity in timing settings explanations
  • Maintained beginner-friendly approach with professional language

Example Change

Before:
"Try Back Out for a playful bounce effect!"

After:
"Back Out creates a slight overshoot effect for emphasis."

Technical Details

  • All functionality remains unchanged
  • Same dependencies as v1.1.4
  • UI text refinements only

This is a cosmetic update - upgrade when convenient.

Version 1.1.1 - Add Version Requirements

Choose a tag to compare

@Blu8print Blu8print released this 11 Feb 14:12

What's Changed

Added proper WordPress and PHP version requirement headers:

  • Requires WordPress: 5.0 or higher
  • Requires PHP: 7.4 or higher
  • Tested up to: WordPress 6.7
  • Added License URI for better compatibility

This ensures WordPress properly displays compatibility information in the admin area.

Full Changelog

  • Added Requires at least: 5.0 header
  • Added Requires PHP: 7.4 header
  • Added Tested up to: 6.7 header
  • Added License URI header

Note: Same functionality as v1.1.0, with added version requirement headers.