Plugin Directory

Changeset 3347359


Ignore:
Timestamp:
08/20/2025 07:14:43 AM (6 months ago)
Author:
shakee93
Message:

Update to version 3.1.17 from GitHub

Location:
unusedcss
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • unusedcss/tags/3.1.17/constants.php

    r3321677 r3347359  
    2626
    2727if ( ! defined( 'RAPIDLOAD_VERSION' ) ) {
    28     define( 'RAPIDLOAD_VERSION', '3.1.16' );
     28    define( 'RAPIDLOAD_VERSION', '3.1.17' );
    2929}
    3030
  • unusedcss/tags/3.1.17/includes/admin/views/developer-settings-page.html.php

    r3286283 r3347359  
    1515?>
    1616
    17 <form id='ao_settings_form' action='<?php echo esc_url(admin_url( 'options.php' )); ?>' method='post'>
     17<form id='ao_settings_form'>
    1818    <?php settings_fields( 'rapidload_settings' );
    1919
  • unusedcss/tags/3.1.17/includes/modules/cache/RapidLoad_Cache_Store.php

    r3321677 r3347359  
    648648        }
    649649
     650        if(empty($url)){
     651            $url = site_url();
     652        }
     653
    650654        $url = filter_var($url, FILTER_SANITIZE_URL);
    651655
  • unusedcss/tags/3.1.17/readme.txt

    r3321677 r3347359  
    66Requires at least: 5.0
    77Tested up to: 6.8
    8 Stable tag: 3.1.16
     8Stable tag: 3.1.17
    99Requires PHP: 5.4
    1010License: GPLv3
     
    144144== Changelog ==
    145145
     146= 3.1.17 - 20/08/2025 =
     147 * fix: minor bugs
     148
    146149= 3.1.16 - 03/07/2025 =
    147150 * fix: clear cache not working for posts update
  • unusedcss/tags/3.1.17/unusedcss.php

    r3321677 r3347359  
    44Plugin URI:  https://rapidload.ai/
    55Description: Supercharge your website with RapidLoad AI, featuring cutting-edge AI to automate optimizing CSS, JavaScript, images, fonts, and caching.
    6 Version:     3.1.16
     6Version:     3.1.17
    77Author:      RapidLoad
    88Author URI:  https://rapidload.ai/
  • unusedcss/trunk/constants.php

    r3321677 r3347359  
    2626
    2727if ( ! defined( 'RAPIDLOAD_VERSION' ) ) {
    28     define( 'RAPIDLOAD_VERSION', '3.1.16' );
     28    define( 'RAPIDLOAD_VERSION', '3.1.17' );
    2929}
    3030
  • unusedcss/trunk/includes/admin/views/developer-settings-page.html.php

    r3286283 r3347359  
    1515?>
    1616
    17 <form id='ao_settings_form' action='<?php echo esc_url(admin_url( 'options.php' )); ?>' method='post'>
     17<form id='ao_settings_form'>
    1818    <?php settings_fields( 'rapidload_settings' );
    1919
  • unusedcss/trunk/includes/modules/cache/RapidLoad_Cache_Store.php

    r3321677 r3347359  
    648648        }
    649649
     650        if(empty($url)){
     651            $url = site_url();
     652        }
     653
    650654        $url = filter_var($url, FILTER_SANITIZE_URL);
    651655
  • unusedcss/trunk/readme.txt

    r3321677 r3347359  
    66Requires at least: 5.0
    77Tested up to: 6.8
    8 Stable tag: 3.1.16
     8Stable tag: 3.1.17
    99Requires PHP: 5.4
    1010License: GPLv3
     
    144144== Changelog ==
    145145
     146= 3.1.17 - 20/08/2025 =
     147 * fix: minor bugs
     148
    146149= 3.1.16 - 03/07/2025 =
    147150 * fix: clear cache not working for posts update
  • unusedcss/trunk/unusedcss.php

    r3321677 r3347359  
    44Plugin URI:  https://rapidload.ai/
    55Description: Supercharge your website with RapidLoad AI, featuring cutting-edge AI to automate optimizing CSS, JavaScript, images, fonts, and caching.
    6 Version:     3.1.16
     6Version:     3.1.17
    77Author:      RapidLoad
    88Author URI:  https://rapidload.ai/
Note: See TracChangeset for help on using the changeset viewer.