Skip to content

Commit e469171

Browse files
committed
Remove Appsero
1 parent f68eea5 commit e469171

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1067
-5703
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,3 @@ Install plugin dependencies:
1919
* `npx mix` — Compile assets for development
2020
* `npx mix watch` — Watch assets for changes
2121
* `npx mix --production` — Build assets for production
22-
23-
## Privacy Policy
24-
Accessible Modules for Beaver Builder uses [Appsero](https://appsero.com) SDK to collect some telemetry data upon user's confirmation. This helps us to troubleshoot problems faster & make product improvements.
25-
26-
Appsero SDK **does not gather any data by default.** The SDK only starts gathering basic telemetry data **when a user allows it via the admin notice**. We collect the data to ensure a great user experience for all our users.
27-
28-
Integrating Appsero SDK **DOES NOT IMMEDIATELY** start gathering data, **without confirmation from users in any case.**
29-
30-
Learn more about how [Appsero collects and uses this data](https://appsero.com/privacy-policy/).

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Accessible Modules for Beaver Builder ===
22
Requires at least: 4.7
33
Tested up to: 6.1
4-
Stable tag: 1.1.3
4+
Stable tag: 1.1.4
55
Requires PHP: 7.4
66
License: GPL-3.0+
77
License URI: https://www.gnu.org/licenses/gpl-3.0.html

bb-a11y-unity.php

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Accessible Modules for Beaver Builder
44
* Plugin URI: https://accessiblebb.com
55
* Description: A set of accessible-first modules for Beaver Builder.
6-
* Version: 1.1.3
6+
* Version: 1.1.4
77
* Author: Unity Web Agency
88
* Author URI: https://unitywebagency.com
99
* License: GPL-3.0+
@@ -12,7 +12,7 @@
1212
* Domain Path: /languages
1313
*/
1414

15-
define('BB_A11Y_UNITY_VERSION', '1.1.3');
15+
define('BB_A11Y_UNITY_VERSION', '1.1.4');
1616
define('BB_A11Y_UNITY_DIR', plugin_dir_path(__FILE__));
1717
define('BB_A11Y_UNITY_URL', plugins_url('/', __FILE__ ));
1818

@@ -83,34 +83,3 @@
8383
return array_merge($settings_link, $actions);
8484
}, 10, 1);
8585
});
86-
87-
/**
88-
* Init Appsero SDK.
89-
*/
90-
function appsero_init_tracker_bb_a11y_unity() {
91-
if (!class_exists('Appsero\Client')) {
92-
require_once __DIR__ . '/vendor/appsero/client/src/Client.php';
93-
}
94-
95-
if (!class_exists('Appsero\Updater')) {
96-
require_once __DIR__ . '/vendor/appsero/updater/src/Updater.php';
97-
}
98-
99-
$client = new Appsero\Client('cefb5cad-d181-4cd1-a591-6cac9dcfba63', 'Accessible Modules for Beaver Builder', __FILE__);
100-
101-
// Manage updates.
102-
Appsero\Updater::init($client);
103-
104-
// Active insights.
105-
$client->insights()->hide_notice()->init();
106-
107-
// License settings page and checker.
108-
$client->license()->add_settings_page([
109-
'type' => 'options',
110-
'menu_title' => __('Accessible Modules for Beaver Builder', 'bb-a11y-unity'),
111-
'page_title' => __('Accessible Modules for Beaver Builder Settings', 'bb-a11y-unity'),
112-
'menu_slug' => 'bb-a11y-unity-settings',
113-
]);
114-
}
115-
116-
appsero_init_tracker_bb_a11y_unity();

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"require": {
3-
"spatie/color": "^1.5",
4-
"appsero/client": "^2.0",
5-
"appsero/updater": "^1.0"
3+
"spatie/color": "^1.5"
64
}
75
}

composer.lock

Lines changed: 10 additions & 101 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/appsero/client/.editorconfig

Lines changed: 0 additions & 19 deletions
This file was deleted.

vendor/appsero/client/.gitignore

Lines changed: 0 additions & 18 deletions
This file was deleted.

vendor/appsero/client/composer.json

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)