Plugin Directory

Changeset 2345347


Ignore:
Timestamp:
07/23/2020 12:04:01 PM (6 years ago)
Author:
darius1983
Message:

Update to version 1.0.1 from GitHub

Location:
usercentrics-consent-management-platform
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • usercentrics-consent-management-platform/tags/1.0.1/README.txt

    r2290535 r2345347  
    1616### Official Usercentrics Wordpress Plugin
    1717
    18 This is the official [Usercentrics](https://usercentrics.com/?partnerid=webnique "Usercentrics") Wordpress Plugin. Automatically embed the [Usercentrics Consent Management Platform](https://usercentrics.com/?partnerid=webnique "Usercentrics Consent Management Platform"). All you need to do is enter your Settings ID.
     18This is the official [Usercentrics](https://usercentrics.com/?partnerid=7749 "Usercentrics") Wordpress Plugin. Automatically embed the [Usercentrics Consent Management Platform](https://usercentrics.com/?partnerid=webnique "Usercentrics Consent Management Platform"). All you need to do is enter your Settings ID.
    1919
    2020* Automatic Usercentrics CMP embedding (just enter your personal Settings ID).
     
    5050= Do I have to have a Usercentrics Account in order to use the plugin? =
    5151
    52 Yes, if you don't have a free [Usercentrics Account](https://usercentrics.com/?partnerid=webnique "Usercentrics Account") yet you will need to create one first. It's free so don't hesitate.
     52Yes, if you don't have a free [Usercentrics Account](https://usercentrics.com/?partnerid=7749 "Usercentrics Account") yet you will need to create one first. It's free so don't hesitate.
    5353
    5454= Do I need to have a Google Tag Manager Account? =
     
    6262== Changelog ==
    6363
     64= 1.0.1 =
     65Release Date: July 23rd, 2020
     66
     67* Minor bugfixes.
     68
    6469= 1.0 =
    6570* First implementation of the plugin.
  • usercentrics-consent-management-platform/tags/1.0.1/admin/partials/usercentrics-admin-display.php

    r2289369 r2345347  
    1818    <div class="uc-meta-box">
    1919        <div class="usercentrics-logo">
    20             <a href="https://usercentrics.com/?partnerid=webnique" target="_blank" title="<?php _e( 'Usercentrics Consent Management Platform', $this->plugin_name ); ?>">
     20            <a href="https://usercentrics.com/?partnerid=7749" target="_blank" title="<?php _e( 'Usercentrics Consent Management Platform', $this->plugin_name ); ?>">
    2121                <svg width="200px" height="42px" viewBox="0 0 200 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    2222                    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
  • usercentrics-consent-management-platform/tags/1.0.1/includes/class-usercentrics.php

    r2289295 r2345347  
    7171            $this->version = USERCENTRICS_VERSION;
    7272        } else {
    73             $this->version = '1.0.0';
     73            $this->version = '1.0.1';
    7474        }
    7575        $this->plugin_name = 'usercentrics';
  • usercentrics-consent-management-platform/tags/1.0.1/usercentrics.php

    r2289295 r2345347  
    3838 * Rename this for your plugin and update it as you release new versions.
    3939 */
    40 define( 'USERCENTRICS_VERSION', '1.0.0' );
     40define( 'USERCENTRICS_VERSION', '1.0.1' );
    4141
    4242/**
  • usercentrics-consent-management-platform/trunk/README.txt

    r2290535 r2345347  
    1616### Official Usercentrics Wordpress Plugin
    1717
    18 This is the official [Usercentrics](https://usercentrics.com/?partnerid=webnique "Usercentrics") Wordpress Plugin. Automatically embed the [Usercentrics Consent Management Platform](https://usercentrics.com/?partnerid=webnique "Usercentrics Consent Management Platform"). All you need to do is enter your Settings ID.
     18This is the official [Usercentrics](https://usercentrics.com/?partnerid=7749 "Usercentrics") Wordpress Plugin. Automatically embed the [Usercentrics Consent Management Platform](https://usercentrics.com/?partnerid=webnique "Usercentrics Consent Management Platform"). All you need to do is enter your Settings ID.
    1919
    2020* Automatic Usercentrics CMP embedding (just enter your personal Settings ID).
     
    5050= Do I have to have a Usercentrics Account in order to use the plugin? =
    5151
    52 Yes, if you don't have a free [Usercentrics Account](https://usercentrics.com/?partnerid=webnique "Usercentrics Account") yet you will need to create one first. It's free so don't hesitate.
     52Yes, if you don't have a free [Usercentrics Account](https://usercentrics.com/?partnerid=7749 "Usercentrics Account") yet you will need to create one first. It's free so don't hesitate.
    5353
    5454= Do I need to have a Google Tag Manager Account? =
     
    6262== Changelog ==
    6363
     64= 1.0.1 =
     65Release Date: July 23rd, 2020
     66
     67* Minor bugfixes.
     68
    6469= 1.0 =
    6570* First implementation of the plugin.
  • usercentrics-consent-management-platform/trunk/admin/partials/usercentrics-admin-display.php

    r2289369 r2345347  
    1818    <div class="uc-meta-box">
    1919        <div class="usercentrics-logo">
    20             <a href="https://usercentrics.com/?partnerid=webnique" target="_blank" title="<?php _e( 'Usercentrics Consent Management Platform', $this->plugin_name ); ?>">
     20            <a href="https://usercentrics.com/?partnerid=7749" target="_blank" title="<?php _e( 'Usercentrics Consent Management Platform', $this->plugin_name ); ?>">
    2121                <svg width="200px" height="42px" viewBox="0 0 200 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    2222                    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
  • usercentrics-consent-management-platform/trunk/includes/class-usercentrics.php

    r2289295 r2345347  
    7171            $this->version = USERCENTRICS_VERSION;
    7272        } else {
    73             $this->version = '1.0.0';
     73            $this->version = '1.0.1';
    7474        }
    7575        $this->plugin_name = 'usercentrics';
  • usercentrics-consent-management-platform/trunk/usercentrics.php

    r2289295 r2345347  
    3838 * Rename this for your plugin and update it as you release new versions.
    3939 */
    40 define( 'USERCENTRICS_VERSION', '1.0.0' );
     40define( 'USERCENTRICS_VERSION', '1.0.1' );
    4141
    4242/**
Note: See TracChangeset for help on using the changeset viewer.