Plugin Directory

Changeset 3272154


Ignore:
Timestamp:
04/14/2025 08:59:10 AM (12 months ago)
Author:
poweredcache
Message:

Update to version 3.5.4 from GitHub

Location:
powered-cache
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • powered-cache/tags/3.5.4/includes/utils.php

    r3078450 r3272154  
    876876     * Filters post related urls.
    877877     *
    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
    883884     */
    884885    $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) 2024 Powered Cache
     1# Copyright (C) 2025 Powered Cache
    22# This file is distributed under the GPL v2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Powered Cache 3.5.3\n"
     5"Project-Id-Version: Powered Cache 3.5.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/powered-cache\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-10-29T14:34:54+00:00\n"
     12"POT-Creation-Date: 2025-04-14T08:56:18+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.10.0\n"
     14"X-Generator: WP-CLI 2.11.0\n"
    1515"X-Domain: powered-cache\n"
    1616
  • powered-cache/tags/3.5.4/powered-cache.php

    r3178112 r3272154  
    44 * Plugin URI:        https://poweredcache.com
    55 * 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.3
     6 * Version:           3.5.4
    77 * Requires at least: 5.7
    88 * Requires PHP:      7.2.5
     
    2626
    2727// Useful global constants.
    28 define( 'POWERED_CACHE_VERSION', '3.5.3' );
     28define( 'POWERED_CACHE_VERSION', '3.5.4' );
    2929define( 'POWERED_CACHE_DB_VERSION', '3.4' );
    3030define( 'POWERED_CACHE_PLUGIN_FILE', __FILE__ );
  • powered-cache/tags/3.5.4/readme.txt

    r3178112 r3272154  
    33Tags: cache, web vitals, performance, page speed, optimize
    44Requires at least:  5.7
    5 Tested up to:  6.7
    6 Stable tag:  3.5.3
     5Tested up to:  6.8
     6Stable tag:  3.5.4
    77License: GPLv2 (or later)
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    171171
    172172== Changelog ==
     173
     174= 3.5.4 (April 14, 2025) =
     175- Dependency updates.
     176- Tested with WP 6.8
    173177
    174178= 3.5.3 (October 29, 2024) =
  • powered-cache/trunk/includes/utils.php

    r3078450 r3272154  
    876876     * Filters post related urls.
    877877     *
    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
    883884     */
    884885    $related_urls = apply_filters( 'powered_cache_post_related_urls', $related_urls );
  • powered-cache/trunk/languages/powered-cache.pot

    r3178112 r3272154  
    1 # Copyright (C) 2024 Powered Cache
     1# Copyright (C) 2025 Powered Cache
    22# This file is distributed under the GPL v2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Powered Cache 3.5.3\n"
     5"Project-Id-Version: Powered Cache 3.5.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/powered-cache\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-10-29T14:34:54+00:00\n"
     12"POT-Creation-Date: 2025-04-14T08:56:18+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.10.0\n"
     14"X-Generator: WP-CLI 2.11.0\n"
    1515"X-Domain: powered-cache\n"
    1616
  • powered-cache/trunk/powered-cache.php

    r3178112 r3272154  
    44 * Plugin URI:        https://poweredcache.com
    55 * 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.3
     6 * Version:           3.5.4
    77 * Requires at least: 5.7
    88 * Requires PHP:      7.2.5
     
    2626
    2727// Useful global constants.
    28 define( 'POWERED_CACHE_VERSION', '3.5.3' );
     28define( 'POWERED_CACHE_VERSION', '3.5.4' );
    2929define( 'POWERED_CACHE_DB_VERSION', '3.4' );
    3030define( 'POWERED_CACHE_PLUGIN_FILE', __FILE__ );
  • powered-cache/trunk/readme.txt

    r3178112 r3272154  
    33Tags: cache, web vitals, performance, page speed, optimize
    44Requires at least:  5.7
    5 Tested up to:  6.7
    6 Stable tag:  3.5.3
     5Tested up to:  6.8
     6Stable tag:  3.5.4
    77License: GPLv2 (or later)
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    171171
    172172== Changelog ==
     173
     174= 3.5.4 (April 14, 2025) =
     175- Dependency updates.
     176- Tested with WP 6.8
    173177
    174178= 3.5.3 (October 29, 2024) =
Note: See TracChangeset for help on using the changeset viewer.