We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3609831 commit c84c3dbCopy full SHA for c84c3db
give-receipt-attachments.php
@@ -3,8 +3,8 @@
3
* Plugin Name: Receipt Attachments for GiveWP
4
* Plugin URI: https://go.givewp.com/wprog-receipt-attachments
5
* Description: Add downloadable files to your Give Email Receipts and/or Confirmation Page.
6
- * Version: 1.1.2
7
- * Author: GiveWP
+ * Version: 1.1.3
+ * Author: GiveWP
8
* Author URI: https://givewp.com/
9
* License: GNU General Public License v3 or later
10
* License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
@@ -34,7 +34,7 @@
34
35
// Defines Add-on Version number for easy reference
36
if ( ! defined( 'GIVERA_VERSION' ) ) {
37
- define( 'GIVERA_VERSION', '1.1.2' );
+ define( 'GIVERA_VERSION', '1.1.3' );
38
}
39
40
// Checks if GIVE is active and minimum version.
0 commit comments