Plugin Directory

Changeset 2516838


Ignore:
Timestamp:
04/17/2021 04:05:00 PM (5 years ago)
Author:
wpmunich
Message:

Update to version 0.1.12 from GitHub

Location:
wpm-floc
Files:
1 deleted
18 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wpm-floc/tags/0.1.12/readme.txt

    r2516827 r2516838  
    11=== Disable FLoC by WP Munich ===
    22Contributors: wpmunich,luehrsen
    3 Tags: privacy,floc,header
     3Tags: privacy,floc,header,federated learning of cohorts,tracking
    44Requires at least: 5.0
    55Tested up to: 5.7
     
    77License: GPLv2
    88License URI: https://www.gnu.de/documents/gpl-2.0.html
    9 Stable tag: 0.1.11
     9Stable tag: 0.1.12
    1010
    1111A simple zero-config plugin to opt-out of Google FLoC.
    1212
    1313== Description ==
    14 ## Disable the tracking of your users with FLoC.
     14## Disable the tracking of your users with [FLoC](https://wicg.github.io/floc/).
    1515
    16 Federated Learning of Cohorts (FLoC) is a replacement for third party cookies in chromium browser like Chrome to target users with ads based on their interests. The proposed solution is better than using
     16*Federated Learning of Cohorts* (FLoC) is a replacement for third party cookies in chromium browsers like Chrome to target users with ads based on their interests. The proposed solution is better than using
    1717third party cookies, but it still raises concerns in terms of privacy and data protection.
    1818
    1919This plugin tells your WordPress system to send a special header that disables FLoC on your website.
    2020
     21If you are a developer, we encourage you to follow along or [contribute](https://github.com/luehrsenheinrich/wpm-floc) to the development of this plugin [on GitHub](https://github.com/luehrsenheinrich/wpm-floc).
     22
    2123## More about FLoC
    22 [The Verge - What is FLoC on Chrome and why does it matter?](https://www.theverge.com/2021/3/30/22358287/privacy-ads-google-chrome-floc-cookies-cookiepocalypse-finger-printing)
    23 [Web.dev - What is Federated Learning of Cohorts (FLoC)?](https://web.dev/floc/)
    24 [Adalytics.io - Who is sharing data with Google's FLoC ad algorithm?](https://adalytics.io/blog/google-chrome-floc)
    25 [Brave Browser - Why Brave disables FLoC](https://brave.com/why-brave-disables-floc/)
    26 [The WICG Draft for FLoC](https://wicg.github.io/floc/)
     24- [*The Verge* - What is FLoC on Chrome and why does it matter?](https://www.theverge.com/2021/3/30/22358287/privacy-ads-google-chrome-floc-cookies-cookiepocalypse-finger-printing)
     25- [*Web.dev* - What is Federated Learning of Cohorts (FLoC)?](https://web.dev/floc/)
     26- [*Adalytics.io* - Who is sharing data with Google's FLoC ad algorithm?](https://adalytics.io/blog/google-chrome-floc)
     27- [*Brave Browser* - Why Brave disables FLoC](https://brave.com/why-brave-disables-floc/)
     28- [The *WICG* Draft for FLoC](https://wicg.github.io/floc/)
    2729
    2830== Installation ==
  • wpm-floc/tags/0.1.12/vendor/autoload.php

    r2516827 r2516838  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit475e850722d297b8b528154262325c85::getLoader();
     7return ComposerAutoloaderInit9c954753e7a409b9b4053986027061ec::getLoader();
  • wpm-floc/tags/0.1.12/vendor/composer/InstalledVersions.php

    r2516827 r2516838  
    3131    array (
    3232    ),
    33     'reference' => '62ea533e6145df2a22f4a646977745ac34d40b8f',
     33    'reference' => '5b17e4f8886e06b4b01e49eb1fcfd22f6640869d',
    3434    'name' => 'wpmunich/lhbpp',
    3535  ),
     
    5252      array (
    5353      ),
    54       'reference' => '62ea533e6145df2a22f4a646977745ac34d40b8f',
     54      'reference' => '5b17e4f8886e06b4b01e49eb1fcfd22f6640869d',
    5555    ),
    5656  ),
  • wpm-floc/tags/0.1.12/vendor/composer/autoload_real.php

    r2516827 r2516838  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit475e850722d297b8b528154262325c85
     5class ComposerAutoloaderInit9c954753e7a409b9b4053986027061ec
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInit475e850722d297b8b528154262325c85', 'loadClassLoader'), true, true);
     25        spl_autoload_register(array('ComposerAutoloaderInit9c954753e7a409b9b4053986027061ec', 'loadClassLoader'), true, true);
    2626        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    27         spl_autoload_unregister(array('ComposerAutoloaderInit475e850722d297b8b528154262325c85', 'loadClassLoader'));
     27        spl_autoload_unregister(array('ComposerAutoloaderInit9c954753e7a409b9b4053986027061ec', 'loadClassLoader'));
    2828
    2929        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3131            require __DIR__ . '/autoload_static.php';
    3232
    33             call_user_func(\Composer\Autoload\ComposerStaticInit475e850722d297b8b528154262325c85::getInitializer($loader));
     33            call_user_func(\Composer\Autoload\ComposerStaticInit9c954753e7a409b9b4053986027061ec::getInitializer($loader));
    3434        } else {
    3535            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5252
    5353        if ($useStaticLoader) {
    54             $includeFiles = Composer\Autoload\ComposerStaticInit475e850722d297b8b528154262325c85::$files;
     54            $includeFiles = Composer\Autoload\ComposerStaticInit9c954753e7a409b9b4053986027061ec::$files;
    5555        } else {
    5656            $includeFiles = require __DIR__ . '/autoload_files.php';
    5757        }
    5858        foreach ($includeFiles as $fileIdentifier => $file) {
    59             composerRequire475e850722d297b8b528154262325c85($fileIdentifier, $file);
     59            composerRequire9c954753e7a409b9b4053986027061ec($fileIdentifier, $file);
    6060        }
    6161
     
    6464}
    6565
    66 function composerRequire475e850722d297b8b528154262325c85($fileIdentifier, $file)
     66function composerRequire9c954753e7a409b9b4053986027061ec($fileIdentifier, $file)
    6767{
    6868    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • wpm-floc/tags/0.1.12/vendor/composer/autoload_static.php

    r2516827 r2516838  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit475e850722d297b8b528154262325c85
     7class ComposerStaticInit9c954753e7a409b9b4053986027061ec
    88{
    99    public static $files = array (
     
    3232    {
    3333        return \Closure::bind(function () use ($loader) {
    34             $loader->prefixLengthsPsr4 = ComposerStaticInit475e850722d297b8b528154262325c85::$prefixLengthsPsr4;
    35             $loader->prefixDirsPsr4 = ComposerStaticInit475e850722d297b8b528154262325c85::$prefixDirsPsr4;
    36             $loader->classMap = ComposerStaticInit475e850722d297b8b528154262325c85::$classMap;
     34            $loader->prefixLengthsPsr4 = ComposerStaticInit9c954753e7a409b9b4053986027061ec::$prefixLengthsPsr4;
     35            $loader->prefixDirsPsr4 = ComposerStaticInit9c954753e7a409b9b4053986027061ec::$prefixDirsPsr4;
     36            $loader->classMap = ComposerStaticInit9c954753e7a409b9b4053986027061ec::$classMap;
    3737
    3838        }, null, ClassLoader::class);
  • wpm-floc/tags/0.1.12/vendor/composer/installed.php

    r2516827 r2516838  
    77    array (
    88    ),
    9     'reference' => '62ea533e6145df2a22f4a646977745ac34d40b8f',
     9    'reference' => '5b17e4f8886e06b4b01e49eb1fcfd22f6640869d',
    1010    'name' => 'wpmunich/lhbpp',
    1111  ),
     
    2828      array (
    2929      ),
    30       'reference' => '62ea533e6145df2a22f4a646977745ac34d40b8f',
     30      'reference' => '5b17e4f8886e06b4b01e49eb1fcfd22f6640869d',
    3131    ),
    3232  ),
  • wpm-floc/tags/0.1.12/wpmfloc.php

    r2516827 r2516838  
    44 *
    55 * @package wpmfloc
    6  * @version 0.1.11
     6 * @version 0.1.12
    77 *
    88 * Plugin Name: Disable FLoC by WP Munich
    9  * Plugin URI:
     9 * Plugin URI: https://github.com/luehrsenheinrich/wpm-floc
    1010 * Description: A simple zero-config plugin to opt-out of Google FLoC.
    11  * Author: WP Munich & Luehrsen // Heinrich
     11 * Author: WP Munich
    1212 * Author URI: https://www.wp-munich.com
    13  * Version: 0.1.11
     13 * Version: 0.1.12
    1414 * Text Domain: wpm-floc
    1515 */
     
    2525
    2626if ( ! defined( 'WPMFLOC_VERSION' ) ) {
    27     define( 'WPMFLOC_VERSION', '0.1.11' );
     27    define( 'WPMFLOC_VERSION', '0.1.12' );
    2828}
    2929
  • wpm-floc/trunk/readme.txt

    r2516827 r2516838  
    11=== Disable FLoC by WP Munich ===
    22Contributors: wpmunich,luehrsen
    3 Tags: privacy,floc,header
     3Tags: privacy,floc,header,federated learning of cohorts,tracking
    44Requires at least: 5.0
    55Tested up to: 5.7
     
    77License: GPLv2
    88License URI: https://www.gnu.de/documents/gpl-2.0.html
    9 Stable tag: 0.1.11
     9Stable tag: 0.1.12
    1010
    1111A simple zero-config plugin to opt-out of Google FLoC.
    1212
    1313== Description ==
    14 ## Disable the tracking of your users with FLoC.
     14## Disable the tracking of your users with [FLoC](https://wicg.github.io/floc/).
    1515
    16 Federated Learning of Cohorts (FLoC) is a replacement for third party cookies in chromium browser like Chrome to target users with ads based on their interests. The proposed solution is better than using
     16*Federated Learning of Cohorts* (FLoC) is a replacement for third party cookies in chromium browsers like Chrome to target users with ads based on their interests. The proposed solution is better than using
    1717third party cookies, but it still raises concerns in terms of privacy and data protection.
    1818
    1919This plugin tells your WordPress system to send a special header that disables FLoC on your website.
    2020
     21If you are a developer, we encourage you to follow along or [contribute](https://github.com/luehrsenheinrich/wpm-floc) to the development of this plugin [on GitHub](https://github.com/luehrsenheinrich/wpm-floc).
     22
    2123## More about FLoC
    22 [The Verge - What is FLoC on Chrome and why does it matter?](https://www.theverge.com/2021/3/30/22358287/privacy-ads-google-chrome-floc-cookies-cookiepocalypse-finger-printing)
    23 [Web.dev - What is Federated Learning of Cohorts (FLoC)?](https://web.dev/floc/)
    24 [Adalytics.io - Who is sharing data with Google's FLoC ad algorithm?](https://adalytics.io/blog/google-chrome-floc)
    25 [Brave Browser - Why Brave disables FLoC](https://brave.com/why-brave-disables-floc/)
    26 [The WICG Draft for FLoC](https://wicg.github.io/floc/)
     24- [*The Verge* - What is FLoC on Chrome and why does it matter?](https://www.theverge.com/2021/3/30/22358287/privacy-ads-google-chrome-floc-cookies-cookiepocalypse-finger-printing)
     25- [*Web.dev* - What is Federated Learning of Cohorts (FLoC)?](https://web.dev/floc/)
     26- [*Adalytics.io* - Who is sharing data with Google's FLoC ad algorithm?](https://adalytics.io/blog/google-chrome-floc)
     27- [*Brave Browser* - Why Brave disables FLoC](https://brave.com/why-brave-disables-floc/)
     28- [The *WICG* Draft for FLoC](https://wicg.github.io/floc/)
    2729
    2830== Installation ==
  • wpm-floc/trunk/vendor/autoload.php

    r2516827 r2516838  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit475e850722d297b8b528154262325c85::getLoader();
     7return ComposerAutoloaderInit9c954753e7a409b9b4053986027061ec::getLoader();
  • wpm-floc/trunk/vendor/composer/InstalledVersions.php

    r2516827 r2516838  
    3131    array (
    3232    ),
    33     'reference' => '62ea533e6145df2a22f4a646977745ac34d40b8f',
     33    'reference' => '5b17e4f8886e06b4b01e49eb1fcfd22f6640869d',
    3434    'name' => 'wpmunich/lhbpp',
    3535  ),
     
    5252      array (
    5353      ),
    54       'reference' => '62ea533e6145df2a22f4a646977745ac34d40b8f',
     54      'reference' => '5b17e4f8886e06b4b01e49eb1fcfd22f6640869d',
    5555    ),
    5656  ),
  • wpm-floc/trunk/vendor/composer/autoload_real.php

    r2516827 r2516838  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit475e850722d297b8b528154262325c85
     5class ComposerAutoloaderInit9c954753e7a409b9b4053986027061ec
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInit475e850722d297b8b528154262325c85', 'loadClassLoader'), true, true);
     25        spl_autoload_register(array('ComposerAutoloaderInit9c954753e7a409b9b4053986027061ec', 'loadClassLoader'), true, true);
    2626        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    27         spl_autoload_unregister(array('ComposerAutoloaderInit475e850722d297b8b528154262325c85', 'loadClassLoader'));
     27        spl_autoload_unregister(array('ComposerAutoloaderInit9c954753e7a409b9b4053986027061ec', 'loadClassLoader'));
    2828
    2929        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3131            require __DIR__ . '/autoload_static.php';
    3232
    33             call_user_func(\Composer\Autoload\ComposerStaticInit475e850722d297b8b528154262325c85::getInitializer($loader));
     33            call_user_func(\Composer\Autoload\ComposerStaticInit9c954753e7a409b9b4053986027061ec::getInitializer($loader));
    3434        } else {
    3535            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5252
    5353        if ($useStaticLoader) {
    54             $includeFiles = Composer\Autoload\ComposerStaticInit475e850722d297b8b528154262325c85::$files;
     54            $includeFiles = Composer\Autoload\ComposerStaticInit9c954753e7a409b9b4053986027061ec::$files;
    5555        } else {
    5656            $includeFiles = require __DIR__ . '/autoload_files.php';
    5757        }
    5858        foreach ($includeFiles as $fileIdentifier => $file) {
    59             composerRequire475e850722d297b8b528154262325c85($fileIdentifier, $file);
     59            composerRequire9c954753e7a409b9b4053986027061ec($fileIdentifier, $file);
    6060        }
    6161
     
    6464}
    6565
    66 function composerRequire475e850722d297b8b528154262325c85($fileIdentifier, $file)
     66function composerRequire9c954753e7a409b9b4053986027061ec($fileIdentifier, $file)
    6767{
    6868    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • wpm-floc/trunk/vendor/composer/autoload_static.php

    r2516827 r2516838  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit475e850722d297b8b528154262325c85
     7class ComposerStaticInit9c954753e7a409b9b4053986027061ec
    88{
    99    public static $files = array (
     
    3232    {
    3333        return \Closure::bind(function () use ($loader) {
    34             $loader->prefixLengthsPsr4 = ComposerStaticInit475e850722d297b8b528154262325c85::$prefixLengthsPsr4;
    35             $loader->prefixDirsPsr4 = ComposerStaticInit475e850722d297b8b528154262325c85::$prefixDirsPsr4;
    36             $loader->classMap = ComposerStaticInit475e850722d297b8b528154262325c85::$classMap;
     34            $loader->prefixLengthsPsr4 = ComposerStaticInit9c954753e7a409b9b4053986027061ec::$prefixLengthsPsr4;
     35            $loader->prefixDirsPsr4 = ComposerStaticInit9c954753e7a409b9b4053986027061ec::$prefixDirsPsr4;
     36            $loader->classMap = ComposerStaticInit9c954753e7a409b9b4053986027061ec::$classMap;
    3737
    3838        }, null, ClassLoader::class);
  • wpm-floc/trunk/vendor/composer/installed.php

    r2516827 r2516838  
    77    array (
    88    ),
    9     'reference' => '62ea533e6145df2a22f4a646977745ac34d40b8f',
     9    'reference' => '5b17e4f8886e06b4b01e49eb1fcfd22f6640869d',
    1010    'name' => 'wpmunich/lhbpp',
    1111  ),
     
    2828      array (
    2929      ),
    30       'reference' => '62ea533e6145df2a22f4a646977745ac34d40b8f',
     30      'reference' => '5b17e4f8886e06b4b01e49eb1fcfd22f6640869d',
    3131    ),
    3232  ),
  • wpm-floc/trunk/wpmfloc.php

    r2516827 r2516838  
    44 *
    55 * @package wpmfloc
    6  * @version 0.1.11
     6 * @version 0.1.12
    77 *
    88 * Plugin Name: Disable FLoC by WP Munich
    9  * Plugin URI:
     9 * Plugin URI: https://github.com/luehrsenheinrich/wpm-floc
    1010 * Description: A simple zero-config plugin to opt-out of Google FLoC.
    11  * Author: WP Munich & Luehrsen // Heinrich
     11 * Author: WP Munich
    1212 * Author URI: https://www.wp-munich.com
    13  * Version: 0.1.11
     13 * Version: 0.1.12
    1414 * Text Domain: wpm-floc
    1515 */
     
    2525
    2626if ( ! defined( 'WPMFLOC_VERSION' ) ) {
    27     define( 'WPMFLOC_VERSION', '0.1.11' );
     27    define( 'WPMFLOC_VERSION', '0.1.12' );
    2828}
    2929
Note: See TracChangeset for help on using the changeset viewer.