Plugin Directory

Changeset 3335526


Ignore:
Timestamp:
07/28/2025 06:15:53 PM (8 months ago)
Author:
mkscripts
Message:

Update to version 2.1.8

Location:
download-after-email
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • download-after-email/tags/2.1.8/dae.php

    r3334994 r3335526  
    44Plugin URI: https://www.download-after-email.com
    55Description: Subscribe & Download plugin for gaining subscribers by offering free downloads.
    6 Version: 2.1.7
     6Version: 2.1.8
    77Author: MK-Scripts
    88Text Domain: download-after-email
     
    1414}
    1515
    16 define( 'DAE_VERSION', '2.1.7' );
     16define( 'DAE_VERSION', '2.1.8' );
    1717
    1818if( ! function_exists( 'mckp_function_exists' ) ) {
  • download-after-email/tags/2.1.8/includes/functions.php

    r3334994 r3335526  
    465465        return false;
    466466    } else {
    467         return true;
     467        return $filepath;
    468468    }
    469469
  • download-after-email/tags/2.1.8/readme.txt

    r3334994 r3335526  
    44Requires at least: 5.6
    55Tested up to: 6.8
    6 Stable tag: 2.1.7
     6Stable tag: 2.1.8
    77Requires PHP: 5.4
    88License: GPLv3
     
    7878
    7979== Changelog ==
     80
     81= 2.1.8 =
     82* Fixed download file could not be opened.
    8083
    8184= 2.1.7 =
  • download-after-email/trunk/dae.php

    r3334994 r3335526  
    44Plugin URI: https://www.download-after-email.com
    55Description: Subscribe & Download plugin for gaining subscribers by offering free downloads.
    6 Version: 2.1.7
     6Version: 2.1.8
    77Author: MK-Scripts
    88Text Domain: download-after-email
     
    1414}
    1515
    16 define( 'DAE_VERSION', '2.1.7' );
     16define( 'DAE_VERSION', '2.1.8' );
    1717
    1818if( ! function_exists( 'mckp_function_exists' ) ) {
  • download-after-email/trunk/includes/functions.php

    r3334994 r3335526  
    465465        return false;
    466466    } else {
    467         return true;
     467        return $filepath;
    468468    }
    469469
  • download-after-email/trunk/readme.txt

    r3334994 r3335526  
    44Requires at least: 5.6
    55Tested up to: 6.8
    6 Stable tag: 2.1.7
     6Stable tag: 2.1.8
    77Requires PHP: 5.4
    88License: GPLv3
     
    7878
    7979== Changelog ==
     80
     81= 2.1.8 =
     82* Fixed download file could not be opened.
    8083
    8184= 2.1.7 =
Note: See TracChangeset for help on using the changeset viewer.