From 50efab01cad7ae3d1e39f014d5cd8930f66167ad Mon Sep 17 00:00:00 2001 From: Franky Van Liedekerke Date: Sun, 19 Jan 2025 23:34:31 +0100 Subject: [PATCH] set some http to https --- eme-events.php | 2 +- eme-functions.php | 4 ++-- eme-holidays.php | 2 +- eme-mailer.php | 2 +- eme-payments.php | 2 +- readme.txt | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/eme-events.php b/eme-events.php index 9bd29b15..49094560 100644 --- a/eme-events.php +++ b/eme-events.php @@ -9073,7 +9073,7 @@ function eme_rss() { ?> -http://blogs.law.harvard.edu/tech/rss +https://www.rssboard.org/rss-specification Weblog Editor 2.0 diff --git a/eme-functions.php b/eme-functions.php index 8b78d686..b7dcbd3c 100644 --- a/eme-functions.php +++ b/eme-functions.php @@ -788,7 +788,7 @@ function eme_update_user_phone( $user_id, $phone ) { update_user_meta( $user_id, 'eme_phone', $phone ); } -// got from http://davidwalsh.name/php-email-encode-prevent-spam +// got from https://davidwalsh.name/php-email-encode-prevent-spam function eme_ascii_encode( $e, $target = 'html' ) { return eme_email_obfuscate( $e, $target ); } @@ -2826,7 +2826,7 @@ function eme_sanitize_attach_filename( $filename, $use_simple_sanitize=0 ) { $filename = preg_replace( '~ [<>:"/\\\|?*]| # file system reserved https://en.wikipedia.org/wiki/Filename#Reserved_characters_and_words - [\x00-\x1F]| # control characters http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247%28v=vs.85%29.aspx + [\x00-\x1F]| # control characters https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247%28v=vs.85%29.aspx [\x7F\xA0\xAD]| # non-printing characters DEL, NO-BREAK SPACE, SOFT HYPHEN [#\[\]@!$&\'()+,;=]| # URI reserved https://www.rfc-editor.org/rfc/rfc3986#section-2.2 [{}^\~`] # URL unsafe characters https://www.ietf.org/rfc/rfc1738.txt diff --git a/eme-holidays.php b/eme-holidays.php index b60a9154..4d96a919 100644 --- a/eme-holidays.php +++ b/eme-holidays.php @@ -212,7 +212,7 @@ function eme_holidays_edit_layout( $message = '' ) {
- ' . __( 'Basic format: YYYY-MM-DD, one per line', 'events-made-easy' ) . '
' . __( 'For more information about holidays, see ', 'events-made-easy' ) . " " . __( 'the documentation', 'events-made-easy' ) . " + ' . __( 'Basic format: YYYY-MM-DD, one per line', 'events-made-easy' ) . '
' . __( 'For more information about holidays, see ', 'events-made-easy' ) . " " . __( 'the documentation', 'events-made-easy' ) . "

diff --git a/eme-mailer.php b/eme-mailer.php index c5f692ec..2f17c5a5 100644 --- a/eme-mailer.php +++ b/eme-mailer.php @@ -163,7 +163,7 @@ function eme_send_mail( $subject, $body, $receiveremail, $receivername = '', $re $message = __( 'Empty email', 'events-made-easy' ); } - // Reset content-type to avoid conflicts -- http://core.trac.wordpress.org/ticket/23578 + // Reset content-type to avoid conflicts //if ( $mailoptions['send_html'] ) { // remove_filter( 'wp_mail_content_type', 'eme_set_wpmail_html_content_type' ); //} diff --git a/eme-payments.php b/eme-payments.php index 013a5747..f23b994e 100644 --- a/eme-payments.php +++ b/eme-payments.php @@ -1878,7 +1878,7 @@ function eme_notification_legacypaypal() { $ipn->currencies = false; // date format on log headers (default: dd/mm/YYYY HH:mm:ss) - // see http://php.net/date + // see https://php.net/date $ipn->date_format = 'd/m/Y H:i:s'; // Prefix for file and mail logs diff --git a/readme.txt b/readme.txt index aa02f13e..3d7f4fce 100644 --- a/readme.txt +++ b/readme.txt @@ -6,8 +6,8 @@ Requires at least: 6.0 Tested up to: 6.7 Stable tag: 2.5.33 Requires PHP: 8.0 -License: GPLv2 or later -License URI: http://www.gnu.org/licenses/gpl-2.0.html +License: GPLv3 or later +License URI: https://www.gnu.org/licenses/gpl.html Manage and display events, memberships, recurring events, locations and maps, volunteers, widgets, RSVP, ICAL and RSS feeds, payment gateways support. SEO compatible.