Plugin Directory

Changeset 3440934


Ignore:
Timestamp:
01/16/2026 11:24:26 AM (2 months ago)
Author:
wpmessiah
Message:

update banner and readme text

Location:
frontis-interaction
Files:
76 added
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • frontis-interaction/trunk/frontis-interaction.php

    r3440777 r3440934  
    22
    33/**
    4  * Plugin Name:       Frontis Interactions - Block animations with scroll, hover & click interactions
     4 * Plugin Name:       Frontis Interactions - Block Animations with scroll, hover & click interactions
    55 * Plugin URI:        https://wpmessiah.com/products/frontis-interaction/
    66 * Description:       Build WordPress Gutenberg block animations: scroll-trigger, hover & click interactions, timelines, easing, parallax, smooth scroll, and draggable effects.
    7 
    8  * Version:           2.0.3
     7 * Version:           1.0.0
    98 * Requires at least: 6.0
    109 * Requires PHP:      7.4
  • frontis-interaction/trunk/includes/Plugin.php

    r3440777 r3440934  
    1212     * @var string
    1313     */
    14     const VERSION = '2.0.3';
     14    const VERSION = '1.0.0';
    1515
    1616    /**
  • frontis-interaction/trunk/readme.txt

    r3440777 r3440934  
    1 === Frontis Interactions - Block animations with scroll, hover & click interactions ===
     1=== Frontis Interactions - Block Animations with scroll, hover & click interactions ===
    22Contributors: wpmessiah
    33Tags: animation, gutenberg, motion, interactions, scroll-animation
    44Requires at least: 6.0
    55Tested up to: 6.9
    6 Stable tag: 2.0.3
     6Stable tag: 1.0.0
    77Requires PHP: 7.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Build WordPress Gutenberg block animations: scroll-trigger, hover & click interactions, timelines, easing, parallax, smooth scroll, & effects.
     11Build WordPress Gutenberg block animations: scroll-trigger, hover & click interactions, timelines, easing, parallax, smooth scroll, and draggable effects.
    1212== Description ==
    1313
     
    1616Your page looks good. But they feel… still the same. No motion. No response. No “wow.”
    1717
    18 **Frontis Interactions fixes that.** It's built to help you create **WordPress animation** effects directly in the Block Editor, so your **blocks don’t stay static**. You can build **block animations** that react when visitors **scroll, hover, click, and drag** so your site feels alive with **animated blocks**, not static sections.
     18**Frontis Interactions fixes that.** It's built to help you create **WordPress animation** effects directly in the Block Editor **using an animation builder**, so your **blocks don’t stay static**. You can build **block animations** that react when visitors **scroll, hover, click, and drag** so your site feels alive with **animated blocks**, not static sections.
    1919
    2020Frontis is building Interactions as part of one ecosystem (Theme + Blocks + Interactions), so you don’t have to juggle many plugins just to add motion to your site.
     
    2929
    3030Frontis Interactions is designed around a simple idea:
    31 **Pick a trigger → choose what happens → control timing → publish.**
     31**This animation builder follows a simple flow: Pick a trigger → choose what happens → control timing → publish.**
    3232
    3333According to Frontis’ own product messaging, the goal is to:
     
    4949* **Parallax Effects** — depth effect while scrolling
    5050
    51 **Animation Builder & Timing**
     51**Animation Builder, Timing & Control**
    5252* **Timeline-Based Animation** — multi-step animations with exact timing
    5353* **Stagger Animation** — animate items one-by-one (cards, list items, icons)
     
    9494== Installation ==
    9595
    96 1. Go to **Plugins → Add New**
    97 2. Search for **Frontis Interactions**
    98 3. Click **Install**, then **Activate**
    99 4. Go to **Settings > Frontis Interactions** to give consent for loading GSAP libraries.
     961. Go to `Plugins > Add New` in your WordPress dashboard. 
     972. Search for **Frontis Interaction**. 
     983. Install and activate the plugin.
     994. Start adding interactions from the block editor.
    100100
    101101== Documentation ==
     
    103103Start with the **Frontis Blocks documentation** for quick setup, guides, and best practices. Clear steps, screenshots, and tips to help you build faster in the **Gutenberg** editor.
    104104
    105 [Docs](https://wpmessiah.com/docs/)
     105[Docs](https://docs.wpmessiah.com/)
    106106
    107107== Support ==
     
    133133It works best with Frontis Theme and Blocks, but it’s built around Gutenberg, so it fits the standard block editor workflow.
    134134
    135 
    136 == Installation ==
    137 
    138 1. Go to `Plugins > Add New` in your WordPress dashboard. 
    139 2. Search for **Frontis Interaction**. 
    140 3. Install and activate the plugin.
    141 4. Start adding interactions from the block editor.
     135= How are GSAP libraries loaded? =
     136GSAP libraries are loaded from a CDN only after you give consent on the plugin settings page. This ensures the plugin remains fully GPL-compliant.
    142137
    143138== Changelog ==
    144139
    145 = 2.0.3 - 16 January 2026 =
    146 * Added in-view trigger to start animations when elements enter the viewport
    147 
    148 = 2.0.2 - 13 January 2026 =
    149 * Updated PHP requirement to 7.4 for broader compatibility
    150 * Replaced PHP 8.0+ features with PHP 7.4 compatible alternatives
    151 
    152 = 2.0.1 - 9 January 2026 =
    153 * Added proper attribution for the bundled Motion One library.
    154 * Included Motion One source, license, and author details in readme.txt.
    155 * Added library header comment to the bundled motion.js file for compliance with WordPress.org guidelines.
    156 
    157 = 2.0.0 - 8 January 2026 =
    158 * Replaced GSAP completely with Motion
    159 * Removed all GSAP-related code and dependencies
    160 * Bundled Motion library inside the plugin
    161 * Improved overall animation performance and stability
    162 
    163 = 1.1.0 - 18 December 2025 =
    164 * Refined the license agreement page
    165 * Introduced new interaction triggers
    166 * Improved the editor layout and usability
    167 * Added data sanitization models and enhanced the generator
    168 * Implemented new controls for animation properties fields
    169 
    170 = 1.0.2 - 4 December 2025 =
    171 * Updated readme to include GSAP licensing information and consent details
    172 
    173 = 1.0.1 - 28 November 2025 =
    174 * Removed extra tag from readme file
    175 
    176 = 1.0.0 - 17 November 2025 =
     140= 1.0.0 - 16 January 2026 =
    177141* Initial release
Note: See TracChangeset for help on using the changeset viewer.