Changeset 3335526
- Timestamp:
- 07/28/2025 06:15:53 PM (8 months ago)
- Location:
- download-after-email
- Files:
-
- 6 edited
- 1 copied
-
tags/2.1.8 (copied) (copied from download-after-email/trunk)
-
tags/2.1.8/dae.php (modified) (2 diffs)
-
tags/2.1.8/includes/functions.php (modified) (1 diff)
-
tags/2.1.8/readme.txt (modified) (2 diffs)
-
trunk/dae.php (modified) (2 diffs)
-
trunk/includes/functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
download-after-email/tags/2.1.8/dae.php
r3334994 r3335526 4 4 Plugin URI: https://www.download-after-email.com 5 5 Description: Subscribe & Download plugin for gaining subscribers by offering free downloads. 6 Version: 2.1. 76 Version: 2.1.8 7 7 Author: MK-Scripts 8 8 Text Domain: download-after-email … … 14 14 } 15 15 16 define( 'DAE_VERSION', '2.1. 7' );16 define( 'DAE_VERSION', '2.1.8' ); 17 17 18 18 if( ! function_exists( 'mckp_function_exists' ) ) { -
download-after-email/tags/2.1.8/includes/functions.php
r3334994 r3335526 465 465 return false; 466 466 } else { 467 return true;467 return $filepath; 468 468 } 469 469 -
download-after-email/tags/2.1.8/readme.txt
r3334994 r3335526 4 4 Requires at least: 5.6 5 5 Tested up to: 6.8 6 Stable tag: 2.1. 76 Stable tag: 2.1.8 7 7 Requires PHP: 5.4 8 8 License: GPLv3 … … 78 78 79 79 == Changelog == 80 81 = 2.1.8 = 82 * Fixed download file could not be opened. 80 83 81 84 = 2.1.7 = -
download-after-email/trunk/dae.php
r3334994 r3335526 4 4 Plugin URI: https://www.download-after-email.com 5 5 Description: Subscribe & Download plugin for gaining subscribers by offering free downloads. 6 Version: 2.1. 76 Version: 2.1.8 7 7 Author: MK-Scripts 8 8 Text Domain: download-after-email … … 14 14 } 15 15 16 define( 'DAE_VERSION', '2.1. 7' );16 define( 'DAE_VERSION', '2.1.8' ); 17 17 18 18 if( ! function_exists( 'mckp_function_exists' ) ) { -
download-after-email/trunk/includes/functions.php
r3334994 r3335526 465 465 return false; 466 466 } else { 467 return true;467 return $filepath; 468 468 } 469 469 -
download-after-email/trunk/readme.txt
r3334994 r3335526 4 4 Requires at least: 5.6 5 5 Tested up to: 6.8 6 Stable tag: 2.1. 76 Stable tag: 2.1.8 7 7 Requires PHP: 5.4 8 8 License: GPLv3 … … 78 78 79 79 == Changelog == 80 81 = 2.1.8 = 82 * Fixed download file could not be opened. 80 83 81 84 = 2.1.7 =
Note: See TracChangeset
for help on using the changeset viewer.