Skip to content

Commit

Permalink
Merge pull request #172 from vietredweb/release-4.2.2
Browse files Browse the repository at this point in the history
Prepare to release
  • Loading branch information
NguyenBao10 authored Oct 7, 2024
2 parents 5eadf3c + 8951e97 commit 46f7fb1
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 18 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aesirx_analytics",
"version": "4.2.1",
"version": "4.2.2",
"description": "analytics via aesirx",
"private": true,
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"webpack-stream": "^7.0.0"
},
"dependencies": {
"aesirx-analytics": "^2.3.1",
"aesirx-analytics": "^2.3.2",
"aesirx-bi-app": "^2.0.22",
"react": "^18.2.0",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion wp-content/plugins/aesirx-analytics/aesirx-analytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: AesirX Analytics
* Plugin URI: https://analytics.aesirx.io?utm_source=wpplugin&utm_medium=web&utm_campaign=wordpress&utm_id=aesirx&utm_term=wordpress&utm_content=analytics
* Description: Aesirx analytics plugin. When you join forces with AesirX, you're not just becoming a Partner - you're also becoming a freedom fighter in the battle for privacy! Earn 25% Affiliate Commission <a href="https://aesirx.io/partner?utm_source=wpplugin&utm_medium=web&utm_campaign=wordpress&utm_id=aesirx&utm_term=wordpress&utm_content=analytics">[Click to Join]</a>
* Version: 4.2.1
* Version: 4.2.2
* Author: aesirx.io
* Author URI: https://aesirx.io/
* Domain Path: /languages
Expand Down
45 changes: 35 additions & 10 deletions wp-content/plugins/aesirx-analytics/languages/aesirx-analytics.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPL v3.
msgid ""
msgstr ""
"Project-Id-Version: AesirX Analytics 4.2.1\n"
"Project-Id-Version: AesirX Analytics 4.2.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/aesirx-analytics\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-10-05T04:15:02+00:00\n"
"POT-Creation-Date: 2024-10-07T04:32:37+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0\n"
"X-Domain: aesirx-analytics\n"
Expand Down Expand Up @@ -378,6 +378,8 @@ msgstr ""
#: includes/settings.php:308
#: includes/settings.php:341
#: includes/settings.php:371
#: includes/settings.php:391
#: includes/settings.php:396
msgid "Description"
msgstr ""

Expand Down Expand Up @@ -488,10 +490,13 @@ msgstr ""

#: includes/settings.php:360
#: includes/settings.php:366
#: includes/settings.php:370
msgid "Remove"
msgstr ""

#: includes/settings.php:370
msgid "Add"
msgstr ""

#: includes/settings.php:371
msgid "Removes scripts matching specified domains or paths from the browser until user consent is given."
msgstr ""
Expand All @@ -512,28 +517,48 @@ msgstr ""
msgid "The AesirX Consent Shield has only just been released and still being adopted based on feedback and inputs from agencies, developers and users, if you experience any issues please contact our support."
msgstr ""

#: includes/settings.php:386
#: includes/settings.php:381
msgid "Script Blocking Options"
msgstr ""

#: includes/settings.php:390
msgid "Only Third-Party Hosts (default)"
msgstr ""

#: includes/settings.php:391
msgid "Blocks JavaScript from third-party domains, allowing first-party scripts to run normally and keep essential site functions intact."
msgstr ""

#: includes/settings.php:395
msgid "Both First and Third-Party Hosts"
msgstr ""

#: includes/settings.php:396
msgid "Blocks JavaScript from both first-party and third-party domains for comprehensive script control, giving you the ability to block any JavaScript from internal or external sources based on user consent."
msgstr ""

#: includes/settings.php:407
msgid "Need Help? Access Our Comprehensive Documentation Hub"
msgstr ""

#: includes/settings.php:387
#: includes/settings.php:408
msgid "Explore How-To Guides, instructions, and tutorials to get the most from AesirX Consent Shield. Whether you're a </br> developer or admin, find all you need to configure and optimize your privacy setup."
msgstr ""

#: includes/settings.php:388
#: includes/settings.php:409
msgid "Ready to take the next step? Discover the latest features and best practices."
msgstr ""

#: includes/settings.php:389
#: includes/settings.php:410
msgid "ACCESS THE DOCUMENTATION HUB"
msgstr ""

#: includes/settings.php:398
#: includes/settings.php:399
#: includes/settings.php:419
#: includes/settings.php:420
msgid "Aesirx Analytics"
msgstr ""

#: includes/settings.php:410
#: includes/settings.php:431
msgid "Save"
msgstr ""

Expand Down
6 changes: 5 additions & 1 deletion wp-content/plugins/aesirx-analytics/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: aesirx,vikingtechguy,nixa999,nguyenbao10,vietnguyen1406,devphutran
Tags: privacy, analytics, compliance, wordpress analytics, consent
Requires at least: 5.9
Tested up to: 6.6.2
Stable tag: 4.2.1
Stable tag: 4.2.2
Requires PHP: 7.4
License: GPL 3.0

Expand Down Expand Up @@ -65,6 +65,10 @@ The Terms of service can be found here https://aesirx.io/terms-conditions and th

== Changelog ==

= 4.2.2 =

* Add Blocking feature option

= 4.2.1 =

* Update Blocking feature
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2787,10 +2787,10 @@ aes-js@^3.1.2:
resolved "https://registry.yarnpkg.com/aes-js/-/aes-js-3.1.2.tgz#db9aabde85d5caabbfc0d4f2a4446960f627146a"
integrity sha512-e5pEa2kBnBOgR4Y/p20pskXI74UEz7de8ZGVo58asOtvSVG5YAbJeELPZxOmt+Bnz3rX753YKhfIn4X4l1PPRQ==

aesirx-analytics@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/aesirx-analytics/-/aesirx-analytics-2.3.1.tgz#d22478934ed6ce7c3db053f05e53b3355ff182e7"
integrity sha512-5b7UmnAPZvDSw2W9bGcTLn1YH5cJGxVG1PGh5HrTlpEX2anfpKQ5O6gaGOPKYkntGLcS6+2V3GkwfR6Lyaz82g==
aesirx-analytics@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/aesirx-analytics/-/aesirx-analytics-2.3.2.tgz#051eb492efe9a8e97c8e1df2f1e0705e6b54e990"
integrity sha512-XFJbIWn/+JXpBnZZF2Yq2YLn94njy0WYrtoanUF8HMzhecgq0AVa5fmeiPiplys+2wYz1GuP44VZMnNL318xtA==
dependencies:
"@concordium/browser-wallet-api-helpers" "3.0.1"
"@concordium/react-components" "0.4.0-rc.7"
Expand Down

0 comments on commit 46f7fb1

Please sign in to comment.