Changeset 2886650
- Timestamp:
- 03/24/2023 08:57:45 PM (3 years ago)
- Location:
- advance-faq-block/trunk
- Files:
-
- 12 added
- 2 edited
-
README.md (added)
-
advance-faq-block.php (modified) (2 diffs)
-
assets/src/img/Screenshot_1.png (added)
-
assets/src/img/banner-772x250.png (added)
-
assets/src/img/logo-256X256.jpg (added)
-
inc (added)
-
inc/appsero (added)
-
inc/appsero/readme.md (added)
-
inc/appsero/src (added)
-
inc/appsero/src/Client.php (added)
-
inc/appsero/src/Insights.php (added)
-
inc/appsero/src/License.php (added)
-
inc/appsero/src/Updater.php (added)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advance-faq-block/trunk/advance-faq-block.php
r2885844 r2886650 5 5 * Requires at least: 6.1 6 6 * Requires PHP: 7.0 7 * Version: 1.0. 07 * Version: 1.0.1 8 8 * Author: Sydur Rahman 9 9 * Author URI: https://sydurrahman.com/ … … 48 48 } 49 49 add_action( 'init', 'create_block_advance_faq_block_block_init' ); 50 51 52 /** 53 * Appsero Initialize the plugin tracker 54 * 55 * @return void 56 */ 57 function appsero_init_tracker_advance_faq_block() { 58 59 if ( ! class_exists( 'Appsero\Client' ) ) { 60 require_once (__DIR__ . '/inc/appsero/src/Client.php'); 61 } 62 63 $client = new Appsero\Client( '5f08a1ed-dcb9-44a5-817f-31b72ce130a8', 'Advance Faq Block', __FILE__ ); 64 65 // Active insights 66 $client->insights()->init(); 67 68 } 69 70 appsero_init_tracker_advance_faq_block(); -
advance-faq-block/trunk/readme.txt
r2885844 r2886650 5 5 Tested up to: 6.1 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPL-2.0+ 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 21 21 == Changelog == 22 22 23 = 1.0.1 = 24 * Intrigate Appsero 25 23 26 = 1.0.0 = 24 27 * Release 25 28 29 30 ## Privacy Policy 31 Advance Faq Block 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. 32 33 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. 34 35 Integrating Appsero SDK **DOES NOT IMMEDIATELY** start gathering data, **without confirmation from users in any case.** 36 37 Learn more about how [Appsero collects and uses this data](https://appsero.com/privacy-policy/). 38
Note: See TracChangeset
for help on using the changeset viewer.