Skip to content

Commit

Permalink
Merge pull request #40 from WordImpress/release/1.7
Browse files Browse the repository at this point in the history
Merge updates
  • Loading branch information
ramiy committed Oct 10, 2016
2 parents 9087ad1 + fc6133d commit 2293794
Show file tree
Hide file tree
Showing 124 changed files with 859 additions and 773 deletions.
2 changes: 1 addition & 1 deletion includes/actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/EDD_SL_Plugin_Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// uncomment this line for testing
//set_site_transient( 'update_plugins', null );

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/add-ons.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/admin-actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/admin-footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/admin-pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/class-addon-activation-banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* https://github.com/WordImpress/plugin-activation-banner-demo
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/class-admin-notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/class-api-keys-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.1
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
42 changes: 21 additions & 21 deletions includes/admin/class-give-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -511,27 +511,27 @@ public function give_settings( $active_tab ) {
'id' => 'enable_tags',
'type' => 'checkbox'
),
array(
'name' => esc_html__( 'Term and Conditions', 'give' ),
'desc' => '',
'id' => 'give_title_display_settings_4',
'type' => 'give_title'
),
array(
'name' => esc_html__( 'Agree to Terms Label', 'give' ),
'desc' => esc_html__( 'The label shown next to the agree to terms check box. Add your own to customize or leave blank to use the default text placeholder. Note: You can customize the label per form as needed.', 'give' ),
'id' => 'agree_to_terms_label',
'attributes' => array(
'placeholder' => esc_attr__( 'Agree to Terms?', 'give' ),
),
'type' => 'text'
),
array(
'name' => esc_html__( 'Agreement Text', 'give' ),
'desc' => esc_html__( 'This is the actual text which the user will have to agree to in order to make a donation. Note: You can customize the content per form as needed.', 'give' ),
'id' => 'agreement_text',
'type' => 'wysiwyg'
),
// array(
// 'name' => esc_html__( 'Term and Conditions', 'give' ),
// 'desc' => '',
// 'id' => 'give_title_display_settings_4',
// 'type' => 'give_title'
// ),
// array(
// 'name' => esc_html__( 'Agree to Terms Label', 'give' ),
// 'desc' => esc_html__( 'The label shown next to the agree to terms check box. Add your own to customize or leave blank to use the default text placeholder. Note: You can customize the label per form as needed.', 'give' ),
// 'id' => 'agree_to_terms_label',
// 'attributes' => array(
// 'placeholder' => esc_attr__( 'Agree to Terms?', 'give' ),
// ),
// 'type' => 'text'
// ),
// array(
// 'name' => esc_html__( 'Agreement Text', 'give' ),
// 'desc' => esc_html__( 'This is the actual text which the user will have to agree to in order to make a donation. Note: You can customize the content per form as needed.', 'give' ),
// 'id' => 'agreement_text',
// 'type' => 'wysiwyg'
// ),
)
)

Expand Down
2 changes: 1 addition & 1 deletion includes/admin/customers/class-customer-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/customers/customer-actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/customers/customer-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/customers/customers.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/dashboard-widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/forms/dashboard-columns.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/forms/metabox.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/payments/actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/payments/class-payments-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/payments/payments-history.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/payments/view-order-details.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.4
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/reporting/class-donor-reports-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/reporting/class-export-earnings.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/reporting/class-export.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/reporting/class-form-reports-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/reporting/class-gateways-reports-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/reporting/class-give-graph.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/reporting/class-sales-logs-list-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @license https://opensource.org/licenses/gpl-license GNU Public License
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @since 1.5
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @since 1.5
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/reporting/export/class-batch-export.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @since 1.5
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/reporting/export/export-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @license https://opensource.org/licenses/gpl-license GNU Public License
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/reporting/graphing.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/reporting/logs.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/reporting/pdf-reports.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.0
*/

// Exit if accessed directly.
// Exit if accessed directly..
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/reporting/reports.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @since 1.0
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/reporting/tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @since 1.5
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @since 1.5
*/

// Exit if accessed directly
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Expand Down
Loading

0 comments on commit 2293794

Please sign in to comment.