Plugin Directory

Changeset 3476861


Ignore:
Timestamp:
03/07/2026 04:10:18 AM (2 days ago)
Author:
painlessanalytics
Message:

Update to version 1.3.1 from GitHub

Location:
frontpup
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • frontpup/tags/1.3.1/frontpup.php

    r3471150 r3476861  
    1212 * Plugin URI:        https://www.painlessanalytics.com/frontpup-cloudfront-wordpress-plugin/
    1313 * Description:       FrontPup, your CloudFront companion - Clear cache and optimize your CloudFront distribution for your WordPress website.
    14  * Version:           1.2
     14 * Version:           1.3.1
    1515 * Requires at least: 6.0
    1616 * Tested up to:      6.9
     
    2727define('FRONTPUP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
    2828if( !defined('FRONTPUP_VERSION') ) {
    29     define('FRONTPUP_VERSION', '1.2');
     29    define('FRONTPUP_VERSION', '1.3.1');
    3030}
    3131if( !defined('FRONTPUP_REGION') ) {
  • frontpup/tags/1.3.1/readme.txt

    r3476858 r3476861  
    55Requires at least: 6.0
    66Tested up to: 6.9
    7 Stable tag: 1.2
     7Stable tag: 1.3.1
    88Requires PHP: 8.1
    99License: GPLv2 or later
     
    130130Changelog
    131131
    132 = 1.3 =
     132= 1.3.1 =
    133133
    134134Released: 2026-03-06
  • frontpup/trunk/frontpup.php

    r3471150 r3476861  
    1212 * Plugin URI:        https://www.painlessanalytics.com/frontpup-cloudfront-wordpress-plugin/
    1313 * Description:       FrontPup, your CloudFront companion - Clear cache and optimize your CloudFront distribution for your WordPress website.
    14  * Version:           1.2
     14 * Version:           1.3.1
    1515 * Requires at least: 6.0
    1616 * Tested up to:      6.9
     
    2727define('FRONTPUP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
    2828if( !defined('FRONTPUP_VERSION') ) {
    29     define('FRONTPUP_VERSION', '1.2');
     29    define('FRONTPUP_VERSION', '1.3.1');
    3030}
    3131if( !defined('FRONTPUP_REGION') ) {
  • frontpup/trunk/readme.txt

    r3476858 r3476861  
    55Requires at least: 6.0
    66Tested up to: 6.9
    7 Stable tag: 1.2
     7Stable tag: 1.3.1
    88Requires PHP: 8.1
    99License: GPLv2 or later
     
    130130Changelog
    131131
    132 = 1.3 =
     132= 1.3.1 =
    133133
    134134Released: 2026-03-06
Note: See TracChangeset for help on using the changeset viewer.