|
1 | | -=== Interactions === |
| 1 | +=== Interactions - Create Interactive Experiences in the Block Editor === |
2 | 2 | Contributors: bfintal, gambitph |
3 | 3 | Tags: interaction, interactivity, trigger, blocks, gutenberg |
4 | | -Requires at least: 6.6.4 |
5 | | -Tested up to: 6.8.3 |
| 4 | +Requires at least: 6.7.4 |
| 5 | +Tested up to: 6.9 |
6 | 6 | Requires PHP: 8.0 |
7 | | -Stable tag: 1.3.0 |
| 7 | +Stable tag: 1.3.2 |
8 | 8 | License: GPLv2 or later |
9 | 9 | License URI: https://www.gnu.org/licenses/gpl-2.0.html |
10 | 10 |
|
11 | 11 | Add animations and interactivity to your blocks. Choose from ready-made effects like scroll & hover in the Interactions Library, or build your own. |
12 | 12 |
|
13 | 13 | == Description == |
14 | 14 |
|
15 | | -**Interactions – WordPress Animations, Effects & Functionality for Gutenberg Blocks** |
| 15 | +**Interactions – WordPress Animations, Interactive Experiences for Gutenberg Blocks** |
16 | 16 |
|
17 | | -Want to make your website feel alive and interactive? **Interactions** is the easiest way to add animations, effects, interactivity, and functional features to WordPress — directly inside the block editor. |
| 17 | +[Visit our website](https://wpinteractions.com) to learn more about how Interactions work. |
| 18 | + |
| 19 | +Want to make your website feel alive and interactive? **Interactions** is the easiest way to add animations, effects, interactivity, and functional features to WordPress — directly inside the block editor. Check our [samples page here](https://wpinteractions.com/samples/) to see a glimpse of what type of interactions you can create. |
18 | 20 |
|
19 | 21 | You don't need coding skills or complex tools. With Interactions, you can: |
20 | 22 |
|
21 | | -- **Pick from the Interactions Library** – A collection of pre-built animations and effects (like images that move upon scrolling down the page, buttons that glow when hovered, and more). Just click and apply. |
22 | | -- **Build your own custom effects** – Use a simple **Trigger → Action** system. Example: "On scroll → Fade in block", or "On click → Play video". |
23 | | -- **Add functional features** – Securely update post data, handle form submissions, display user info, copy text to clipboard, and more without coding. |
| 23 | +- **Pick from the [Interactions Library](https://docs.wpinteractions.com/article/744-how-to-use-interactions-library)** – A collection of pre-built animations and effects (like images that move upon scrolling down the page, buttons that glow when hovered, and more). Just click and apply. [Learn more](https://docs.wpinteractions.com/article/744-how-to-use-interactions-library) |
| 24 | +- **Build your own custom effects** – Use a simple **Trigger → Action** system. Example: "On scroll → Fade in block", or "On click → Play video". [Learn more](https://docs.wpinteractions.com/article/577-what-is-wp-interactions-and-how-does-it-work) |
| 25 | +- **Add functional features** – Securely update post data, handle form submissions, display user info, copy text to clipboard, and more without coding. [Learn more](https://docs.wpinteractions.com/category/729-interactions) |
24 | 26 |
|
25 | | -Whether you want subtle hover effects, attention-grabbing story-telling animations, playful micro-interactions, or powerful functional features, Interactions makes it possible. |
| 27 | +Whether you want subtle hover effects, attention-grabbing story-telling animations, playful micro-interactions, or powerful functional features, [Interactions](https://wpinteractions.com) makes it possible. |
26 | 28 |
|
27 | 29 | ### 🚀 Features |
28 | 30 |
|
29 | | -Create custom interactions easily with a simple Trigger → Action builder. Features include: |
30 | | - |
| 31 | +Create [custom interactions](https://docs.wpinteractions.com/article/571-what-are-interactions) easily with a simple Trigger → Action builder. Features include: |
31 | 32 |
|
32 | 33 | **Animations & Visual Effects:** |
33 | 34 |
|
@@ -70,6 +71,8 @@ Create custom interactions easily with a simple Trigger → Action builder. Feat |
70 | 71 |
|
71 | 72 | ### 💎 What's in Premium? |
72 | 73 |
|
| 74 | +[Check our pricing page](https://wpinteractions.com/pricing/) to learn more about what's in Interactions premium. |
| 75 | + |
73 | 76 | **Advanced Interactions:** |
74 | 77 |
|
75 | 78 | - **Scroll Strength** – Measure scroll intensity |
@@ -98,6 +101,11 @@ Create custom interactions easily with a simple Trigger → Action builder. Feat |
98 | 101 | - **Regular Updates** – New features and improvements |
99 | 102 | - **Commercial License** – Use in client projects |
100 | 103 |
|
| 104 | +**Source Code:** |
| 105 | + |
| 106 | +The source code for this plugin is available on GitHub: |
| 107 | +https://github.com/gambitph/Interactions |
| 108 | + |
101 | 109 | == Installation == |
102 | 110 |
|
103 | 111 | 1. Install “Interactions” from the WordPress Plugin Directory, or upload it to `/wp-content/plugins/interactions/`. |
@@ -133,23 +141,32 @@ The free version includes basic animations and interactions. Premium adds advanc |
133 | 141 |
|
134 | 142 | == Screenshots == |
135 | 143 |
|
136 | | -1. Interaction Library – Pre-built animations and effects. |
| 144 | +1. Adding from the Interaction Library – Pre-built animations and effects. |
137 | 145 | 2. Advanced trigger and action timeline builder – Create custom interactions with flexible logic and multiple steps. |
| 146 | +3. Interaction Library contents – Pre-built animations and effects. |
138 | 147 |
|
139 | | -== Source == |
140 | | - |
141 | | -The source code for this plugin is available on GitHub: |
142 | | -https://github.com/gambitph/Interactions |
| 148 | +== Upgrade Notice == |
143 | 149 |
|
144 | 150 | == Changelog == |
145 | 151 |
|
| 152 | += 1.3.2 = |
| 153 | + |
| 154 | +* Fixed: Added restrictions for users without unfiltered_html capabilities |
| 155 | +* Fixed: Added additional input sanitization |
| 156 | + |
| 157 | += 1.3.1 = |
| 158 | + |
| 159 | +* Fixed: Updated readme info |
| 160 | +* Fixed: Updated long name in the plugins page |
| 161 | +* Fixed: License activation issue |
| 162 | + |
146 | 163 | = 1.3.0 = |
147 | 164 |
|
148 | 165 | * New: Interaction library |
149 | | -* New: Initial release in the WordPress Plugin Directory! |
150 | 166 | * New: Block name field is now searchable #70 |
151 | 167 | * New: Import / export functionality #71 |
152 | 168 | * New: Box shadow action #81 |
| 169 | +* New: 3D Rotate - new transform origin option |
153 | 170 | * Fixed: Hover interaction glitches when hovering too fast #9 |
154 | 171 | * Fixed: On enter viewport doesn't always trigger when on mobile #23 |
155 | 172 | * Fixed: Confetti action - selecting window will no longer show a display target warning message #74 |
|
0 commit comments