Skip to content

Commit 68f121e

Browse files
committed
3.0.0
1 parent 015dbf6 commit 68f121e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/wordpress",
3-
"version": "2.11.0",
3+
"version": "3.0.0",
44
"description": "Official tsParticles WordPress Plugin - Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for Web Components, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, React, Riot.js, Solid.js, Inferno.",
55
"author": "Matteo Bruni <[email protected]>",
66
"license": "MIT",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://github.com/sponsors/matteobruni
44
Tags: block, particles, confetti, fireworks, animations, javascript, tsparticles, particles js, background, particle background, animated background, particlesjs
55
Requires at least: 5.9
66
Tested up to: 6.1
7-
Stable tag: 2.11.0
7+
Stable tag: 3.0.0
88
Requires PHP: 7.0
99
License: GPL-2.0-or-later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html

src/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 2,
44
"name": "tsparticles/tsparticles-wp-block",
5-
"version": "2.11.0",
5+
"version": "3.0.0",
66
"title": "tsParticles WP Block",
77
"category": "widgets",
88
"icon": "rest-api",

wordpress-particles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Official tsParticles WordPress Plugin - Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website.
66
* Requires at least: 5.9
77
* Requires PHP: 7.0
8-
* Version: 2.11.0
8+
* Version: 3.0.0
99
* Author: matteobruni
1010
* License: GPL-2.0-or-later
1111
* License URI: https://www.gnu.org/licenses/gpl-2.0.html

0 commit comments

Comments
 (0)