Changeset 3012234
- Timestamp:
- 12/20/2023 01:16:33 AM (2 years ago)
- Location:
- optimum-gravatar-cache
- Files:
-
- 5 edited
- 2 copied
-
tags/1.4.9 (copied) (copied from optimum-gravatar-cache/trunk)
-
tags/1.4.9/changelog.txt (modified) (1 diff)
-
tags/1.4.9/optimum-gravatar-cache.php (modified) (3 diffs)
-
tags/1.4.9/readme.txt (copied) (copied from optimum-gravatar-cache/trunk/readme.txt) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/optimum-gravatar-cache.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
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 1 5 = 1.4.7 = 2 6 -
optimum-gravatar-cache/tags/1.4.9/optimum-gravatar-cache.php
r2361145 r3012234 3 3 Plugin Name: Optimum Gravatar Cache 4 4 Plugin URI: https://www.ncdc.pt/groups/wordpress-optimum-gravatar-cache/ 5 Version: 1.4. 85 Version: 1.4.9 6 6 Author: José Miguel Silva Caldeira 7 7 License: GPL3 … … 26 26 protected $pluginSlug = 'optimum-gravatar-cache'; 27 27 protected $pluginDirectory; 28 protected $pluginVersion = '1.4. 8';28 protected $pluginVersion = '1.4.9'; 29 29 protected $cacheDirectory; 30 30 protected $expireTime; … … 57 57 protected $hashsToCleanOnPageCachePlugins=array(); 58 58 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; 59 94 60 95 -
optimum-gravatar-cache/tags/1.4.9/readme.txt
r2924121 r3012234 7 7 Requires MySQL at least: 5.0.95 8 8 Requires at least: 4.7 9 Tested up to: 6. 210 Stable tag: 1.4. 89 Tested up to: 6.4 10 Stable tag: 1.4.9 11 11 License: GPLv3 12 12 License 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 1 5 = 1.4.7 = 2 6 -
optimum-gravatar-cache/trunk/optimum-gravatar-cache.php
r2361145 r3012234 3 3 Plugin Name: Optimum Gravatar Cache 4 4 Plugin URI: https://www.ncdc.pt/groups/wordpress-optimum-gravatar-cache/ 5 Version: 1.4. 85 Version: 1.4.9 6 6 Author: José Miguel Silva Caldeira 7 7 License: GPL3 … … 26 26 protected $pluginSlug = 'optimum-gravatar-cache'; 27 27 protected $pluginDirectory; 28 protected $pluginVersion = '1.4. 8';28 protected $pluginVersion = '1.4.9'; 29 29 protected $cacheDirectory; 30 30 protected $expireTime; … … 57 57 protected $hashsToCleanOnPageCachePlugins=array(); 58 58 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; 59 94 60 95 -
optimum-gravatar-cache/trunk/readme.txt
r2924121 r3012234 7 7 Requires MySQL at least: 5.0.95 8 8 Requires at least: 4.7 9 Tested up to: 6. 210 Stable tag: 1.4. 89 Tested up to: 6.4 10 Stable tag: 1.4.9 11 11 License: GPLv3 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.