mage-eventpress/readme.txt

379 lines
12 KiB
Plaintext
Raw Normal View History

2018-09-30 05:05:37 -04:00
=== WooCommerce Event Manager ===
2019-05-21 03:39:00 -04:00
Contributors: magepeopleteam, aamahin
2018-09-10 05:32:36 -04:00
Tags: event, woocomerce events manager, events manager, Wordpress Events plugin, Events plugin, wp events
2018-08-16 12:59:10 -04:00
Requires at least: 4.5
2018-11-06 04:43:04 -05:00
Stable tag: trunk
2019-03-09 02:17:31 -05:00
Version: 2.1.3
2019-05-21 03:39:00 -04:00
Tested up to: 5.2
2019-04-28 00:19:49 -04:00
Requires PHP: 5.6
2018-11-06 04:43:04 -05:00
WC requires at least: 3.0
2019-05-22 23:55:01 -04:00
WC tested up to: 3.6.3
2018-11-06 04:43:04 -05:00
Requires PHP: 5.6
License: GPLv2 or later
2018-08-16 12:59:10 -04:00
License URI: http://www.gnu.org/licenses/gpl-2.0.html
2018-09-30 05:05:37 -04:00
WooCommerce Event Manager is a Event Plugin for WordPress which is based on WooCommerce.
== Description ==
This is one of the best and simple event management plugin is WordPress directory, Its used Woocommerce for making payment so Its freedom to use any payment gateway via WooCommerce. This plugin will run with Woocommerce but it will work as event post it will not take any effect on woocommerce products so if you want you can sale your product along with it.
2019-04-09 06:20:08 -04:00
2019-04-09 06:54:38 -04:00
### All major functions are available below:
2019-04-09 06:20:08 -04:00
2019-04-09 08:46:45 -04:00
➡ Works with WooCommerce and support all Payment method thats works on WooCommerce
➡ Showing Event in any page with Shortcode with different options
➡ Event Tickets with Quantity Management
➡ Event Extra Service with Quantity Management
➡ Event Venue with Google Map with google MAP and Iframe support
➡ Event Category
➡ Event Organizer
➡ Event Pricing with different type of event
➡ Event Calendar
➡ Custom email for every event
➡ Event Start & End Datetime and multiple date support
➡ Custom Registration Form for Event Attendee with every event
➡ Event Feature Image
➡ Responsive Design
➡ Developer fiendly
➡ Plays well with other Plugins
➡ Works with any standards compliant WordPress theme
➡ Event Template ( You can select a different template for each event)
➡ Ticket PDF Print and PDF ticket attachment with email (Pro version)
➡ Export Attendee List as csv format (Event Pro)
➡ Event Attendee List (Event Pro)
➡ Event Attendee Ticket with BarCode (QR code Addon)
➡ Nice Event Calenger Images support (Event Calender Pro Addon)
➡ Event book from Dashboard ( book from Dashborad Pro Addon)
➡ WooCommerce Support, You can Sale product and Event individually. There is no connection with Event with the WooCommerce Products.
2018-07-02 04:39:41 -04:00
2019-04-09 06:49:05 -04:00
👉 [View Live Demo](https://demo.vaincode.com/mage-event/)
👉 [Plugin Documentation](https://demo.vaincode.com/mage-event/documentation/)
👉[Buy WooCommerce Event Manager Pro](https://mage-people.com/product/mage-woo-event-booking-manager-pro/) 👈
2018-07-02 04:39:41 -04:00
### Shortcodes included with Woocommerce Events Manager
2018-09-24 02:40:46 -04:00
`
[event-list cat='' org='' style='grid' cat-filter='no' org-filter='no' show='' pagination='no' sort='ASC']
`
2018-07-02 04:39:41 -04:00
**cat:**
2018-09-24 02:40:46 -04:00
By default showing all event, but if you want to show event list of a particular category you can use this attribute, just put the category id with this. example:
`
[event-list cat='ID']
`
2018-02-22 07:14:47 -05:00
2018-07-02 04:39:41 -04:00
**org:**
2018-09-24 02:40:46 -04:00
By default showing all event, but if you want to show event list of a particular organization you can use this attribute, just put the category id with this. example:
2018-02-22 07:14:47 -05:00
2018-09-24 02:40:46 -04:00
`
[event-list org='ID']
`
2018-07-02 04:39:41 -04:00
**style:**
2018-09-24 02:40:46 -04:00
By default showing all event as grid. If you want to change the display style to list just change it to list. example:
`
[event-list style='list']
`
2018-02-22 07:14:47 -05:00
2018-07-02 04:39:41 -04:00
**cat-filter:**
2018-09-24 02:40:46 -04:00
By default showing all event without any filter option. If you want to change it to with category filter use this. example:
2018-02-22 07:14:47 -05:00
2018-09-24 02:40:46 -04:00
`
[event-list cat-filter='yes']
`
2018-07-02 04:39:41 -04:00
**org-filter:**
2018-09-24 02:40:46 -04:00
By default showing all event without any filter option. If you want to change it to with organization filter use this. example:
`
[event-list org-filter='yes']
`
2018-06-05 06:55:46 -04:00
2018-07-02 04:39:41 -04:00
**show:**
2018-09-24 02:40:46 -04:00
By default showing all event without any limition. If you want to change it and set limit input the limit number. example:
`
[event-list show='10']
`
2018-06-05 06:55:46 -04:00
2018-07-02 04:39:41 -04:00
**pagination:**
2018-09-24 02:40:46 -04:00
By default there is no pagination with the event list but if you want to show pagination set yes the value. example:
2018-06-05 06:55:46 -04:00
2018-09-24 02:40:46 -04:00
`
[event-list pagination='yes']
`
**sort:**
2018-09-24 02:40:46 -04:00
You can sort event list by event start datetime. By default it showing as Assending format, If you want to change the sorting format you need you use this attribute. example:
2018-09-24 02:40:46 -04:00
`
[event-list sort='ASC/DESC']
`
2018-07-02 04:39:41 -04:00
### Event Calender ShortCode:
2018-09-24 02:40:46 -04:00
`
2018-07-02 04:39:41 -04:00
[event-calendar]
2019-04-09 06:49:05 -04:00
2019-04-09 06:54:38 -04:00
`
2019-04-09 06:49:05 -04:00
= Some Others Very Nice Addon Support Available =
👉[Event QR Code Addon](https://mage-people.com/product/woocommerce-event-qr-code-addon/)👈
👉[Event Calendar Addon](https://mage-people.com/product/woocommerce-event-calendar-addon/) 👈
👉[Event Coupon Code Addon](https://mage-people.com/product/woocommerce-event-coupon-code-addon/) 👈
👉[Event Waitlist Addon](https://mage-people.com/product/woocommerce-event-waitlist-addon/) 👈
👉[Event Book an Event From Dashboard](https://mage-people.com/product/woocommerce-event-book-an-event-from-dashboard/) 👈
👉[Event User Registration Form Position](https://mage-people.com/product/woocommerce-event-user-registration-form-position/) 👈
👉[Event Duplicator Addon](https://mage-people.com/product/woocommerce-event-duplicator-addon/) 👈
2019-04-09 06:54:38 -04:00
2018-07-02 04:39:41 -04:00
2018-08-02 03:21:46 -04:00
### Note:
We do best support for our plugin, we have fully confidence that our plugin working very well for any theme. in case you face any problem with our plugin or any customization needed please email us: magepeopleteam@gmail.com
our support team will back to you shortly.
2018-07-02 04:39:41 -04:00
2018-09-24 02:43:43 -04:00
2018-07-02 04:39:41 -04:00
### How to Add New Event
https://www.youtube.com/watch?v=2VLWSUS6GPI
### How to Add Ticket Base Event
https://www.youtube.com/watch?v=2VLWSUS6GPI
### How to Buy/Purchase/Booking an Event
https://www.youtube.com/watch?v=IyUCCIeS6P8
2018-06-05 06:55:46 -04:00
2018-02-22 07:14:47 -05:00
2018-09-24 02:47:17 -04:00
**CHECKOUT OUR OTHER PRODUCTS**
2018-09-24 23:43:41 -04:00
**CHECKOUR OUR OTHER PLUGINS**
2019-03-25 06:17:44 -04:00
[Bus Booking Manager](https://wordpress.org/plugins/bus-booking-manager/)
2018-09-24 02:47:17 -04:00
[Bus Ticket Booking with Seat Reservation](https://wordpress.org/plugins/bus-ticket-booking-with-seat-reservation/)
2018-09-24 23:43:41 -04:00
[Woocommerce Events Manager](https://wordpress.org/plugins/mage-eventpress/)
2018-02-22 07:14:47 -05:00
2018-09-24 02:40:46 -04:00
2018-02-22 07:14:47 -05:00
== Installation ==
2019-04-09 08:42:50 -04:00
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
== Frequently Asked Questions ==
2019-04-09 06:20:08 -04:00
= Q.Is Woocommerce Events Manager Free? =
A. Yes! Woocommerce Events Manager is free.
2018-07-02 04:39:41 -04:00
You can check the demo of this plugin from here [Live Demo](https://demo.vaincode.com/mage-event/)
2019-04-09 06:20:08 -04:00
= Q.Any Documentation? =
A. Yes! Here is the [Online Documentation](https://demo.vaincode.com/mage-event/documentation/).
2018-07-02 04:39:41 -04:00
2019-04-09 08:42:50 -04:00
= Q.I installed correctly but 404 error what can I do ? =
A. You need to Re-save permalink settings it will solve the 404. if still not work that means you permalink not working, you may have httaccess problem or you have server permission problem.
2019-04-09 06:20:08 -04:00
= Q.How its work? =
A. Woocommerce Events Manager one of the simple event plugin for WordPress which is based on Woocommerce. Its work as an individual event and its payment functionality handle with woocommerce so there are no worries about payment gateway you can use every payment gateway which is support woocommerce. The interesting part is the event post type is completely different there is no connection with woocommerce product so if you can sell anything from woocommerce product.
2019-04-09 06:20:08 -04:00
= Q.How can i get the attendee list? =
A. After successfull booking user data will be saved under event attendee list, You can find the list from Events -> attendee list or Go to event list and click on the attendee list on right side of event to get that particular event attendee list.
2019-04-09 06:20:08 -04:00
= Q.How can i display event list? =
A. You can display the event list on any page by using the ShortCode. Just use this shortcode to display all events list [event-list]. If you want to display any particular category events just use [event-list cat=ID] here ID will be the category id which will you find in the category section of the dashboard.
2019-04-09 08:42:50 -04:00
= Q.why my shortcode not displaying anything ? =
A. Please make sure that you added shortcode in Text mode. if you add shortcode in tag embeded it may not work
= Q.Where Can I see Attendee list ? =
A. Attendee list includes in our [pro version](https://mage-people.com/product/mage-woo-event-booking-manager-pro/)
= Q.What features are included in pro version that are not in Free version ? =
A. Event Pro Version has major two version.
➡ Attendee form builder and attendee list with CSV export
➡ PDF ticketing and Email Attachment
= Q.I need More features what can I do ? =
A. you can create support ticket here with features details that you need, one of our support member will back to you shortly. [Support Ticket](https://mage-people.com/submit-ticket-2/)
= Q.How can I get best support from plugin Company =
A. you can create support ticket here with problem details with possible screenshot that you have problem, one of our support member will back to you shortly. [Support Ticket](https://mage-people.com/submit-ticket-2/)
== Changelog ==
2018-02-22 07:14:47 -05:00
= 1.0.0 =
*Initial Release Date - 02 February 2018*
2018-02-22 07:14:47 -05:00
= 1.0.2 =
*Quantity Manage Added - 14 February 2018*
= 1.0.5 =
2018-02-27 06:40:25 -05:00
*Update Release, Google Map and Add to calender feture added and some bug fixed - 22 February 2018*
= 1.0.6 =
2018-07-02 04:39:41 -04:00
*Update Release, Event Extra option feature added. So now you can add as many option with a event with price - 27 February 2018*
= 2.0 =
*Update Release, A Huge update released, added so many features. - 02 July 2018*
= 2.0.3 =
2018-07-04 08:35:05 -04:00
*Update Release, Responsive issue fixed, added label setting panel so now easily all lable changable from dashboard. 03 July 2018*
= 2.0.4 =
2018-07-05 06:10:06 -04:00
*Update Release, Minor Bug Fixs. 04 July 2018*
= 2.0.5 =
*Update Release,F.A.Q Feature added into every events. 07 July 2018*
= 2.0.6 =
2018-07-13 08:12:25 -04:00
*Update Release,Styling Section added into Event Setting Section, Now users can control all type of styling issue from dashboard. 09 July 2018*
= 2.0.8 =
2018-07-17 03:41:37 -04:00
*Update Release,Minor Bux Fixed 13 July 2018*
= 2.0.9 =
2018-08-10 12:12:04 -04:00
*Update Release,Quantity Box issue Fixed & Datepcker missing Next and Previuos button fixed 6 Aug 2018*
= 2.1.0 =
2018-08-16 08:19:34 -04:00
*Update Release, jQuery Conflict fixed with DiVi theme. 8 Aug 2018*
= 2.1.1 =
2018-08-25 06:12:18 -04:00
*Update Release, php warning and notice removed and date issue fixed. 16 Aug 2018*
= 2.1.2 =
*Update Release, php warning and notice removed and date issue fixed. 25 Aug 2018*
= 2.1.3 =
*Update Release, Date display issue fixed. 14 Sep 2018*
= 2.1.4 =
2018-11-06 04:43:04 -05:00
*Update Release, Sorting feture added into shortcode. 18 Sep 2018*
= 2.1.5 =
2018-11-13 01:00:24 -05:00
*Update Release, Fixed Google Calender Time issue fixed. 06 Nov 2018
*= 2.1.6 =
2018-11-28 00:19:53 -05:00
*Update Release, Event Expired Listing Query Issue has been fixed in this version.. 06 Nov 2018*
*= 2.1.9 =
*Update Release, Custom email sending issue has been fixed. 28 Nov 2018*
*= 2.2.0 =
2018-12-02 00:39:48 -05:00
*Update Release, Fixed no numeric error, and add feature to hide available seat count. 29 Nov 2018*
2018-12-02 02:22:21 -05:00
*= 2.2.1 & 2.2.2 =
2018-12-02 00:39:48 -05:00
*Update Release, fixed cart wrong calculation issue. 02 Dec 2018*
2018-12-05 05:06:09 -05:00
*= 2.2.3 =
*Update Release:
==> Added custom excerpt option into event
==> Fix zero amount add to cart issue
==> Showing Not Ticket available message when all tickets sold out
==> Price Label settings has been added into Event Settings
2018-12-18 02:55:56 -05:00
02 Dec 2018*
2018-12-05 05:06:09 -05:00
2018-12-18 02:55:56 -05:00
*= 2.2.6 =
*Update Release:
==> Translation ready
==> Bangla language fully supported
==> NL language fully supported
2019-02-05 05:07:48 -05:00
18 Dec 2018*
*= 2.3.1 =
*Update Release:
==> PDF Ticket New Design
==> Now you can add custom image as background of PDF Ticket
==> Terms and Condition text in PDF Ticket
==> Seat Reservation Feature added. Now owner can reserve of event seat
==> Add to cart Button issue fixed.
31 Jan 2019*
*= 2.3.2 =
*Update Release:
==> France Language Pack Ready.
2019-04-28 01:29:40 -04:00
05 Feb 2019*
*= 2.5.8 =
*Update Release:
==> Security Vulnerability Issue Fixed.
2019-05-05 07:22:08 -04:00
28 April 2019*
2019-05-21 03:39:00 -04:00
*= 2.6 =
2019-05-05 07:22:08 -04:00
*Update Release:
2019-05-21 03:39:00 -04:00
==> CSV Blank issue fixed
==> Multiple Add Calender feature added.
2019-06-03 04:24:18 -04:00
21 May 2019*
*= 2.6.1 =
*Update Release:
==> Templating issue fixed in child theme
03 June 2019*
*= 2.6.2 & 2.6.3 =
*Update Release:
==> Calendar Button issue fixed
==> Calendar Button label text issue fixed
==> Template broken issue fixed.
==> Add Ticket Number into CSV File
==> Dynamic Column feature in CSV file
2019-06-19 08:17:19 -04:00
11 June 2019*
*= 2.6.4 =
*Update Release:
==> Booking counting duplicating issue fixed in free event.
==> Add new feature Reset Booking count option.
2019-07-01 01:05:56 -04:00
19 June 2019*
*= 2.6.5 =
*Update Release:
==> Fixed Security issue in Attandee Page
15 June 2019*
*= 2.6.6 =
*Update Release:
==> Added new strings into Translation setting page
==> Fixed event details page not showing in some theme issue
==> Mixitup Filter for multiple sub category issue fixed
2019-07-03 06:12:40 -04:00
1 July 2019*
*= 2.6.7 =
2019-07-03 06:12:40 -04:00
* Update Release:
==> Timezone issue fixed
==> Added Event expire date change settings
==> Negative value display issue fixed.
3 July 2019*
*= 2.6.8 =
* Update Release:
==> Quick fix, Double booking issue fixed.
5 July 2019*