Event post

説明

Adds some meta-data to posts to convert them into full calendar events.
Each event can be exported into ical(.ics), outlook(vcs), or Google Calendar.
Geolocation works thanks to openstreetmap.

It can also fetch the weather, but doesn’t bring the sun 🙂

Follow @wpeventpost on Twitter for latest news.

Examples on event-post.com

投稿メタ情報

Date attributes

  • Begin Date
  • End Date
  • 色(Color)
  • Event Status
  • Event Attendance Mode

Location attributes

  • 番地
  • GPS coordinates
  • Event Virtual Location

WooCommerce compliant

You can enable event features on Woocommerce products. The event will be displayed on the product page. Moreover, the product price will be displayed in event list, calendar, map and timeline.

This, way, you can sell tickets for your events, effortlessly and without any additional plugin.

Weather attribute (for a given location and date if possible)

  • Weather
    • Temperature
    • Weather

Usage

Plugins/themes developpers documentation

Blocks & Shortcodes

The plugin comes with several blocks/shortcodes which allows to:

  • [events_list]: display a list of events
  • [events_map]: display a map of events
  • [events_cal]: display a calendar of events
  • [event_details]: display a detail of the current event
  • [event_term]: display the date range of a given term based on all events it contains

[events_list]

Query parameters

  • nb=5 (number of post, -1 is all, default: 5)
  • future=1 (boolean, retrieve, or not, events in the future, default = 1)
  • past=0 (boolean, retrieve, or not, events in the past, default = 0)
  • cat=” (string, select posts only from the selected category, default=null, for all categories)
  • tag=” (string, select posts only from the selected tag, default=null, for all tags)
  • tax_name=” (string, custom taxonomy name)
  • tax_term=” (string, the term for above taxonomy)
  • geo=0 (boolean, retreives or not, only events which have geolocation informations, default=0)
  • order=”ASC” (string (can be “ASC” or “DESC”)
  • orderby=”meta_value” (string (if set to “meta_value” events are sorted by event date, possible values are native posts fields : “post_title”,”post_date” etc…)

Display parameters

  • thumbnail=” (Bool, default:false, used to display posts thumbnails)
  • thumbnail_size=” (String, default:”thmbnail”, can be set to any existing size : “medium”,”large”,”full” etc…)
  • excerpt=” (Bool, default:false, used to display posts excerpts)
  • style=” (String, add some inline CSS to the list wrapper)
  • type=”div” (string, possible values are : div, ul, ol default=div)
  • title=” (string, hidden if no events is found)
  • before_title='<h3>’ (string (default <h3>)
  • after_title='</h3>’ (string (default </h3>)
  • container_schema=” (string html schema to display list)
  • item_schema=” (string html schema to display item)

example:

`

`

`

[events_list future=1 past=1 cat=”actuality” nb=10] `

container_schema default value:

<%type% class=”event_loop %id% %class%” id=”%listid%” style=”%style%” %attributes%>
%list%
</%type%>

item_schema default value:

<%child% class=”event_item %class%” data-color=”%color%”>
<a href=”%event_link%”>
%event_thumbnail%
<h5>%event_title%</h5>
</a>
%event_date%
%event_cat%
%event_location%
%event_excerpt%
</%child%>

[events_map]

  • nb=5 (number of post, -1 is all, default: 5)
  • future=1 (boolean, retreive, or not, events in the future, default = 1)
  • past=0 (boolean, retreive, or not, events in the past, default = 0)
  • cat=” (string, select posts only from the selected category, default=null, for all categories)
  • tag=” (string, select posts only from the selected tag, default=null, for all tags)
  • tax_name=” (string, custom taxonomy name)
  • tax_term=” (string, the term for above taxonomy)
  • tile=” (string (default@osm.org, OpenCycleMap, mapquest, osmfr, 2u, satelite, toner), sets the map background, default=default@osm.org)
  • title=” (string (default)
  • zoom=” (number or empty (default, means fit to points)
  • before_title='<h3>’; (string (default <h3>)
  • after_title='</h3>’ *(string (default </h3>)**
  • thumbnail=” * (Bool, default:false, used to display posts thumbnails)*
  • excerpt=” (Bool, default:false, used to display posts excerpts)
  • list=” (String (“false”, “above”, “below”, “right”, “left”) default: “false”, Display a list of posts)

example:

`

`

`

[events_map future=1 past=1 cat=”actuality” nb=”-1″] `

[events_cal]

  • cat=” (string, select posts only from the selected category, default=null, for all categories)
  • date=” (string, date for a month. Absolutly : 2013-9 or relatively : -1 month, default is empty, current month
  • datepicker=1 (boolean, displays or not a date picker)
  • mondayfirst=0 (boolean, weeks start on monday, default is 0 (sunday)
  • display_title=0 (boolean, displays or not events title under the day number)
  • tax_name=” (string, custom taxonomy name)
  • tax_term=” (string, the term for above taxonomy)

example:

`

`

`

[events_cal cat=”actuality” date=”-2 months” mondayfirst=1 display_title=1] `

[event_details]

  • attribute string (date, start, end, address, location). The default value is NULL and displays the full event bar

    [event_details attribute="address"]

フック

フィルター

  • eventpost_add_custom_box_position
  • event_post_class_calendar_link
  • eventpost_columns_head
  • eventpost_contentbar
  • eventpost_default_list_shema
  • eventpost_get
  • eventpost_get_items
  • eventpost_get_post_types
  • eventpost_get_single
  • eventpost_getsettings
  • eventpost_item_scheme_entities
  • eventpost_item_scheme_values
  • eventpost_list_shema
  • eventpost_listevents
  • eventpost_maps
  • eventpost_multisite_get
  • eventpost_multisite_blogids
  • eventpost_params
  • eventpost_printdate
  • eventpost_printlocation
  • eventpost_bulk_edit_fields
  • eventpost_quick_edit_fields
  • eventpost_retreive
  • event-post-rich-result
  • eventpost_shortcode_slug

アクション

  • evenpost_init
  • eventpost_add_custom_box
  • eventpost_custom_box_date
  • eventpost_custom_box_loc
  • after_eventpost_generator
  • eventpost_getsettings
  • eventpost_settings_form
  • eventpost_after_settings_form

スクリーンショット

  • Map in single page
  • Editor interface for the List Block
  • Editor interface for event data
  • Editor interface for location data

ブロック

このプラグインは7個のブロックを提供します。

  • Event-post front
  • Events Details Details of an event
  • Event-post admin
  • Events Timeline
  • Events List List of events
  • Events Calendar Calendar of events
  • Events Map Map of events

インストール

  1. Upload event-post to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress admin
  3. You can edit defaults settings in Settings > Event post

FAQ

プラグインは無料ですか ?

Yes, and it uses only open-sources : openstreetmap, openlayer, jquery

天気機能を有効にするには ?

Weather feature uses openweathermap.org api.

You have to create an account and generate an API key at http://openweathermap.org/price

I have no interest in openweathermap.org, I personally use the free plan.

Is there any limitation for the weather feature ?

Openweathermap.org provides a free plan limited to 60 requests per minute.

You can also subscribe to paid plan, I don’t care.

評価

2024年3月13日
Event Post - TOP!! Excellent plugin that fits into Wordpress. Many thanks to the developers - it is used with enthusiasm on websites.
2023年6月12日
I was looking for a simple solution to post and archive events that were previously only on Facebook. Thanks to this plugin, it was easy to do. Thanks for your work so far
2022年3月24日 2 replies
Thanks for a simple, light, easy plugin. I didn't want a full event calendar for this project, and this is ideal. I would suggest simpler documentation for non-devs (like a dedicated admin page with settings, docs etc), and ability to control layout/css in shortcode a bit more, how to add weather, but overall an awesome and light plugin for folks who know some coding. Thanks.
2021年1月22日 4 replies
I've found this addon as the only one so far (at least I think so) that embeds the event functionality to default WP posts, instead of creating it's own taxonomies. That allows events to be handled by plenty of other WP addons that don't recognize custom taxonomies (such as sliders, post grids etc.). Right now I have only one problem - days initials in calendar table aren't translatable, but I hope I will find a workaround. I also suggested a lot of string translations to Croatian here in translate.wordpress and I hope to to do a lot more. I hope you'll continue development of this addon. 🙂
34件のレビューをすべて表示

貢献者と開発者

Event post はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Event post” は9ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Event post” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

5.9.1

  • Fix doing_it_wrong calls in legacy widgets
  • Escape HTML & outputs

5.9.0

Security:

  • Fixes XSS vuln in event metadata (https://patchstack.com/database/report-preview/8edeb59a-59e6-42aa-8ed4-5f79cdedf820)

Features:

  • Adds “Completed” event status

Misc:

  • Refactor source of blocks with wordpress-scripts
  • Improves WordPress’s PHPCS compliance
  • Fix deprecated gmt_offset
  • Mark legacy widgets as deprecated
  • Fix warnings in PHP8+

5.8.6

  • Fix December month on native datepicker

5.8.5

  • Dissociate event description from post excerpt
  • Remove double line breaks and &nbsp in description

5.8.4

  • Fix undefined variable in price and text-price
  • Now when excerpt is empty, the text body is used
  • Use relative URLS in rewrite rules
  • Fix attempt to assign property start on null
  • Fix read property “time_start” on bool

5.8

  • Set cursor on current date
  • Add support for WooCommerce products
  • New Timeline design
  • Fix ICS format
  • Fix PHP8 warnings
  • Update some dependencies

5.7.1

  • Update Requires at least to 5.9
  • Fix crash when there is no event to retreive
  • Ensure color format

5.7

  • Add EventDetails theme block
  • Inhibate click on location link if map has to be open
  • Fix data retreiving on single event block
  • Fix HTML of categories in Timeline
  • Fix item width in timeline

5.6.1

  • Fix division by zero

5.6

  • Use dashicons as Map Marker
  • Add color on Categories
  • Add a Time Line Slider Block
  • Fix list preview in admin
  • Fix bulk edit
  • Fix \n\n in Google Calendar description

5.5

  • Make location button clickable
  • Add padding around markers on map
  • Update OpenLayer to 6.12
  • Use native className in blocks

5.4

  • Add pretty URLs for ICS exports
  • Add geo: link on mobile devices
  • Refactor: split huge PHP/SCSS files into smaller ones
  • Fix PHP8 warnings

5.3.9

  • Fix crash in php8 : check time_start before using it in date()
  • Fix missing var for VCS export
  • Remove PHP notice in case of missusage
  • Add Timezone in RichEvent data

5.3.8

  • Allows to set custom HTML for pop elements in Map
  • Allows to set custom position on Map Block
  • Add filters on Calendar Date

5.3.7

  • Icalendar standards compliance

5.3.6

  • Use real permalink in ICS

5.3.5

  • Make blocks localizable
  • Update .POT file
  • Set default height/width to map
  • Update OpenLayer librairy to v6.5
  • Fix jQuery migrate deprecations
  • Load map in editor after a 2s delay, The #openlayer map doesn’t like to be hidden when loading
  • Move map controllers outside of the map
  • Add missing var declaration
  • Correctly get text for address search in edit page
  • Explicitly declare var in JS
  • Move inline-edit JS file in SRC and minify it

5.3.4

  • Fix Map not displayed in editor view
  • Fix Map not displayed in single view
  • Set default height to Map Block
  • Update OpenLayer to 6.5
  • Fix jQuery Migrate deprecations
  • Minify inline edit script
  • Correctly get text for address search in edit page

5.3.3

  • Add triggers on calendar
  • Add setting to hide/show EventStatus
  • Add “eventpost_shorcode_slug” filter
  • Remove deprecated shortcode wizard
  • Remove support for shortcake (shortcode UI)
  • Remove hard-coded textdomain loader
  • Fix JS warnings in admin

5.3.2

  • Add tax_name and tax_term attributes to shortcodes.
  • Update shortcodes documentation

5.3.1

  • Add wrappers around date picker in calendar widget
  • Add date remove button in editor
  • Remove PHP warning in single view when post is not an event

By the way:

  • Start files refactor : move custom boxes content into view directory

5.3

  • Add W3C/Event properties : AttendanceMode, EventStatus and LocationType
  • Add pagination support
  • Accurate localization for data/time
  • Add wrappers to date/time in multi days events
  • add filter to class on button on cal

Fixes:

  • Fix values not kept for checkboxes in editor
  • Force single view map height
  • add custom taxonomy to cal shortcode
  • Do not load gutenberg library on front
  • refactor JS/CSS file. manage all in webpack for minification
  • fix wrong path on filemtime in case of plugin notbeing in plugin dir physically
  • larger select for time in datepicker
  • remove unused french po/mo files
  • Cleaup SVN repo

5.2.5

  • Fix date picker display on Gutenberg
  • Fix CSS preview link in settings
  • Fix “Indirect access to variables” PHP warning
  • Add “Blogs” attribute in event-list block
  • Use get_sites() instead of deprecated wp_get_sites()

  • WordPress 5.0 compliant

5.2.2

  • WordPress 5.0 compliant

5.2.1

  • Fix crash when Gutenberg is not activated

5.2

News:

  • List of events beside the map
  • Use ES6 library for Gutenberg Blocks

Fixes:

  • Upgrade OpenLayer to version 4.6.5
  • Fix map issue: unrecognized Animation/Pan
  • Fix empty permalink detection thanks to @maxoud and @akalwp
  • Cleanup textdomain in block js files
  • Fix Timezone issue in Gcal export

5.1

News:

  • Adds Gutenberg block support for folowing shortcodes: List, Map, Calendar
  • Allow to display posts title in Calendar
  • Upgrade OpenLayer to version 4.6.4
  • Adds twitter labels for date and location

Fixes:

  • Load beautifull css and js files when WP_DEBUG is enabled
  • Wording and typo fixes
  • Fix some PHP Warnings

5.0.3

  • i18n: Contextualize i18n for “from” and “to”
  • Fix: Pass CTZ param to GoogleCalendar only if timesone is set
  • Fix: Explicitly get published events. (prevents from displaying drafts over admin/ajax URLs

5.0.2

  • Add: CSS class for past events in calendar
  • Add: Number of events in search results
  • Fix: Ensure correct response for getLatLong Ajax call

5.0.1

Retro-compatibility for php < 5.5, remove fatal error “Can’t use function return value in write context”
http://php.net/manual/en/function.empty.php

5.0

  • Added search form shortcode/widget
  • Quick and bulk edit
  • Custom CSS support: file URL or local theme file
  • Use native settings API

Fixes

  • Fix incompatibility with PDOS / remove warning

4.5.1

  • Fix events dated at Epok when GMT is not well parsed
  • Move supported tiles to https (OSM, Humanitarian, OSM-fr)

4.5

  • Add option to hide event-bar
  • Add Tiles: Humanitarian, Positron and Dark matter
  • Add Retina (x2) title support
  • Add setting link in the plugins page
  • Add Map tiles attribution support
  • Add Add zoom option to SC/Widget
  • Add support for shortcake term selector (requires shortcake 0.7+)

  • Better support of timezones in VCS/ICS exports

  • Fix wrong parameter in calendar shortcode UI register
  • Fix displaying icons in wrong post’s title in single pages
  • Fix “Uncaught Error: [] operator not supported for string, PHP7 compliance
  • Correctly checks for content filtering, as mentionned in https://developer.wordpress.org/reference/hooks/the_content/#usage

4.4

Edit page

  • Improves “Location” edit box UI
    • click to drag the map
    • lighter search form
  • Improves “Date” edit box UI
    • new all day toggle option
    • new native WP datepicker
    • Better and obvious check that end date is after begining
    • lighter UI

Calendar Widget

  • Fix calendar widget title not displayed
  • Fix today highlithing in calendar when day of month is lower than 10

Other fixes

  • Fix openweahtermap URL in settings page
  • Fix date pickers preview in settings page

4.3.4

  • fix typo in cache management, related to https://wordpress.org/support/topic/location-deleted-after-update-a-post
  • check twice if event permaling is filled. fix https://wordpress.org/support/topic/event_link-not-working

4.3

End users new features:

  • Introduce initial Weather support
  • Introduce child events feature
  • Allows to define current location as coordinates of an event
  • Add loader icon for maps on front
  • Add map icon in the editor
  • Add address in the admin posts-list
  • Do not validate post form when hitting enter from the location search field

Developers new features:

  • New actions evenpost_init, eventpost_get_single, eventpost_custom_box_date, eventpost_custom_box_loc and eventpost_getsettings_action
  • New filter eventpost_default_list_shema
  • New $post parameter to eventpost_item_scheme_values filter
  • Update i18n file

バグ修正:

  • Almost perfect accessibility in calendar
  • Cleaner HTML indent
  • Fix bad HTML syntax in event list
  • Fix wrong target for calendar container
  • Fix some CSS bad syntaxes
  • Some corrections in readme.txt

4.2.4

  • Fix JS bugs introduced in 4.2

4.2

release date: mar. 24 2016

  • Add generic wrapper functions
  • Drag map instead of point in editor mode
  • Code refactoring
    • externalize shortcode management in a separated file
    • store maps in a json file instead of an old csv
    • add lot of documentation
    • some code cleanup
  • Update OpenLayer to 3.14
  • Fix javascript bug causing some issues with other plugins

4.1.1

release date: feb. * 2016

  • Increases accessibility
    • Add alternative texts
    • カレンダーウィジェットのデフォルトカラーを削除
  • Remove french locale since it’s available at https://translate.wordpress.org/projects/wp-plugins/event-post/dev
  • Fix PHP warning in map widget

4.1

release date: feb. 4th 2016

  • Update OpenLayer to 3.11
  • Position preview in admin, drag and drop feature
  • Correctly parse time-zone for date displaying
  • Add timezone to Google calendar links
  • Only load JS and CSS when needed in the admin
  • Initial work on dates of a term
  • Fix wrong permalink in calendar widget

4.0.1

release date: nov. 12 2015

  • Added Localization for brazilian portuguese thanks to lipemesquita

4.0.0

release date: oct. 27 2015

  • Make replacement by “today” optional (prevent cache plugins issues)
  • More standard setting page
  • Only show events on dashboard right now if they’re more than 0
  • Date and time formats harmonization
  • Add .pot file and make match text-domain to plugin slug
  • Only displays expandable map in the content of the current single
  • Rename some js and css files

3.9.0

release date: oct. 6 2015

  • Add width and height options in map widget
  • Add thumbnail + size option in both list, map and calendar widgets
  • Add some hooks
  • Code cleanup

3.8.2

  • fix bug in past events fetching

3.8.1

release date: sept. 23 2015

  • Fix time zone issue
  • Add filter hook to list_events()
  • Add some explicit CSS classes to elements

3.8.0

release date: sept. 22 2015

  • Some wording
  • Add an option for time format
  • wrap export buttons in event list
  • Fix javascript bug in map when no default tile is set
  • Remove dummy javascript debug log

3.7.0

release date: sept. 15 2015

  • Update OpenLayer to version 3.9
  • Add Map interaction options (MouseWheelZoom, PinchZoom…)
  • Add option for datepicker UI
  • Add eligible post types option
  • Better performances
  • Fix PHP Warnings

3.6.8

  • update french translation

3.6.7

  • more WP 4.3 compliant

3.6.6

  • PHP 警告を修正

3.6.5

release date: aug. 14 2015

  • Fix bad html syntax
  • Make plugin WP 4.3 compliant
  • Add lot of comments
  • Update swedish translation thanks to @mepmepmep

3.6.4

  • Fix displaying of dates in map

3.6.3

  • Better multisite sort
  • Fix multiple dates
  • Fix CSS issue between ical export buttons and category

3.6.2

  • Fix “get_plugin_data” error, finally remove the function.

3.6.1

  • Fix “get_plugin_data” error

3.6.0

  • Add version to static files (JS/CSS) to prevent from local cache problems
  • Add sort parameters in shortcode UI
  • Fix language on date-picker
  • Fix bug (missing dates) for multi-site functions
  • Code cleanup, Retro compatibility to PHP<5.3

3.5.4

  • Fix empty date storing
  • Re-add quarters in time

3.5.3

  • Improve accessibility, use of native colors from the theme for links
  • More hookable ajax URL for calendar
  • Upgrade IT locale
  • Fix php warnings
  • Fix shortcake compatibility in pages

3.5.2

  • Fix missing files in last commit

3.5.0

  • Add event_details shortcode
  • Add integration with shotcake (ShortCodes UI)
  • Add Optional event icons in the loop
  • Optimize UI : New date-picker, separated date and address custom boxes
  • Add statistics in dashboard glance items
  • Code optimization
  • Update IT localization by pgallina

3.4.2

  • Fix: remove PHP warnings
  • Fix: JS script not loaded when the “calendar widget” is alone

3.4.1

  • Fix: remove PHP warnings

3.4.0

  • Add: Whole category ICS feed (link available in list widget, for future events)
  • Fix: JS was not loaded in single events since last version
  • Fix: Strict Standards warning, reported by argad
  • Fix: Dependence of OpenLayer library not needed by calendar widget, reported by p1s1

3.3.0

  • Add: eventpost_list_shema filter
  • Add: Global container/item shema settings
  • Add: Security improvement in settings management
  • Fix: Load scripts only of needed

3.2.4

  • Fix: Previous fix fix

3.2.3

  • Fix: Custom icons fix

3.2.2

  • Fix: Category filter
  • 修正: 最大ズームを追加

3.2.1

  • Fix: Event list widget : missing title

3.2.0

  • Add: Italian localization, thanks to NewHouseStef

3.1.1

  • Fix: Future/past display style

3.1.0

  • Add: Save default settings to improve performances
  • Add: More options in list and map widgets

3.0.0

  • Update to OpenLayer3
  • Add: Responsive support
  • Add: Satelite and Toner view
  • Add: cat attributes now accepts multiple categories values ( cat=”1,2,3″ )
  • Add: Custom markers directory for developpers
  • Add: Global “event bar position” option : before or after the single content
  • Fix: Cleaner settings page

2.8.12

  • Add : Swedish localization, thanks to Mepmepmep

2.8.11

  • Fix : PHP warnings on empty dates

2.8.10

  • Fix : 00 minutes bug

2.8.9

  • 修正: バグ修正
  • Change : Multisite support is no more a separated plugin

2.8.8

  • Fix : Empty date error

2.8.7

  • Fix : JS error in minified osm-admin.js file

2.8.6

  • Fix : Error while retreiving the excerpt

2.8.5

  • Add : Setting to print/hide link for events with empty content
  • Fix : Check content with queried object instead of global $post
  • Fix : Bug in calendar animations

2.8.4

  • Fix : Optimize JS in admin side
  • Add : French and chinese localisation for date-picker
  • Add : Minify CSS

2.8.3

  • 修正: バグ修正

2.8.2

  • Fix : apply content filter most later

2.8.1

  • Fix : content filter bug on home page

2.8.0

  • Add : attributes to events_list shortcode :
    • thumbnail=(true/false)
    • thumbnail_size=thumbnail
    • excerpt=(true/false)
    • container_schema (documentation coming soon)
    • item_schema (documentation coming soon)
  • Add : Usage of the event color for single details
  • Enhance : Event information form UI
  • Fix : Re-check if end date is after begin date
  • Fix : CSS adjustments
  • Fix : CSS adjustments
  • Fix : Prevent from filters applying “the_content” on another thing than the current post content

2.7.1

  • Fix : Really check all blogs when using “blogs=all” in shortcodes. May cause memory limit on big networks

2.7.0

  • Add : Multi-site event list support
  • Add : Integration of several hooks
  • 追加: 地図ウィジェット
  • Add : Parameters to display or not export buttons
  • Add : Native WP icons for map and calendar items
  • Add : data-color in list items
  • Fix : Event’s first day not shown in calendar
  • Fix : Use of minified JS files

2.6.0

  • Add : order and orderby parameters for shortcode [events_list]

2.5.0

  • Add : tag and style parameters for shortcode [events_list]

2.4.1

  • Fix : Parameters bug in export files

2.4.0

  • Add : Calendar widget/shortcode

2.3.3

  • Add : Improve address search UI
  • Fix : Address search bug fix

2.3.2

  • Add : make the function “EventPost::get_events” usable with an array as param
  • Fix : Use of https links
  • Fix : Change license from CC BY-NC to GPLv3

2.3.1

  • Fix : OSM map link error

2.3.0

  • Add : update openlayer version to 2.13.1
  • Add : change Map UI buttons
  • Add : Shortcode editor
  • Fix : Minor JS bug

2.2.4

  • Fix : Quick edit was removing date and geo datas
  • Fix : PHP Warning

2.2.3

  • Add : Title, before_title and after_title attributes to shortcode functions
  • Fix : Do not display empty title in widget

2.2.2

  • Add : add custom box to all post-types

2.2.1

  • Fix : bad output

2.2.0

  • Add : Admin settings page : choose a date format and a default map background
  • Add : Tile option for map shortcode, select a map background for a particular map
    available maps : default@osm.org, OpenCycleMap, mapquest, osmfr, 2u

2.1.0

  • Add : ajax loader icon for address search
  • Add : Event and location columns in posts list
  • Add : widget description
  • Add : place icon when available for address search
  • Fix : Empty display_name property in address search

2.0.0

  • Add: Category option for widgets and shortcodes
  • Add: Force end date to be greater than begin date
  • Add: Separate search field for GPS and address
  • Fix: Wrong parameter for widget options
  • Fix: Load jquery datetimepicker only if not supported by the browser

1.1.0

  • Add: Width & height properties in the ‘[events_map]’ shortcode
  • Add: Allow multiple maps on the same page
  • Fix: Same ID in multiple DOM elements bug fix
  • Fix: Some W3C standard corrections

1.0.0

  • Plugin creation