Plugin Directory


Ignore:
Timestamp:
02/15/2026 01:35:19 PM (6 weeks ago)
Author:
Alphawolf
Message:

Version 1.1.3 update:

Location:
goolytics-simple-google-analytics/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • goolytics-simple-google-analytics/trunk/goolytics.php

    r2780267 r3461836  
    22/*
    33Plugin Name: Goolytics - Simple Google Analytics
    4 Version: 1.1.2
     4Version: 1.1.3
    55Plugin URI: https://wordpress.org/plugins/goolytics-simple-google-analytics/
    66Description: A simple Google Analytics solution that works without slowing down your WordPress installation.
     
    1010Domain Path: /languages
    1111
    12 Copyright 2013-2022 Oliver Schlöbe (email : scripts@schloebe.de)
     12Copyright 2013-2026 Oliver Schlöbe (email : wordpress@schloebe.de)
    1313
    1414This program is free software; you can redistribute it and/or modify
     
    3737 * Define the plugin version
    3838 */
    39 define("GOOLYTICSVERSION", "1.1.1");
     39define("GOOLYTICSVERSION", "1.1.3");
    4040
    4141/**
     
    5151* @subpackage   Goolytics
    5252* @since        1.0
    53 * @author       scripts@schloebe.de
     53* @author       wordpress@schloebe.de
    5454*/
    5555class Goolytics {
     
    7373    *
    7474    * @since        1.0
    75     * @author       scripts@schloebe.de
     75    * @author       wordpress@schloebe.de
    7676    */     
    77     function __construct() {
     77    public function __construct() {
    7878        $this->textdomain_loaded = false;
    7979       
     
    104104    *
    105105    * @since        1.0
    106     * @author       scripts@schloebe.de
     106    * @author       wordpress@schloebe.de
    107107    */
    108108    function Goolytics() {
     
    115115    *
    116116    * @since        1.0
    117     * @author       scripts@schloebe.de
     117    * @author       wordpress@schloebe.de
    118118    */
    119119    function admin_init() {
     
    138138    *
    139139    * @since        1.0
    140     * @author       scripts@schloebe.de
     140    * @author       wordpress@schloebe.de
    141141    */
    142142    function admin_menu_goolytics() {
     
    149149    *
    150150    * @since        1.0
    151     * @author       scripts@schloebe.de
     151    * @author       wordpress@schloebe.de
    152152    */
    153153    function options_page_goolytics() {
     
    160160    *
    161161    * @since        1.0
    162     * @author       scripts@schloebe.de
     162    * @author       wordpress@schloebe.de
    163163    */
    164164    function print_code() {
     
    196196    *
    197197    * @since        1.0
    198     * @author       scripts@schloebe.de
     198    * @author       wordpress@schloebe.de
    199199    */
    200200    function load_textdomain() {
     
    209209    *
    210210    * @since        1.0
    211     * @author       scripts@schloebe.de
     211    * @author       wordpress@schloebe.de
    212212    * @param        array $links
    213213    * @param        string $file
     
    228228    *
    229229    * @since        1.0
    230     * @author       scripts@schloebe.de
     230    * @author       wordpress@schloebe.de
    231231    */
    232232    function user_setup_notice() {
     
    241241    *
    242242    * @since        1.0
    243     * @author       scripts@schloebe.de
     243    * @author       wordpress@schloebe.de
    244244    */
    245245    function require_wpversion_message() {
     
    252252    *
    253253    * @since        1.1.2
    254     * @author       scripts@schloebe.de
     254    * @author       wordpress@schloebe.de
    255255    */
    256256    function sanitize_web_property_id( $input ) {
  • goolytics-simple-google-analytics/trunk/readme.txt

    r3271917 r3461836  
    22Contributors: Alphawolf
    33Donate link: https://www.schloebe.de/donate/
    4 Tags: google, analytics, web tracking, tracking, goolytics, dsgvo, gdpr, usercentrics, consent, e-recht24, e-recht24.de
     4Tags: analytics, web tracking, dsgvo, gdpr, usercentrics
    55Requires at least: 3.0
    6 Tested up to: 6.8.99
     6Tested up to: 6.9.99
    77Stable tag: trunk
    88License: GPLv2 or later
     
    2323* Usercentrics support (recommended for german users to respect german/european data protection rules according to DSGVO/GDPR)
    2424
    25 [Developer on Twitter](https://twitter.com/wpseek "Developer on Twitter")
     25[Developer on X](https://x.com/wpseek "Developer on X") [Developer on Bluesky](https://bsky.app/profile/cyberblitzbirne.bsky.social "Developer on Bluesky")
    2626
    2727**Included languages:**
     
    4545
    4646== Changelog ==
     47
     48= 1.1.3 =
     49* WordPress 6.9 compatibility
    4750
    4851= 1.1.2 =
Note: See TracChangeset for help on using the changeset viewer.