Plugin Directory

Changeset 3012234


Ignore:
Timestamp:
12/20/2023 01:16:33 AM (2 years ago)
Author:
jomisica
Message:

Fix Creation of dynamic property for php 8.2

Location:
optimum-gravatar-cache
Files:
5 edited
2 copied

Legend:

Unmodified
Added
Removed
  • optimum-gravatar-cache/tags/1.4.9/changelog.txt

    r2361145 r3012234  
     1= 1.4.9 =
     2
     3* Fix Creation of dynamic property for php 8.2
     4
    15= 1.4.7 =
    26
  • optimum-gravatar-cache/tags/1.4.9/optimum-gravatar-cache.php

    r2361145 r3012234  
    33Plugin Name: Optimum Gravatar Cache
    44Plugin URI:   https://www.ncdc.pt/groups/wordpress-optimum-gravatar-cache/
    5 Version: 1.4.8
     5Version: 1.4.9
    66Author: José Miguel Silva Caldeira
    77License:      GPL3
     
    2626    protected $pluginSlug = 'optimum-gravatar-cache';
    2727    protected $pluginDirectory;
    28     protected $pluginVersion = '1.4.8';
     28    protected $pluginVersion = '1.4.9';
    2929    protected $cacheDirectory;
    3030    protected $expireTime;
     
    5757    protected $hashsToCleanOnPageCachePlugins=array();
    5858    protected $urlsToClearOnCloudflare=array();
     59
     60
     61    protected $clearPageChachePluginsCache;
     62    protected $customAvatarFileTime;
     63    protected $apacheConfigSaved;
     64    protected $useQueryStrings;
     65    protected $sendUserAgent;
     66    protected $userAgent;
     67    protected $directoriesMode;
     68    protected $avatarsMode;
     69    protected $htaccessMode;
     70    protected $resolvHostFromContentURL;
     71    protected $firstSave;
     72    protected $removeFromCacheWhenRemovedFromGravatar;
     73    protected $additionalClasses;
     74    protected $synchronizedEmail;
     75    protected $useSourceAsLongNotParsed;
     76    protected $lazyLoad;
     77    protected $scriptInFooter;
     78    protected $offset;
     79    protected $notInThisClass;
     80    protected $usePlaceholder;
     81    protected $onlyOnTheFrontend;
     82    protected $host;
     83    protected $scheme;
     84    protected $cacheURL;
     85    protected $placeholderURL;
     86    protected $placeholderFileTime;
     87    protected $defaultPlaceholder;
     88    protected $placeholderExt;
     89    protected $useLazyOnAdminPages;
     90    protected $clearCloudflareCache;
     91    protected $clearCloudflareCacheAuthEmail;
     92    protected $clearCloudflareCacheAuthKey;
     93    protected $clearCloudflareCacheZoneID;
    5994
    6095
  • optimum-gravatar-cache/tags/1.4.9/readme.txt

    r2924121 r3012234  
    77Requires MySQL at least: 5.0.95
    88Requires at least: 4.7
    9 Tested up to: 6.2
    10 Stable tag: 1.4.8
     9Tested up to: 6.4
     10Stable tag: 1.4.9
    1111License: GPLv3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • optimum-gravatar-cache/trunk/changelog.txt

    r2361145 r3012234  
     1= 1.4.9 =
     2
     3* Fix Creation of dynamic property for php 8.2
     4
    15= 1.4.7 =
    26
  • optimum-gravatar-cache/trunk/optimum-gravatar-cache.php

    r2361145 r3012234  
    33Plugin Name: Optimum Gravatar Cache
    44Plugin URI:   https://www.ncdc.pt/groups/wordpress-optimum-gravatar-cache/
    5 Version: 1.4.8
     5Version: 1.4.9
    66Author: José Miguel Silva Caldeira
    77License:      GPL3
     
    2626    protected $pluginSlug = 'optimum-gravatar-cache';
    2727    protected $pluginDirectory;
    28     protected $pluginVersion = '1.4.8';
     28    protected $pluginVersion = '1.4.9';
    2929    protected $cacheDirectory;
    3030    protected $expireTime;
     
    5757    protected $hashsToCleanOnPageCachePlugins=array();
    5858    protected $urlsToClearOnCloudflare=array();
     59
     60
     61    protected $clearPageChachePluginsCache;
     62    protected $customAvatarFileTime;
     63    protected $apacheConfigSaved;
     64    protected $useQueryStrings;
     65    protected $sendUserAgent;
     66    protected $userAgent;
     67    protected $directoriesMode;
     68    protected $avatarsMode;
     69    protected $htaccessMode;
     70    protected $resolvHostFromContentURL;
     71    protected $firstSave;
     72    protected $removeFromCacheWhenRemovedFromGravatar;
     73    protected $additionalClasses;
     74    protected $synchronizedEmail;
     75    protected $useSourceAsLongNotParsed;
     76    protected $lazyLoad;
     77    protected $scriptInFooter;
     78    protected $offset;
     79    protected $notInThisClass;
     80    protected $usePlaceholder;
     81    protected $onlyOnTheFrontend;
     82    protected $host;
     83    protected $scheme;
     84    protected $cacheURL;
     85    protected $placeholderURL;
     86    protected $placeholderFileTime;
     87    protected $defaultPlaceholder;
     88    protected $placeholderExt;
     89    protected $useLazyOnAdminPages;
     90    protected $clearCloudflareCache;
     91    protected $clearCloudflareCacheAuthEmail;
     92    protected $clearCloudflareCacheAuthKey;
     93    protected $clearCloudflareCacheZoneID;
    5994
    6095
  • optimum-gravatar-cache/trunk/readme.txt

    r2924121 r3012234  
    77Requires MySQL at least: 5.0.95
    88Requires at least: 4.7
    9 Tested up to: 6.2
    10 Stable tag: 1.4.8
     9Tested up to: 6.4
     10Stable tag: 1.4.9
    1111License: GPLv3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.