Changeset 3476861
- Timestamp:
- 03/07/2026 04:10:18 AM (2 days ago)
- Location:
- frontpup
- Files:
-
- 4 edited
- 1 copied
-
tags/1.3.1 (copied) (copied from frontpup/trunk)
-
tags/1.3.1/frontpup.php (modified) (2 diffs)
-
tags/1.3.1/readme.txt (modified) (2 diffs)
-
trunk/frontpup.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontpup/tags/1.3.1/frontpup.php
r3471150 r3476861 12 12 * Plugin URI: https://www.painlessanalytics.com/frontpup-cloudfront-wordpress-plugin/ 13 13 * Description: FrontPup, your CloudFront companion - Clear cache and optimize your CloudFront distribution for your WordPress website. 14 * Version: 1. 214 * Version: 1.3.1 15 15 * Requires at least: 6.0 16 16 * Tested up to: 6.9 … … 27 27 define('FRONTPUP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); 28 28 if( !defined('FRONTPUP_VERSION') ) { 29 define('FRONTPUP_VERSION', '1. 2');29 define('FRONTPUP_VERSION', '1.3.1'); 30 30 } 31 31 if( !defined('FRONTPUP_REGION') ) { -
frontpup/tags/1.3.1/readme.txt
r3476858 r3476861 5 5 Requires at least: 6.0 6 6 Tested up to: 6.9 7 Stable tag: 1. 27 Stable tag: 1.3.1 8 8 Requires PHP: 8.1 9 9 License: GPLv2 or later … … 130 130 Changelog 131 131 132 = 1.3 =132 = 1.3.1 = 133 133 134 134 Released: 2026-03-06 -
frontpup/trunk/frontpup.php
r3471150 r3476861 12 12 * Plugin URI: https://www.painlessanalytics.com/frontpup-cloudfront-wordpress-plugin/ 13 13 * Description: FrontPup, your CloudFront companion - Clear cache and optimize your CloudFront distribution for your WordPress website. 14 * Version: 1. 214 * Version: 1.3.1 15 15 * Requires at least: 6.0 16 16 * Tested up to: 6.9 … … 27 27 define('FRONTPUP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); 28 28 if( !defined('FRONTPUP_VERSION') ) { 29 define('FRONTPUP_VERSION', '1. 2');29 define('FRONTPUP_VERSION', '1.3.1'); 30 30 } 31 31 if( !defined('FRONTPUP_REGION') ) { -
frontpup/trunk/readme.txt
r3476858 r3476861 5 5 Requires at least: 6.0 6 6 Tested up to: 6.9 7 Stable tag: 1. 27 Stable tag: 1.3.1 8 8 Requires PHP: 8.1 9 9 License: GPLv2 or later … … 130 130 Changelog 131 131 132 = 1.3 =132 = 1.3.1 = 133 133 134 134 Released: 2026-03-06
Note: See TracChangeset
for help on using the changeset viewer.