-
Notifications
You must be signed in to change notification settings - Fork 468
Hotfix/pb 743+744 #9669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Hotfix/pb 743+744 #9669
Conversation
…/4169 Fix missing second argument for wpdb()->prepare. awesomemotive#4169
…/4155 Pass context to date() to ensure the timezone is properly set when ge…
merge upstream
…/4174 array index check hardening on process add to cart
…/4166 Use Class to update status in admin/payments/actions.php::edd_update_…
…ncyOnPayment Added logic to ensure that a currency is always associated to a payment
…/4167 Allow updating the date on EDD_Payment objects
…/4156 Better backwards compat for settings subsections
…/4178 Run date_default_timezone_set() at top of edd_insert_payment(). awesomemotive#4178
Set in_array check to strict
…t our timezone before our date is generated. awesomemotive#4155
…/4155 Force timezone to be set properly - Issue/4155
…/4178 Remove date_default_timezone_set(). awesomemotive#4178
remove unused (huge) downloads query on adding discount screen
…t status selected Just wrote this on a phone. Shows how to solve awesomemotive#4187. Untested.
dodanie filtra edd_file_download_method_redirect
Hotfix/pb 57
Hotfix/pb 72
Hotfix/pb 85
Hotfix/pb 403
Fix negative discount code
PB-707 Naprawić nieprawidłowo zliczające się statystyki w zakładce Ra…
PB-732 Naprawić zliczanie kodów zniżkowych
…ych wariantach pakietu
|
SonarCloud Quality Gate failed.
|
|
|
||
| // If the main section was empty and we overrode the view with the next subsection, prepare the section for saving | ||
| if ( true === $override ) { | ||
| ?><input type="hidden" name="edd_section_override" value="<?php echo $section; ?>" /><?php |
Check failure
Code scanning / SonarCloud
Endpoints should not be vulnerable to reflected cross-site scripting (XSS) attacks
| if ( ( empty( $edd_options['purchase_page'] ) || 'trash' == get_post_status( $edd_options['purchase_page'] ) ) && current_user_can( 'edit_pages' ) && ! get_user_meta( get_current_user_id(), '_edd_set_checkout_dismissed' ) ) { | ||
| echo '<div class="error">'; | ||
| echo '<p>' . sprintf( __( 'No checkout page has been configured. Visit <a href="%s">Settings</a> to set one.', 'edd' ), admin_url( 'edit.php?post_type=download&page=edd-settings' ) ) . '</p>'; | ||
| echo '<p><a href="' . add_query_arg( array( 'edd_action' => 'dismiss_notices', 'edd_notice' => 'set_checkout' ) ) . '">' . __( 'Dismiss Notice', 'edd' ) . '</a></p>'; |
Check failure
Code scanning / SonarCloud
Endpoints should not be vulnerable to reflected cross-site scripting (XSS) attacks
| echo '<div class="error">'; | ||
| echo '<p>' . __( 'Your site appears to be blocking the WordPress ajax interface. This may causes issues with your store.', 'edd' ) . '</p>'; | ||
| echo '<p>' . sprintf( __( 'Please see <a href="%s" target="_blank">this reference</a> for possible solutions.', 'edd' ), 'https://easydigitaldownloads.com/docs/admin-ajax-blocked' ) . '</p>'; | ||
| echo '<p><a href="' . add_query_arg( array( 'edd_action' => 'dismiss_notices', 'edd_notice' => 'admin_ajax_inaccessible' ) ) . '">' . __( 'Dismiss Notice', 'edd' ) . '</a></p>'; |
Check failure
Code scanning / SonarCloud
Endpoints should not be vulnerable to reflected cross-site scripting (XSS) attacks
| echo '<p>' . sprintf( __( 'The Easy Digital Downloads .htaccess file is missing from <strong>%s</strong>!', 'edd' ), edd_get_upload_dir() ) . '</p>'; | ||
| echo '<p>' . sprintf( __( 'First, please resave the Misc settings tab a few times. If this warning continues to appear, create a file called ".htaccess" in the <strong>%s</strong> directory, and copy the following into it:', 'edd' ), edd_get_upload_dir() ) . '</p>'; | ||
| echo '<p><pre>' . edd_get_htaccess_rules() . '</pre>'; | ||
| echo '<p><a href="' . add_query_arg( array( 'edd_action' => 'dismiss_notices', 'edd_notice' => 'htaccess_missing' ) ) . '">' . __( 'Dismiss Notice', 'edd' ) . '</a></p>'; |
Check failure
Code scanning / SonarCloud
Endpoints should not be vulnerable to reflected cross-site scripting (XSS) attacks











Fixes #
Proposed Changes:
1.
2.
3.
Please do not submit PRs with minified CSS or JS files. This is managed at the time of release by the Core Team