Changeset 2349050
- Timestamp:
- 07/30/2020 11:44:18 AM (6 years ago)
- Location:
- add-entries-functionality-to-wpforms
- Files:
-
- 6 added
- 2 edited
- 8 copied
-
tags/1.1.0/includes/exporter (added)
-
tags/1.1.0/includes/exporter/export-csv.php (added)
-
tags/1.1.1 (copied) (copied from add-entries-functionality-to-wpforms/trunk)
-
tags/1.1.1/add-wpform-entries.php (copied) (copied from add-entries-functionality-to-wpforms/trunk/add-wpform-entries.php) (2 diffs)
-
tags/1.1.1/includes/admin/entry/entries-db.php (copied) (copied from add-entries-functionality-to-wpforms/trunk/includes/admin/entry/entries-db.php)
-
tags/1.1.1/includes/admin/entry/entries-page.php (copied) (copied from add-entries-functionality-to-wpforms/trunk/includes/admin/entry/entries-page.php)
-
tags/1.1.1/includes/admin/entry/entries-table.php (copied) (copied from add-entries-functionality-to-wpforms/trunk/includes/admin/entry/entries-table.php)
-
tags/1.1.1/includes/class-db.php (copied) (copied from add-entries-functionality-to-wpforms/trunk/includes/class-db.php)
-
tags/1.1.1/includes/exporter (added)
-
tags/1.1.1/includes/exporter/export-csv.php (added)
-
tags/1.1.1/includes/functions.php (copied) (copied from add-entries-functionality-to-wpforms/trunk/includes/functions.php)
-
tags/1.1.1/readme.txt (copied) (copied from add-entries-functionality-to-wpforms/trunk/readme.txt) (2 diffs)
-
trunk/add-wpform-entries.php (modified) (2 diffs)
-
trunk/includes/exporter (added)
-
trunk/includes/exporter/export-csv.php (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
add-entries-functionality-to-wpforms/tags/1.1.1/add-wpform-entries.php
r2349030 r2349050 7 7 Author URI:http://aaivatech.com/ 8 8 COntributors: 9 Version: 1.1. 09 Version: 1.1.1 10 10 @copyright Copyright (c) 2020, Ankur Khurana 11 11 @license http://opensource.org/licenses/gpl-2.0.php GNU Public License … … 21 21 * @var string 22 22 */ 23 public $ank_wpforms_entry_version = '1.1. 0';23 public $ank_wpforms_entry_version = '1.1.1'; 24 24 25 25 /** -
add-entries-functionality-to-wpforms/tags/1.1.1/readme.txt
r2349030 r2349050 5 5 Tested up to: 5.4.2 6 6 Requires PHP: 7.0.33 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GNU General Public License v2.0 or later 9 9 … … 46 46 * Added functionality of exporting entries of selected WPForm in CSV format 47 47 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 7 7 Author URI:http://aaivatech.com/ 8 8 COntributors: 9 Version: 1.1. 09 Version: 1.1.1 10 10 @copyright Copyright (c) 2020, Ankur Khurana 11 11 @license http://opensource.org/licenses/gpl-2.0.php GNU Public License … … 21 21 * @var string 22 22 */ 23 public $ank_wpforms_entry_version = '1.1. 0';23 public $ank_wpforms_entry_version = '1.1.1'; 24 24 25 25 /** -
add-entries-functionality-to-wpforms/trunk/readme.txt
r2349030 r2349050 5 5 Tested up to: 5.4.2 6 6 Requires PHP: 7.0.33 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GNU General Public License v2.0 or later 9 9 … … 46 46 * Added functionality of exporting entries of selected WPForm in CSV format 47 47 48 = 1.1.1 = 49 * Fixed a minor bug related to export functionality 50
Note: See TracChangeset
for help on using the changeset viewer.