Changeset 1893902
- Timestamp:
- 06/16/2018 12:28:25 PM (8 years ago)
- Location:
- wp-download-codes/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
includes/shortcode.php (modified) (2 diffs)
-
wp-download-codes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-download-codes/trunk/README.txt
r1665905 r1893902 4 4 Tags: download, download code, code generator 5 5 Requires at least: 2.5 6 Tested up to: 4. 57 Stable tag: 2.5. 16 Tested up to: 4.9.6 7 Stable tag: 2.5.2 8 8 9 The plugin enables t hegeneration and management of download codes for all types of files (zip, mp3, ...).9 The plugin enables to generation and management of download codes for all types of files (zip, mp3, ...). 10 10 11 11 == Description == -
wp-download-codes/trunk/includes/shortcode.php
r924711 r1893902 18 18 $id = ""; 19 19 $anchor = ""; 20 $post_code = ""; 20 $post_code = ""; 21 $ret = ""; 21 22 22 23 // Get attributes … … 88 89 // Compile HTML result 89 90 $html = '<div class="dc-download-code">'; 90 if ( $download_lease_id[$shortcode_id] && ( $shortcode_id == 'all' || $shortcode_id == $submitted_release )) {91 if ( isset($download_lease_id) && $download_lease_id[$shortcode_id] && ( $shortcode_id == 'all' || $shortcode_id == $submitted_release )) { 91 92 // Show link for download 92 93 $html .= '<p>' . dc_msg( 'code_valid' ) . '</p>'; -
wp-download-codes/trunk/wp-download-codes.php
r1426369 r1893902 6 6 Description: The plugin enables to generation and management of download codes for .zip files. It was written to enable the free download of records and CDs with dedicated codes printed on the cover of the releases or on separate download cards. 7 7 8 Version: 2.5. 18 Version: 2.5.2 9 9 Author: misanthrop, spalmer 10 10 Author URI: http://www.misantropolis.de, http://quoperative.com 11 11 12 Copyright 2009-201 4Armin Fischer (email : misantropolis@gmail.com)12 Copyright 2009-2018 Armin Fischer (email : misantropolis@gmail.com) 13 13 14 14 This program is free software; you can redistribute it and/or modify
Note: See TracChangeset
for help on using the changeset viewer.