Skip to content

Commit

Permalink
release 2.3.33
Browse files Browse the repository at this point in the history
  • Loading branch information
liedekef committed Jan 5, 2023
1 parent 1f265f0 commit 63bfc3b
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 15 deletions.
8 changes: 4 additions & 4 deletions eme-formfields.php
Original file line number Diff line number Diff line change
Expand Up @@ -2350,8 +2350,8 @@ function eme_replace_rsvp_formfields_placeholders( $event, $booking, $format = '
}
}

$min_allowed = (int) $event['event_properties']['min_allowed'];
$max_allowed = (int) $event['event_properties']['max_allowed'];
$min_allowed = $event['event_properties']['min_allowed']; // it is a string (can be a number or some multi-format)
$max_allowed = $event['event_properties']['max_allowed']; // it is a string (can be a number or some multi-format)
//if ($event['event_properties']['take_attendance']) {
// $min_allowed = 0;
// $max_allowed = 1;
Expand Down Expand Up @@ -2399,9 +2399,9 @@ function eme_replace_rsvp_formfields_placeholders( $event, $booking, $format = '
foreach ( $multi_avail as $key => $avail_seats ) {
$booked_seats_options[ $key ] = [];
if ( $max_allowed_is_multi ) {
$real_max_allowed = intval( $multi_max_allowed[ $key ] );
$real_max_allowed = (int) $multi_max_allowed[ $key ];
} else {
$real_max_allowed = $max_allowed;
$real_max_allowed = (int) $max_allowed;
}

// don't let people choose more seats than available
Expand Down
4 changes: 2 additions & 2 deletions events-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/*
Plugin Name: Events Made Easy
Version: 2.3.32
Version: 2.3.33
Plugin URI: https://www.e-dynamics.be/wordpress
Update URI: https://github.com/liedekef/events-made-easy/
Description: Manage and display events and memberships. Also includes recurring events; locations; widgets; maps; RSVP; ICAL and RSS feeds; Paypal, 2Checkout and others.
Expand Down Expand Up @@ -35,7 +35,7 @@
*/

// Setting constants
define( 'EME_VERSION', '2.3.32' );
define( 'EME_VERSION', '2.3.33' );
define( 'EME_DB_VERSION', 365 );
define( 'EVENTS_TBNAME', 'eme_events' );
define( 'EVENTS_CF_TBNAME', 'eme_events_cf' );
Expand Down
3 changes: 2 additions & 1 deletion langs/events-made-easy-de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Plugins - Events Made Easy - Stable (latest release)\n"
"Report-Msgid-Bugs-To: https://github.com/liedekef/events-made-easy\n"
"POT-Creation-Date: 2023-01-05 20:41:24+00:00\n"
"POT-Creation-Date: 2023-01-05 21:03:25+00:00\n"
"PO-Revision-Date: 2022-11-30 21:44:39+0000\n"
"Language: de\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -16978,6 +16978,7 @@ msgstr "https://www.e-dynamics.be/"
#
#
#
#
#~ msgid ""
#~ "If you like Events Made Easy, please leave a <a href=\"%s\" "
#~ "target=\"_blank\" style=\"text-decoration:none\">★★★★★</a> rating. A huge "
Expand Down
20 changes: 19 additions & 1 deletion langs/events-made-easy-fr_FR.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Plugins - Events Made Easy - Stable (latest release)\n"
"Report-Msgid-Bugs-To: https://github.com/liedekef/events-made-easy\n"
"POT-Creation-Date: 2023-01-05 20:41:24+00:00\n"
"POT-Creation-Date: 2023-01-05 21:03:25+00:00\n"
"PO-Revision-Date: 2022-12-30 22:22+0100\n"
"Last-Translator: Fred17 <f14m07@netc.fr>\n"
"Language-Team: \n"
Expand Down Expand Up @@ -17009,6 +17009,7 @@ msgstr "https://www.e-dynamics.be/"
#
#
#
#
#~ msgid ""
#~ "If you like Events Made Easy, please leave a <a href=\"%s\" "
#~ "target=\"_blank\" style=\"text-decoration:none\">★★★★★</a> rating. A huge "
Expand All @@ -17020,31 +17021,36 @@ msgstr "https://www.e-dynamics.be/"
#
#
#
#
#~ msgid "Hello World"
#~ msgstr "Bonjour !"
#
#
#
#
#~ msgid "Single"
#~ msgid_plural "Plural"
#~ msgstr[0] "Unique"
#~ msgstr[1] "Évènement unique"
#
#
#
#
#~ msgid "Single Noop"
#~ msgid_plural "Plural Noop"
#~ msgstr[0] "Unique"
#~ msgstr[1] "Évènement unique"
#
#
#
#
#~ msgctxt "Testing"
#~ msgid "Hello World"
#~ msgstr "Bonjour le monde"
#
#
#
#
#~ msgctxt "test-domain"
#~ msgid "Hello World Noop"
#~ msgid_plural "Testing"
Expand All @@ -17053,66 +17059,78 @@ msgstr "https://www.e-dynamics.be/"
#
#
#
#
#~ msgid "Attribute"
#~ msgstr "attribut"
#
#
#
#
#~ msgid "HTML"
#~ msgstr "HTML"
#
#
#
#
#~ msgctxt "Testing"
#~ msgid "Attribute"
#~ msgstr "Attribut"
#
#
#
#
#~ msgctxt "Testing"
#~ msgid "HTML"
#~ msgstr "HTML"
#
#
#
#
#~ msgid "View details"
#~ msgstr "Voir les détails"
#
#
#
#
#~ msgid "More information about %s"
#~ msgstr "Plus d'informations sur %s"
#
#
#
#
#~ msgid "Check for updates"
#~ msgstr "Vérifier les mises à jour"
#
#
#
#
#~ msgctxt "the plugin title"
#~ msgid "The %s plugin is up to date."
#~ msgstr "L'extension %s est à jour."
#
#
#
#
#~ msgctxt "the plugin title"
#~ msgid "A new version of the %s plugin is available."
#~ msgstr "Une nouvelle version de l'extension %s est disponible."
#
#
#
#
#~ msgctxt "the plugin title"
#~ msgid "Could not determine if updates are available for %s."
#~ msgstr ""
#~ "Impossible de déterminer si des mises à jour sont disponibles pour %s."
#
#
#
#
#~ msgid "Unknown update checker status \"%s\""
#~ msgstr "Statut inconnu du vérificateur de mise à jour « %s »."
#
#
#
#
#~ msgid "There is no changelog available."
#~ msgstr "Pas de suivi des modifications disponible"
3 changes: 2 additions & 1 deletion langs/events-made-easy-nl_BE.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Plugins - Events Made Easy - Stable (latest release)\n"
"Report-Msgid-Bugs-To: https://github.com/liedekef/events-made-easy\n"
"POT-Creation-Date: 2023-01-05 20:41:24+00:00\n"
"POT-Creation-Date: 2023-01-05 21:03:25+00:00\n"
"PO-Revision-Date: 2022-12-31 14:17+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down Expand Up @@ -16768,6 +16768,7 @@ msgstr "https://www.e-dynamics.be/"
#
#
#
#
#~ msgid ""
#~ "If you like Events Made Easy, please leave a <a href=\"%s\" "
#~ "target=\"_blank\" style=\"text-decoration:none\">★★★★★</a> rating. A huge "
Expand Down
3 changes: 2 additions & 1 deletion langs/events-made-easy-nl_NL.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Plugins - Events Made Easy - Stable (latest release)\n"
"Report-Msgid-Bugs-To: https://github.com/liedekef/events-made-easy\n"
"POT-Creation-Date: 2023-01-05 20:41:24+00:00\n"
"POT-Creation-Date: 2023-01-05 21:03:25+00:00\n"
"PO-Revision-Date: 2022-12-31 14:17+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down Expand Up @@ -16768,6 +16768,7 @@ msgstr "https://www.e-dynamics.be/"
#
#
#
#
#~ msgid ""
#~ "If you like Events Made Easy, please leave a <a href=\"%s\" "
#~ "target=\"_blank\" style=\"text-decoration:none\">★★★★★</a> rating. A huge "
Expand Down
10 changes: 9 additions & 1 deletion langs/events-made-easy-sk_SK.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Plugins - Events Made Easy - Development (trunk)\n"
"Report-Msgid-Bugs-To: https://github.com/liedekef/events-made-easy\n"
"POT-Creation-Date: 2023-01-05 20:41:24+00:00\n"
"POT-Creation-Date: 2023-01-05 21:03:25+00:00\n"
"PO-Revision-Date: 2022-12-23 09:21:50+0000\n"
"Language: sk\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -16523,6 +16523,7 @@ msgstr "https://www.e-dynamics.be/"
#
#
#
#
#~ msgid ""
#~ "If you like Events Made Easy, please leave a <a href=\"%s\" "
#~ "target=\"_blank\" style=\"text-decoration:none\">★★★★★</a> rating. A huge "
Expand All @@ -16546,6 +16547,7 @@ msgstr "https://www.e-dynamics.be/"
#
#
#
#
#, fuzzy
#~ msgid "Single"
#~ msgid_plural "Plural"
Expand All @@ -16567,6 +16569,7 @@ msgstr "https://www.e-dynamics.be/"
#
#
#
#
#, fuzzy
#~ msgid "Single Noop"
#~ msgid_plural "Plural Noop"
Expand All @@ -16588,6 +16591,7 @@ msgstr "https://www.e-dynamics.be/"
#
#
#
#
#, fuzzy
#~ msgid "Attribute"
#~ msgstr "Atribúty"
Expand All @@ -16606,6 +16610,7 @@ msgstr "https://www.e-dynamics.be/"
#
#
#
#
#, fuzzy
#~ msgctxt "Testing"
#~ msgid "Attribute"
Expand All @@ -16625,6 +16630,7 @@ msgstr "https://www.e-dynamics.be/"
#
#
#
#
#, fuzzy
#~ msgid "View details"
#~ msgstr "Zobraziť podujatie"
Expand All @@ -16643,6 +16649,7 @@ msgstr "https://www.e-dynamics.be/"
#
#
#
#
#, fuzzy
#~ msgid "More information about %s"
#~ msgstr "Viac informácií o sviatkoch nájdete na stránke "
Expand All @@ -16661,6 +16668,7 @@ msgstr "https://www.e-dynamics.be/"
#
#
#
#
#, fuzzy
#~ msgid "Check for updates"
#~ msgstr "Záznam upravený"
2 changes: 1 addition & 1 deletion langs/events-made-easy-sv_SV.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Plugins - Events Made Easy - Development (trunk)\n"
"Report-Msgid-Bugs-To: https://github.com/liedekef/events-made-easy\n"
"POT-Creation-Date: 2023-01-05 20:41:24+00:00\n"
"POT-Creation-Date: 2023-01-05 21:03:25+00:00\n"
"PO-Revision-Date: 2022-12-05 11:58:21+0000\n"
"Language: sv_SE\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion langs/events-made-easy-zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Plugins - Events Made Easy - Development (trunk)\n"
"Report-Msgid-Bugs-To: https://github.com/liedekef/events-made-easy\n"
"POT-Creation-Date: 2023-01-05 20:41:24+00:00\n"
"POT-Creation-Date: 2023-01-05 21:03:25+00:00\n"
"PO-Revision-Date: 2022-09-26 01:16:56+0000\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion langs/events-made-easy.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Events Made Easy 2.3.32\n"
"Report-Msgid-Bugs-To: https://github.com/liedekef/events-made-easy\n"
"POT-Creation-Date: 2023-01-05 20:41:24+00:00\n"
"POT-Creation-Date: 2023-01-05 21:03:25+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.e-dynamics.be/wordpress
Tags: events, memberships, locations, bookings, calendars, maps, payment gateways, drip content
Requires at least: 5.4
Tested up to: 6.1
Stable tag: 2.3.32
Stable tag: 2.3.33
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -100,6 +100,9 @@ Events list and calendars can be added to your blogs through widgets, shortcodes
See the FAQ section at [the documentation site](https://www.e-dynamics.be/wordpress).

== Changelog ==
= 2.3.33 (2023/01/05) =
* Fix multiprice/multiseat events

= 2.3.32 (2023/01/05) =
* Fix deleting custom fields
* Add Cloudflare Turnstile as captcha method for forms
Expand Down

0 comments on commit 63bfc3b

Please sign in to comment.