Plugin Directory

Changeset 2886650


Ignore:
Timestamp:
03/24/2023 08:57:45 PM (3 years ago)
Author:
mdrejon
Message:

update v-1.0.1 added appsero

Location:
advance-faq-block/trunk
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • advance-faq-block/trunk/advance-faq-block.php

    r2885844 r2886650  
    55 * Requires at least: 6.1
    66 * Requires PHP:      7.0
    7  * Version:           1.0.0
     7 * Version:           1.0.1
    88 * Author:            Sydur Rahman
    99 * Author URI:        https://sydurrahman.com/
     
    4848}
    4949add_action( 'init', 'create_block_advance_faq_block_block_init' );
     50
     51
     52/**
     53 * Appsero Initialize the plugin tracker
     54 *
     55 * @return void
     56 */
     57function 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
     70appsero_init_tracker_advance_faq_block();
  • advance-faq-block/trunk/readme.txt

    r2885844 r2886650  
    55Tested up to: 6.1
    66Requires PHP: 7.0
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPL-2.0+
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    2121== Changelog ==
    2222
     23= 1.0.1 =
     24* Intrigate Appsero
     25
    2326= 1.0.0 =
    2427* Release
    2528
     29
     30## Privacy Policy
     31Advance 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
     33Appsero 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
     35Integrating Appsero SDK **DOES NOT IMMEDIATELY** start gathering data, **without confirmation from users in any case.**
     36
     37Learn 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.