Changeset 568672
- Timestamp:
- 07/07/2012 02:41:44 PM (14 years ago)
- Location:
- wp-download-codes
- Files:
-
- 7 added
- 3 edited
-
tags/2.1.1 (added)
-
tags/2.1.1/README.txt (added)
-
tags/2.1.1/dc_administration.php (added)
-
tags/2.1.1/dc_functions.php (added)
-
tags/2.1.1/dc_template.php (added)
-
tags/2.1.1/index.html (added)
-
tags/2.1.1/wp-download-codes.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/dc_administration.php (modified) (3 diffs)
-
trunk/wp-download-codes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-download-codes/trunk/README.txt
r460780 r568672 4 4 Tags: download, download code, code generator 5 5 Requires at least: 2.5 6 Tested up to: 3. 26 Tested up to: 3.4 7 7 Stable tag: 2.1 8 8 … … 48 48 49 49 == Changelog == 50 51 = 2.1.1 = 52 * Included MYSQL patch from Sean Patrick Rhorer to enable display of releases even with a restrictive host setting for max join size 50 53 51 54 = 2.1 = -
wp-download-codes/trunk/dc_administration.php
r407442 r568672 72 72 WHERE c.group IS NULL OR c.group = 0"; 73 73 $code_groups = $wpdb->get_results( $sql ); 74 74 75 foreach ( $code_groups as $code_group ) { 75 76 // Create a new code group … … 307 308 function dc_admin_releases() { 308 309 global $wpdb; 310 311 $wpdb->query('SET OPTION SQL_BIG_SELECTS = 1'); 309 312 310 313 // Get parameters … … 512 515 function dc_admin_codes() { 513 516 global $wpdb; 517 518 $wpdb->query('SET OPTION SQL_BIG_SELECTS = 1'); 514 519 515 520 // Get parameters -
wp-download-codes/trunk/wp-download-codes.php
r460780 r568672 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.1 8 Version: 2.1.1 9 9 Author: misanthrop, spalmer 10 10 Author URI: http://www.misantropolis.de, http://quoperative.com 11 11 12 Copyright 2009-201 1Armin Fischer (email : misantropolis@gmail.com)12 Copyright 2009-2012 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.