Plugin Directory

Changeset 3061317


Ignore:
Timestamp:
03/29/2024 07:04:05 PM (21 months ago)
Author:
cklosows
Message:

Tagging 3.2.11

Location:
easy-digital-downloads
Files:
3 deleted
5 edited
35 copied

Legend:

Unmodified
Added
Removed
  • easy-digital-downloads/tags/3.2.11/easy-digital-downloads.php

    r3060808 r3061317  
    66 * Author: Easy Digital Downloads
    77 * Author URI: https://easydigitaldownloads.com
    8  * Version: 3.2.10
     8 * Version: 3.2.11
    99 * Text Domain: easy-digital-downloads
    1010 * Domain Path: /languages
     
    2828 * @category Core
    2929 * @author Easy Digital Downloads
    30  * @version 3.2.10
     30 * @version 3.2.11
    3131 */
    3232
  • easy-digital-downloads/tags/3.2.11/includes/class-easy-digital-downloads.php

    r3060808 r3061317  
    371371        // Plugin version.
    372372        if ( ! defined( 'EDD_VERSION' ) ) {
    373             define( 'EDD_VERSION', '3.2.10' );
     373            define( 'EDD_VERSION', '3.2.11' );
    374374        }
    375375
  • easy-digital-downloads/tags/3.2.11/languages/easy-digital-downloads.pot

    r3060808 r3061317  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Easy Digital Downloads 3.2.10\n"
     5"Project-Id-Version: Easy Digital Downloads 3.2.11\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easy-digital-downloads\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-03-28T20:29:21+00:00\n"
     12"POT-Creation-Date: 2024-03-29T18:25:38+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.10.0\n"
  • easy-digital-downloads/tags/3.2.11/readme.txt

    r3060857 r3061317  
    77Tested up to: 6.4
    88Requires PHP: 7.4
    9 Stable Tag: 3.2.10
     9Stable Tag: 3.2.11
    1010License: GNU Version 2 or Any Later Version
    1111
     
    225225
    226226== Changelog ==
     227= 3.2.11 =
     228* Order Management: When searching orders, a Product ID was being erroneously added to the filter arguments when it not have been.
     229
     230View the full changelog at [https://easydigitaldownloads.com/changelogs/plugin/easy-digital-downloads/](https://easydigitaldownloads.com/changelogs/plugin/easy-digital-downloads/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description)
     231
    227232= 3.2.10 =
    228233* Downloads: Improved performance when creating and managing download directories.
     
    243248* Migration: Improved the reliability of the EDD 3.0+ migration routine for possibly corrupt serialized data.
    244249* Migration: Improved PHP 8.0+ compatibility for the EDD 3.0+ migration routine.
    245 
    246 View the full changelog at [https://easydigitaldownloads.com/changelogs/plugin/easy-digital-downloads/](https://easydigitaldownloads.com/changelogs/plugin/easy-digital-downloads/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description)
    247250
    248251= 3.2.9 =
  • easy-digital-downloads/tags/3.2.11/src/HTML/ProductSelect.php

    r3060808 r3061317  
    9494    private function get_options() {
    9595        $products = $this->get_products();
    96         $options  = array();
     96        $options  = array( '' => '' );
    9797        if ( $products ) {
    9898            foreach ( $products as $product ) {
  • easy-digital-downloads/trunk/easy-digital-downloads.php

    r3060808 r3061317  
    66 * Author: Easy Digital Downloads
    77 * Author URI: https://easydigitaldownloads.com
    8  * Version: 3.2.10
     8 * Version: 3.2.11
    99 * Text Domain: easy-digital-downloads
    1010 * Domain Path: /languages
     
    2828 * @category Core
    2929 * @author Easy Digital Downloads
    30  * @version 3.2.10
     30 * @version 3.2.11
    3131 */
    3232
  • easy-digital-downloads/trunk/includes/class-easy-digital-downloads.php

    r3060808 r3061317  
    371371        // Plugin version.
    372372        if ( ! defined( 'EDD_VERSION' ) ) {
    373             define( 'EDD_VERSION', '3.2.10' );
     373            define( 'EDD_VERSION', '3.2.11' );
    374374        }
    375375
  • easy-digital-downloads/trunk/languages/easy-digital-downloads.pot

    r3060808 r3061317  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Easy Digital Downloads 3.2.10\n"
     5"Project-Id-Version: Easy Digital Downloads 3.2.11\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easy-digital-downloads\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-03-28T20:29:21+00:00\n"
     12"POT-Creation-Date: 2024-03-29T18:25:38+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.10.0\n"
  • easy-digital-downloads/trunk/readme.txt

    r3060857 r3061317  
    77Tested up to: 6.4
    88Requires PHP: 7.4
    9 Stable Tag: 3.2.10
     9Stable Tag: 3.2.11
    1010License: GNU Version 2 or Any Later Version
    1111
     
    225225
    226226== Changelog ==
     227= 3.2.11 =
     228* Order Management: When searching orders, a Product ID was being erroneously added to the filter arguments when it not have been.
     229
     230View the full changelog at [https://easydigitaldownloads.com/changelogs/plugin/easy-digital-downloads/](https://easydigitaldownloads.com/changelogs/plugin/easy-digital-downloads/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description)
     231
    227232= 3.2.10 =
    228233* Downloads: Improved performance when creating and managing download directories.
     
    243248* Migration: Improved the reliability of the EDD 3.0+ migration routine for possibly corrupt serialized data.
    244249* Migration: Improved PHP 8.0+ compatibility for the EDD 3.0+ migration routine.
    245 
    246 View the full changelog at [https://easydigitaldownloads.com/changelogs/plugin/easy-digital-downloads/](https://easydigitaldownloads.com/changelogs/plugin/easy-digital-downloads/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description)
    247250
    248251= 3.2.9 =
  • easy-digital-downloads/trunk/src/HTML/ProductSelect.php

    r3060808 r3061317  
    9494    private function get_options() {
    9595        $products = $this->get_products();
    96         $options  = array();
     96        $options  = array( '' => '' );
    9797        if ( $products ) {
    9898            foreach ( $products as $product ) {
Note: See TracChangeset for help on using the changeset viewer.