Skip to content

Commit

Permalink
Integrated the frontend submit form
Browse files Browse the repository at this point in the history
  • Loading branch information
liedekef committed Jul 24, 2024
1 parent 62d1576 commit 0139a96
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eme-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ function eme_admin_tabs( $current = 'homepage' ) {
'gdpr' => __( 'Data protection', 'events-made-easy' ),
'payments' => __( 'Payments', 'events-made-easy' ),
'maps' => __( 'Maps', 'events-made-easy' ),
//'emefs' => __( 'Frontend Submit', 'events-made-easy' ),
'emefs' => __( 'Frontend Submit', 'events-made-easy' ),
'other' => __( 'Other', 'events-made-easy' ),
];
if ( ! get_option( 'eme_rsvp_enabled' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion eme-shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
add_shortcode( 'eme_location_map', 'eme_single_location_map_shortcode' );
add_shortcode( 'eme_locations', 'eme_get_locations_shortcode' );
add_shortcode( 'eme_location', 'eme_get_location_shortcode' );
//add_shortcode( 'eme_add_event_form', 'eme_add_event_form_shortcode' );
add_shortcode( 'eme_add_event_form', 'eme_add_event_form_shortcode' );
add_shortcode( 'eme_add_booking_form', 'eme_add_booking_form_shortcode' );
add_shortcode( 'eme_add_multibooking_form', 'eme_add_multibooking_form_shortcode' );
add_shortcode( 'eme_add_simple_multibooking_form', 'eme_add_simple_multibooking_form_shortcode' );
Expand Down
2 changes: 1 addition & 1 deletion events-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
require_once 'eme-gdpr.php';
require_once 'eme-tasks.php';
require_once 'eme-translate.php';
//require_once 'eme-fs.php';
require_once 'eme-fs.php';
require_once 'class-expressivedate.php';

// Setting constants
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ Events list and calendars can be added to your blogs through widgets, shortcodes
See the FAQ section at the [Official site](https://www.e-dynamics.be/wordpress/).

== Changelog ==
= 2.5.0 (2024//) =
* Integrated the frontend submit form, using [eme_add_event_form] shortcode and templating support

= 2.4.53 (2024/07/19) =
* A renamed option was not taken into account in all pages

Expand Down

0 comments on commit 0139a96

Please sign in to comment.