Plugin Directory

Changeset 2349050


Ignore:
Timestamp:
07/30/2020 11:44:18 AM (6 years ago)
Author:
ankgne
Message:

Added minor bug fix related to export functionality

Location:
add-entries-functionality-to-wpforms
Files:
6 added
2 edited
8 copied

Legend:

Unmodified
Added
Removed
  • add-entries-functionality-to-wpforms/tags/1.1.1/add-wpform-entries.php

    r2349030 r2349050  
    77  Author URI:http://aaivatech.com/
    88  COntributors:
    9   Version: 1.1.0
     9  Version: 1.1.1
    1010  @copyright   Copyright (c) 2020, Ankur Khurana
    1111  @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
     
    2121     * @var string
    2222     */
    23     public $ank_wpforms_entry_version = '1.1.0';
     23    public $ank_wpforms_entry_version = '1.1.1';
    2424
    2525    /**
  • add-entries-functionality-to-wpforms/tags/1.1.1/readme.txt

    r2349030 r2349050  
    55Tested up to: 5.4.2
    66Requires PHP: 7.0.33
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GNU General Public License v2.0 or later
    99
     
    4646* Added functionality of exporting entries of selected WPForm in CSV format
    4747
     48= 1.1.1 =
     49* Fixed a minor bug related to export functionality
     50
  • add-entries-functionality-to-wpforms/trunk/add-wpform-entries.php

    r2349030 r2349050  
    77  Author URI:http://aaivatech.com/
    88  COntributors:
    9   Version: 1.1.0
     9  Version: 1.1.1
    1010  @copyright   Copyright (c) 2020, Ankur Khurana
    1111  @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
     
    2121     * @var string
    2222     */
    23     public $ank_wpforms_entry_version = '1.1.0';
     23    public $ank_wpforms_entry_version = '1.1.1';
    2424
    2525    /**
  • add-entries-functionality-to-wpforms/trunk/readme.txt

    r2349030 r2349050  
    55Tested up to: 5.4.2
    66Requires PHP: 7.0.33
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GNU General Public License v2.0 or later
    99
     
    4646* Added functionality of exporting entries of selected WPForm in CSV format
    4747
     48= 1.1.1 =
     49* Fixed a minor bug related to export functionality
     50
Note: See TracChangeset for help on using the changeset viewer.