Changeset 3272154
- Timestamp:
- 04/14/2025 08:59:10 AM (12 months ago)
- Location:
- powered-cache
- Files:
-
- 8 edited
- 1 copied
-
tags/3.5.4 (copied) (copied from powered-cache/trunk)
-
tags/3.5.4/includes/utils.php (modified) (1 diff)
-
tags/3.5.4/languages/powered-cache.pot (modified) (2 diffs)
-
tags/3.5.4/powered-cache.php (modified) (2 diffs)
-
tags/3.5.4/readme.txt (modified) (2 diffs)
-
trunk/includes/utils.php (modified) (1 diff)
-
trunk/languages/powered-cache.pot (modified) (2 diffs)
-
trunk/powered-cache.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
powered-cache/tags/3.5.4/includes/utils.php
r3078450 r3272154 876 876 * Filters post related urls. 877 877 * 878 * @hook powered_cache_post_related_urls 879 * 880 * @param {array} $related_urls The list of the URLs that related with the post. 881 * 882 * @since 1.0 878 * @hook powered_cache_post_related_urls 879 * 880 * @param {array} $related_urls The list of the URLs that related with the post. 881 * 882 * @return {array} New value. 883 * @since 1.0 883 884 */ 884 885 $related_urls = apply_filters( 'powered_cache_post_related_urls', $related_urls ); -
powered-cache/tags/3.5.4/languages/powered-cache.pot
r3178112 r3272154 1 # Copyright (C) 202 4Powered Cache1 # Copyright (C) 2025 Powered Cache 2 2 # This file is distributed under the GPL v2 or later. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Powered Cache 3.5. 3\n"5 "Project-Id-Version: Powered Cache 3.5.4\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/powered-cache\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 4-10-29T14:34:54+00:00\n"12 "POT-Creation-Date: 2025-04-14T08:56:18+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2.1 0.0\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: powered-cache\n" 16 16 -
powered-cache/tags/3.5.4/powered-cache.php
r3178112 r3272154 4 4 * Plugin URI: https://poweredcache.com 5 5 * Description: Powered Cache is the most powerful caching and performance suite for WordPress, designed to easily improve your PageSpeed and Web Vitals Score. 6 * Version: 3.5. 36 * Version: 3.5.4 7 7 * Requires at least: 5.7 8 8 * Requires PHP: 7.2.5 … … 26 26 27 27 // Useful global constants. 28 define( 'POWERED_CACHE_VERSION', '3.5. 3' );28 define( 'POWERED_CACHE_VERSION', '3.5.4' ); 29 29 define( 'POWERED_CACHE_DB_VERSION', '3.4' ); 30 30 define( 'POWERED_CACHE_PLUGIN_FILE', __FILE__ ); -
powered-cache/tags/3.5.4/readme.txt
r3178112 r3272154 3 3 Tags: cache, web vitals, performance, page speed, optimize 4 4 Requires at least: 5.7 5 Tested up to: 6. 76 Stable tag: 3.5. 35 Tested up to: 6.8 6 Stable tag: 3.5.4 7 7 License: GPLv2 (or later) 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 171 171 172 172 == Changelog == 173 174 = 3.5.4 (April 14, 2025) = 175 - Dependency updates. 176 - Tested with WP 6.8 173 177 174 178 = 3.5.3 (October 29, 2024) = -
powered-cache/trunk/includes/utils.php
r3078450 r3272154 876 876 * Filters post related urls. 877 877 * 878 * @hook powered_cache_post_related_urls 879 * 880 * @param {array} $related_urls The list of the URLs that related with the post. 881 * 882 * @since 1.0 878 * @hook powered_cache_post_related_urls 879 * 880 * @param {array} $related_urls The list of the URLs that related with the post. 881 * 882 * @return {array} New value. 883 * @since 1.0 883 884 */ 884 885 $related_urls = apply_filters( 'powered_cache_post_related_urls', $related_urls ); -
powered-cache/trunk/languages/powered-cache.pot
r3178112 r3272154 1 # Copyright (C) 202 4Powered Cache1 # Copyright (C) 2025 Powered Cache 2 2 # This file is distributed under the GPL v2 or later. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Powered Cache 3.5. 3\n"5 "Project-Id-Version: Powered Cache 3.5.4\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/powered-cache\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 4-10-29T14:34:54+00:00\n"12 "POT-Creation-Date: 2025-04-14T08:56:18+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2.1 0.0\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: powered-cache\n" 16 16 -
powered-cache/trunk/powered-cache.php
r3178112 r3272154 4 4 * Plugin URI: https://poweredcache.com 5 5 * Description: Powered Cache is the most powerful caching and performance suite for WordPress, designed to easily improve your PageSpeed and Web Vitals Score. 6 * Version: 3.5. 36 * Version: 3.5.4 7 7 * Requires at least: 5.7 8 8 * Requires PHP: 7.2.5 … … 26 26 27 27 // Useful global constants. 28 define( 'POWERED_CACHE_VERSION', '3.5. 3' );28 define( 'POWERED_CACHE_VERSION', '3.5.4' ); 29 29 define( 'POWERED_CACHE_DB_VERSION', '3.4' ); 30 30 define( 'POWERED_CACHE_PLUGIN_FILE', __FILE__ ); -
powered-cache/trunk/readme.txt
r3178112 r3272154 3 3 Tags: cache, web vitals, performance, page speed, optimize 4 4 Requires at least: 5.7 5 Tested up to: 6. 76 Stable tag: 3.5. 35 Tested up to: 6.8 6 Stable tag: 3.5.4 7 7 License: GPLv2 (or later) 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 171 171 172 172 == Changelog == 173 174 = 3.5.4 (April 14, 2025) = 175 - Dependency updates. 176 - Tested with WP 6.8 173 177 174 178 = 3.5.3 (October 29, 2024) =
Note: See TracChangeset
for help on using the changeset viewer.