Skip to content

Commit

Permalink
feat: release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kobzarev committed Sep 8, 2024
1 parent e56e5a1 commit 677d574
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
8 changes: 4 additions & 4 deletions events-tracker-for-elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
* Plugin Name: Events Tracker for Elementor
* Plugin URI: https://wordpress.org/plugins/events-tracker-for-elementor/
* Description: Track Click or Submit events and conversions for any Elementor widget with Google Analytics, Facebook, Yandex Metrika, Vkontakte.
* Version: 1.3.2
* Version: 1.3.3
* Author: WPlovers
* Author URI: https://wplovers.pro
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: events-tracker-for-elementor
* Domain Path: /languages
*
* Elementor tested up to: 3.16.6
* Elementor Pro tested up to: 3.16.6
* Elementor tested up to: 3.23.4
* Elementor Pro tested up to: 3.23.3
*/

namespace WPL\Events_Tracker_For_Elementor;
Expand All @@ -27,7 +27,7 @@
die;
}

define( 'WPL_ELEMENTOR_EVENTS_TRACKER_VERSION', '1.3.2' );
define( 'WPL_ELEMENTOR_EVENTS_TRACKER_VERSION', '1.3.3' );
define( 'WPL_ELEMENTOR_EVENTS_TRACKER_SLUG', 'events_tracker_for_elementor' );
define( 'WPL_ELEMENTOR_EVENTS_TRACKER_FILE', __FILE__ );
define( 'WPL_ELEMENTOR_EVENTS_TRACKER_DIR', trailingslashit( __DIR__ ) );
Expand Down
11 changes: 8 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Events Tracker for Elementor ===
Contributors: wplagency, mihdan, donatory
Donate link: https://www.kobzarev.com/donate/
Tags: elementor, seo, links, vlontakte, metrika, gtag, analytics, tracker, events
Tags: elementor, seo, links, vkontakte, metrika, gtag, analytics, tracker, events
Requires at least: 6.0
Tested up to: 6.3
Stable tag: 1.3.2
Tested up to: 6.6
Stable tag: 1.3.3
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -129,6 +129,11 @@ Add class `events-tracker-for-elementor-exclude` for forms or links

== Changelog ==

= 1.3.3 (09.09.2024) =
* Tested with WordPress 6.6.1
* Tested with Elementor 3.23.4
* Tested with Elementor Pro 3.23.3

= 1.3.2 (21.10.2023) =
* Tested with WordPress 6.3
* Tested with Elementor 3.16.6
Expand Down

0 comments on commit 677d574

Please sign in to comment.