<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Events Manager for WordPress</title>
	
	<link>http://wp-events-plugin.com</link>
	<description>Event Registration, Bookings, Calendars, Locations</description>
	<lastBuildDate>Tue, 21 May 2013 13:06:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/wp-events-plugin" /><feedburner:info uri="wp-events-plugin" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>5.4.2 Released</title>
		<link>http://feedproxy.google.com/~r/wp-events-plugin/~3/gbisU28BffE/</link>
		<comments>http://wp-events-plugin.com/blog/2013/05/21/5-4-2-released/#comments</comments>
		<pubDate>Tue, 21 May 2013 13:06:26 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wp-events-plugin.com/?p=2397</guid>
		<description><![CDATA[We&#8217;re currently going through some outstanding issues that got set aside whilst pushing out changes related to tax price calculations and Multiple Bookings features in Pro. We have a pretty big list, so it&#8217;ll be spread across a few updates, but meanwhile you&#8217;ll also see some cool additions as well!]]></description>
				<content:encoded><![CDATA[<p>We&#8217;re currently going through some outstanding issues that got set aside whilst pushing out changes related to tax price calculations and Multiple Bookings features in Pro. We have a pretty big list, so it&#8217;ll be spread across a few updates, but meanwhile you&#8217;ll also see some cool additions as well!</p>
<p>This update is a first step, and contains three pretty cool improvements:</p>
<h4>Google Maps is responsive-capable</h4>
<p>Maps was always responsive actually, you just needed to add some minor CSS rules to use percentages instead of fixed-pixel width and height dimensions.  We say &#8216;responsive-capable&#8217; because it still isn&#8217;t responsive by default, because we haven&#8217;t changed the default formats for events and locations yet (that will follow). However, all you need to do now to make a map respnsive is use percentages in your placeholders or shortcodes, for exampls:</p>
<p><em>[locations_map width="100%" height="300px"]</em> or <em>#_LOCATIONMAP{100%,300px}</em></p>
<p>These two will create a global locations map or single location map which stretches as wide as possible. If you resize your browser window (or view it in a mobile), the map will be resized accordingly. You can also assign these dimensions in your <em>Settings &gt; Formatting &gt; Maps </em>area, which now contain default values in the event you don&#8217;t supply dimensions (currently 400px by 300px).</p>
<h4>Better Taxonomy Filtering</h4>
<p>We&#8217;ve standardized how you can search for both event tags and categories. Previously, you could only search by category IDs as well as negative IDs, yet with tags you could search with tag names or IDs, but no negatives. That was inconsistent, so we&#8217;ve now made both work the same way, with all the benefits.</p>
<p>You can now search by ID, names, use negatives and a mixture of all three! For example:</p>
<p><em>[events_list category="featured,1,2,-3,-hidden"]</em></p>
<p>Will search events with categories featured and ids 1 and 2, but will not include events containing the hidden or id 3 categories. Nice!</p>
<h4>Automatic Custom Taxonomy Detection</h4>
<p>Along with the above, we&#8217;ve also gone one step further to make things consistent. Whilst adding taxonomies to events and locations is really easy in WordPress, thanks to the custom taxonomy and post type systems, one drawback was that they didn&#8217;t incorporate into our shortcodes and other searching PHP functions. Well, that is now sorted too!</p>
<p>Any taxonomy associated with an Event or Location can now be searched for in your shortcode, for example:</p>
<p><em>[events_list custom_category_name="featured,1,2,-3,-hidden"]</em></p>
<p>We&#8217;ve written a tutorial on <a title="Using Additional Custom Taxonomies" href="http://wp-events-plugin.com/tutorials/using-additional-custom-taxonomies/">using custom taxonomies for Events and Locations</a>, check it out for more info!</p>
<h2>5.4.2 Changelog</h2>
<ul>
<li>improved the handling of orphaned events and locations, they now show information and can be deleted front-end</li>
<li>fixed deleting of drafts on front-end,</li>
<li>fixed display/deleting of trashed events and locations on front-end</li>
<li>changed status of trashed events and locations to -1 (old trashed events may still show up front-end)</li>
<li>added escaping to search input field in front-end events admin,</li>
<li>front-end events admin search form now works in all event statuses</li>
<li>added draft/pending/publish as possible values to event/location status search attribute,</li>
<li>took out unnecessary update of post_name in EM_Event::set_status()</li>
<li>fixed untranslated dates when showing post meta</li>
<li>updated German and Russian translations</li>
<li>changed recurrence form to say &#8216;each event SPANS x days&#8217; instead of LASTS</li>
<li>changed SQL statement to use of EM_Event::set_status() in EM_Event::save()</li>
<li>location shortcode and functions can now search status by text name (trash/pending/publish/draft)</li>
<li>fixed em_bookings_get_tickets filter being applied in wrong function instead of em_bookings_get_available_tickets</li>
<li>fixed email subjects showing escaped entities</li>
<li>fixed events with members only tickets showing bookings closed to guests</li>
<li>added option to show member-only tickets to guests</li>
<li>modified booking form and tickets list templates to achieve the above two changes</li>
<li>fixed invalid username characters such as + in emails causing registration errors</li>
<li>fixed tickets admin JS where deleting default ticket prevents new ticket being added without page reload</li>
<li>added #_BOOKINGSUMMARY placeholder</li>
<li>added registration email templates to settings page</li>
<li>added location and description format options to ical settings,</li>
<li>added description of event to ical feed,</li>
<li>merged single event ical template ical-event.php (now deprecated) with main ical.php feed</li>
<li>fixed is_past conditional not considering if current events are set to be past events,</li>
<li>added is_current conditional placeholder</li>
<li>improved excerpt handling by balancing html tags when more tag is used</li>
<li>added word limiting options to #_EVENTEXCERPT and #_LOCATIONEXCERPT,</li>
<li>added formatting filters to excerpt (applicable when not using word limiting)</li>
<li>improved/refined search form AJAX to include state/region/town lists if country is defined as well as omitting null values</li>
<li>added month formatting option in settings page for calendars</li>
<li>moved em_events_get_sql filter above/before count function executes sql</li>
<li>added #_BOOKINGDATE #_BOOKINGTIME and #_BOOKINGDATETIME placeholders</li>
<li>improved EM_Category object &#8211; now can be created with slug or name</li>
<li>improved taxonomy search arguments, now capable of automatically searching any taxonomy registered with events or locations</li>
<li>updated POT file and German language</li>
<li>added EM_Walker_Category class and hierarchical category checkboxes in event admin MS Global subsites</li>
<li>modified JS (minor) &#8211; checks EM.ui_css is set before loading jQuery UI CSS</li>
<li>improved Google Maps &#8211; now capable of being responsive via placeholders, shortcode and settings page</li>
<li>added excel &#8216;hack&#8217; to support UTF-8 characters</li>
</ul>
<img src="http://feeds.feedburner.com/~r/wp-events-plugin/~4/gbisU28BffE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wp-events-plugin.com/blog/2013/05/21/5-4-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wp-events-plugin.com/blog/2013/05/21/5-4-2-released/</feedburner:origLink></item>
		<item>
		<title>5.4.1 Released, Fixes 5.4 Booking Bugs</title>
		<link>http://feedproxy.google.com/~r/wp-events-plugin/~3/-Etd6yoXG24/</link>
		<comments>http://wp-events-plugin.com/blog/2013/05/08/5-4-1-released-fixes-5-4-booking-bugs/#comments</comments>
		<pubDate>Wed, 08 May 2013 15:14:47 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wp-events-plugin.com/?p=2388</guid>
		<description><![CDATA[We discovered yesterday that version 5.4, which went out earlier this week, had a very specific bug related to our new booking pricing system. In cases like this, rest assured that once we&#8217;re aware of the problem we don&#8217;t rest until there&#8217;s a fix, so late last night we released]]></description>
				<content:encoded><![CDATA[<p>We discovered yesterday that version 5.4, which went out earlier this week, had a very specific bug related to our new <a title="Important Booking Pricing Improvements" href="http://wp-events-plugin.com/blog/2013/05/03/important-booking-pricing-improvements/">booking pricing system</a>.</p>
<p>In cases like this, rest assured that once we&#8217;re aware of the problem we don&#8217;t rest until there&#8217;s a fix, so late last night we released version 5.4.1.</p>
<p>For the curious, this problem only occurred for users that had booking taxes set to 0% (i.e. disabled) and also had a booking present that was worth $0 (i.e. free).  One line of code changed and balance was restored!</p>
<p>As we mentioned in the link above, a huge amount of testing time went into the last update due to the important nature of booking price calculations and implications. However, given the endless amount of configuration possibilities, Sod&#8217;s law came into effect and a combination we DIDN&#8217;T test turned out to be the culprit!</p>
<p>We apologize for any inconvenience caused, and look forward to continuing improving the plugin.</p>
<img src="http://feeds.feedburner.com/~r/wp-events-plugin/~4/-Etd6yoXG24" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wp-events-plugin.com/blog/2013/05/08/5-4-1-released-fixes-5-4-booking-bugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wp-events-plugin.com/blog/2013/05/08/5-4-1-released-fixes-5-4-booking-bugs/</feedburner:origLink></item>
		<item>
		<title>5.4 and Pro 2.3.5 Released</title>
		<link>http://feedproxy.google.com/~r/wp-events-plugin/~3/vcVMO8BsXic/</link>
		<comments>http://wp-events-plugin.com/blog/2013/05/06/5-4-and-pro-2-3-5-released/#comments</comments>
		<pubDate>Mon, 06 May 2013 09:27:57 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wp-events-plugin.com/?p=2385</guid>
		<description><![CDATA[We&#8217;ve been hard at work at this release, and in fact a big part of this update has been worked on in tandem with some of the recent update as we put some finishing touches on our new Multiple Bookings feature. I&#8217;m specifically talking about the new booking pricing calculation]]></description>
				<content:encoded><![CDATA[<p>We&#8217;ve been hard at work at this release, and in fact a big part of this update has been worked on in tandem with some of the recent update as we put some finishing touches on our new <a title="Multiple Booking Mode" href="http://wp-events-plugin.com/documentation/multiple-booking-mode/">Multiple Bookings</a> feature. I&#8217;m specifically talking about the <a title="Important Booking Pricing Improvements" href="http://wp-events-plugin.com/blog/2013/05/03/important-booking-pricing-improvements/">new booking pricing calculation</a> flow, which I also blogged about last week.</p>
<p>There&#8217;s still a few pending fixes that we did not manage to get to in this update (which were identified in 5.3.9, unrelated to this update) , however the plan is to release another update later this week which patches up some other issues we are already aware of. Stay tuned!</p>
<h2>5.4 Changelog</h2>
<ul>
<li>fixed drag/drop in bookings admin not always recognizing the change</li>
<li>improved location search and reset ui logic</li>
<li>fixed precision of long/lat values in database</li>
<li>fixed taxonomy filtering bug in admin area</li>
<li>added possibility to override timthumb via wp-content/em-timthumb-config.php</li>
<li>fixed some php warnings</li>
<li>updated French, Russian, Czech translations and POT file</li>
<li>changed templates/tables/events.php to use $EM_Event instead of $event</li>
<li>fixed #_BOOKINGBUTTON JS jumps when clicked</li>
<li>revamped pricing calculations to account for taxes applied at time of booking (see http://em.cm/v5-4)</li>
<li>added a standardized discounts system pre/post tax</li>
<li>fixed EM overridden pages showing despite password-protection</li>
<li>fixed some settings typos</li>
<li>fixed month scope filter skipping last day of month events in admin events list area</li>
</ul>
<h2>Pro 2.3.5 Changelog</h2>
<ul>
<li>revamp of coupons system, uses v5.4 discount system</li>
<li>coupons now support Multiple Bookings Mode</li>
<li>coupons can now be added pre/post tax</li>
<li>delayed transactions table init() so BP doesn&#8217;t trigger a _doing_it_wrong function</li>
<li>moved MB stuff out of emp-admin.php and into multiple-bookings-admin.php</li>
<li>added option for redirection to checkout page for multiple bookings whenever making a single booking</li>
<li>updated MB mode and PayPal gateway to use new v5.4 pricing functions</li>
<li>fixed some php warnings</li>
<li>updated Russian language file</li>
<li>improved retrieval of booking name in MB mode, e.g. single event booking = event name, multiple booking = &#8216;Multiple Events&#8217;</li>
</ul>
<img src="http://feeds.feedburner.com/~r/wp-events-plugin/~4/vcVMO8BsXic" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wp-events-plugin.com/blog/2013/05/06/5-4-and-pro-2-3-5-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://wp-events-plugin.com/blog/2013/05/06/5-4-and-pro-2-3-5-released/</feedburner:origLink></item>
		<item>
		<title>Important Booking Pricing Improvements</title>
		<link>http://feedproxy.google.com/~r/wp-events-plugin/~3/Gm4ooHY81cA/</link>
		<comments>http://wp-events-plugin.com/blog/2013/05/03/important-booking-pricing-improvements/#comments</comments>
		<pubDate>Fri, 03 May 2013 19:47:38 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wp-events-plugin.com/?p=2366</guid>
		<description><![CDATA[We&#8217;ve just released some development versions &#8211; 5.3.9.3 &#38; Pro 2.3.4.3 &#8211; which makes a big change to how booking prices are calculated, specifically with regards to tax calculations. This has taken up a lot of our time recently due to the amount of testing required, given all the possible]]></description>
				<content:encoded><![CDATA[<p>We&#8217;ve just released some development versions &#8211; 5.3.9.3 &amp; Pro 2.3.4.3 &#8211; which makes a big change to how booking prices are calculated, specifically with regards to tax calculations. This has taken up a lot of our time recently due to the amount of testing required, given all the possible combinations of settings offered by Events Manager, each producing different expected results.</p>
<p>We will be releasing version 5.4 which will include these new changes on Monday, along with some other improvements specifically to the new Multiple Bookings feature in our Pro add-on.</p>
<p>This feature will probably (and should!) go unnoticed by the majority of users, but due to the importance of this specific aspect of the plugin, and certain changes to our code, we felt it was important to explain the changes and implications in detail.</p>
<p><strong>Warning -</strong> This will be a long, and somewhat geeky read&#8230;. sorry!</p>
<p>Whilst working on various aspects of the plugin, we&#8217;ve noticed that the way booking price totals are handled needed a serious revamp. We&#8217;ll explain the specifics of what and why these changes are happening, but first we&#8217;ll start with the good stuff, which puts it all into perspective&#8230;. the benefits of this change.</p>
<h2>Improvements and benefits</h2>
<p>Overall, these changes make the way pricing is calculated more &#8216;sensible&#8217;, robust and simple for developers to use when extending Events Manager in whichever way they need.</p>
<p><strong>Fixed tax rates per booking - </strong>Regardless of whether you change the tax rate on your site, or eventually within an event, that booking will remember the tax rate paid at the time.</p>
<p><strong>Modify tax rates per booking -</strong> When editing a booking, along with being able to edit ticket spaces, custom fields, status and other details you can now also change the tax rate of any specific booking, irrespective of the global tax rate on your site.</p>
<p><strong>Opens door to future per-event tax rates -</strong> With this new approach, we can eventually look at allowing per-event tax rates with minor modifications to the booking code. Future-proof!</p>
<p><strong>Standard price discounts methodology - </strong>We now have a standardized way of applying a discounts on per-booking basis, which can be added before or after tax, and is what our own Pro coupons feature now hooks into as well. Developers can now easily hook in and add their own discounts to bookings without creating elaborate hooks into how prices get calculated.</p>
<p><strong>Opens door to standard extra-charges - </strong>Much in the same way we&#8217;ve standardized discounting, we&#8217;ll be taking a very similar approach to adding extra charges to bookings, and this too will be made available to the free portion of the plugin.</p>
<p>Now that we&#8217;ve described the goal of these changes, let&#8217;s explain the underlying problem.</p>
<h2>The underlying problem</h2>
<p>Currently, bookings are saved without any information regarding the tax rate that was applied to the booking at the time of booking. When previous bookings are viewed taxes, and therefore the final price, are calculated on the fly by using the tax rate in your settings page (see screenshot below).</p>
<p>Whilst most users will usually never change the tax rate, the fact that you can makes it potentially confusing for previous bookings. Given the current economic climate (especially in Europe!), tax rates do change, and this makes this problem more obvious.</p>
<div class="max-width:673px; width:100%"><a href="http://d1mkunav5pg7l3.cloudfront.net/wp-content/uploads/2013/05/tax-settings-full.png"><img class="aligncenter size-full wp-image-2369" alt="tax-settings-thumb" src="http://d1mkunav5pg7l3.cloudfront.net/wp-content/uploads/2013/05/tax-settings-thumb.png" /></a></div>
<p>The second problem which is also related to the above, is how booked (not actual) ticket prices are stored within a booking. If you have chosen to add taxes to your ticket prices, you will see all ticket prices with the tax mark-up on the booking forms, and these will also consequently be stored in your bookings tables with taxes added. If you have chosen not to, ticket prices do not include taxes, and they are added on afterwards to the booking totals. Again, not a big deal if you never change the above, but if you do it will throw off price calculations.</p>
<h2>What has changed</h2>
<p>As mentioned in the benefits of this new update, tax rates are now saved along with the booking, so regardless of what you set or change in the settings, the tax applied to the booking will be the tax rate at the time of booking. You still have the option of changing this rate within each booking.</p>
<p>The tax rate for each booking will be saved in a new field called <em>booking_tax_rate</em> in your <em>wp_em_bookings</em> database table.</p>
<p>Additionally, ALL prices for tickets/spaces booked are saved WITHOUT tax, regardless of whether ticket prices display tax rates, and admins will see breakdowns of ticket prices plus tax added. This option to include tax in ticket prices will only be for display purposes.</p>
<h2>How it affects previous bookings</h2>
<p>When you upgrade to 5.4 (or the dev version), the current tax rate in your settings page will be saved along with the option whether to add taxes to ticket prices. These values will be stored as <em>dbem_legacy_bookings_tax</em> and <em>dbem_legacy_bookings_tax_auto_add </em>in your wp_options database table.</p>
<p>Modifications to tax settings on your settings page will now only apply to new bookings you make after making the change.</p>
<h3>Previous Tax Rates</h3>
<p>Any booking made before this upgrade will reference these archived tax settings, which will not change even if you update these values your settings page. Essentially, because the booking was not saved with a tax rate (if you look at the database, <em>booking_tax_rate</em> will be NULL), it will be assumed as an &#8216;old&#8217; booking and reference this old tax rate.</p>
<h3>Adding tax to ticket prices</h3>
<p>If you never chose to add tax to ticket prices, this really won&#8217;t make any difference to you, skip this.</p>
<p>If you did, when retrieving older booking prices, Events Manager will assume that any older bookings without an specifically applied tax rate stored ticket prices with tax included, and so will deduct taxes from ticket prices when providing you with information about the booking, and re-add the tax during price breakdowns. Booking price totals shouldn&#8217;t be affected, this is just the way price breakdowns are displayed/calculated.</p>
<p>If you individually modify/resave a booking, the new way of saving booking info will be used, and a fixed tax rate would be applied to that booking, taking it out of &#8216;legacy&#8217; mode.</p>
<h2>Conclusion</h2>
<p>Now that we&#8217;re done with this lengthy modification and improvement, it&#8217;s time to move forward!</p>
<p>We hope for those that wanted to know more, this was enlightening. We&#8217;re excited about getting this update out to you and even more about shifting our efforts to adding new features to Events Manager!</p>
<img src="http://feeds.feedburner.com/~r/wp-events-plugin/~4/Gm4ooHY81cA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wp-events-plugin.com/blog/2013/05/03/important-booking-pricing-improvements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wp-events-plugin.com/blog/2013/05/03/important-booking-pricing-improvements/</feedburner:origLink></item>
		<item>
		<title>5.3.9 and Pro 2.3.4 – Update Now!</title>
		<link>http://feedproxy.google.com/~r/wp-events-plugin/~3/paRWOb0_LCA/</link>
		<comments>http://wp-events-plugin.com/blog/2013/04/21/5-3-9-and-pro-2-3-4-update-now/#comments</comments>
		<pubDate>Sun, 21 Apr 2013 17:34:39 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wp-events-plugin.com/?p=2362</guid>
		<description><![CDATA[A few days after the most recent updates, we came across a couple of issues on both the Main/Free plugin and Pro add-on that required a quick fix and release of stable versions. The most important fix is within Events Manager 5.3.9 which consists of closing a potential XSS vulnerability]]></description>
				<content:encoded><![CDATA[<p>A few days after the most recent updates, we came across a couple of issues on both the Main/Free plugin and Pro add-on that required a quick fix and release of stable versions.</p>
<p>The most important fix is within Events Manager 5.3.9 which consists of closing a potential XSS vulnerability in the event search forms. Therefore, if you are using template files, we strongly suggest you take a look at the html change in the search box itself and move those over to your modifications.</p>
<p>The Pro version update is for a bug that cropped up in one of the recent updates due to the introduction of our Multiple Bookings beta feature, concerning the Form Editor and being able to switch between custom-created forms.</p>
<h2>5.3.9 Changelog</h2>
<ul>
<li>fixed XSS vulnerability in search form field</li>
<li>fixed php warnings in events-list.php</li>
<li>&#8216;mail sent&#8217; messages not shown if no mails actually sent without errors, changed wording of &#8216;mail&#8217; to &#8216;email&#8217;</li>
<li>updated French and German languages</li>
<li>added links to category page on #_EVENTCATEGORYIMAGES images</li>
<li>reordered search form template variable definitions for future splitting up of fields into individual reusable templates</li>
<li>changed htmlspecialchars to esc_attr, added esc_attr to various input fields</li>
<li>improved sanitization of front-end form title submission to prevent entity conversion in db records</li>
<li>fixed missing EM js variables on public edit/submit events page</li>
</ul>
<h2>Pro 2.3.4 Changelog</h2>
<ul>
<li>fixed bug when trying to switch booking forms in form editor</li>
<li>fixed localization typo</li>
<li>added sanitation to various input textboxes in admin area</li>
</ul>
<img src="http://feeds.feedburner.com/~r/wp-events-plugin/~4/paRWOb0_LCA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wp-events-plugin.com/blog/2013/04/21/5-3-9-and-pro-2-3-4-update-now/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://wp-events-plugin.com/blog/2013/04/21/5-3-9-and-pro-2-3-4-update-now/</feedburner:origLink></item>
		<item>
		<title>5.3.8 and Pro 2.3.3 Released</title>
		<link>http://feedproxy.google.com/~r/wp-events-plugin/~3/wlng0hlVbJw/</link>
		<comments>http://wp-events-plugin.com/blog/2013/04/18/5-3-8-and-pro-2-3-3-released/#comments</comments>
		<pubDate>Thu, 18 Apr 2013 13:21:35 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wp-events-plugin.com/?p=2360</guid>
		<description><![CDATA[5.3.8 Changelog fixed timthumb issues due to new local fetching modification and bad file inclusion path fixed time/date separators in settings page not being used added yarpp support to post types fixed some tag and category warnings when using assigned tags/categories pages fixed various PHP warnings updated French Pro 2.3.3]]></description>
				<content:encoded><![CDATA[<h2>5.3.8 Changelog</h2>
<ul>
<li>fixed timthumb issues due to new local fetching modification and bad file inclusion path</li>
<li>fixed time/date separators in settings page not being used</li>
<li>added yarpp support to post types</li>
<li>fixed some tag and category warnings when using assigned tags/categories pages</li>
<li>fixed various PHP warnings</li>
<li>updated French</li>
</ul>
<h2>Pro 2.3.3 Changelog</h2>
<ul>
<li>fixed coupon final price miscalculations when tax is automatically included in ticket price</li>
<li>fixed customer user gateway fields not being passed on correctly when in no-user mode</li>
<li>fixed password user field problems in MB mode</li>
<li>improved pro update notifier and key checking consistency</li>
<li>added option for MB bookings submit button</li>
<li>fixed form regex rules still being required if value is blank and form field not required</li>
<li>fixed user profile page failed validation still resulting in update notice along with errors</li>
</ul>
<img src="http://feeds.feedburner.com/~r/wp-events-plugin/~4/wlng0hlVbJw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wp-events-plugin.com/blog/2013/04/18/5-3-8-and-pro-2-3-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wp-events-plugin.com/blog/2013/04/18/5-3-8-and-pro-2-3-3-released/</feedburner:origLink></item>
		<item>
		<title>Pro 2.3.2 – Multiple Bookings Goes Beta!</title>
		<link>http://feedproxy.google.com/~r/wp-events-plugin/~3/hCQgbwRiZAw/</link>
		<comments>http://wp-events-plugin.com/blog/2013/03/26/pro-2-3-2-multiple-bookings-goes-beta/#comments</comments>
		<pubDate>Tue, 26 Mar 2013 15:20:00 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wp-events-plugin.com/?p=2350</guid>
		<description><![CDATA[We&#8217;re nearly ready to call Multiple Bookings an &#8216;official&#8217; feature and are now releasing it as a beta in the latest update. See it in action Read the documentation for more information The new beta now allows you to enable Multiple Bookings directly from your settings area, no changes needed]]></description>
				<content:encoded><![CDATA[<p>We&#8217;re nearly ready to call Multiple Bookings an &#8216;official&#8217; feature and are now releasing it as a beta in the latest update.</p>
<ul>
<li><a href="http://demo.wp-events-plugin.com/mb/" target="_blank"><span style="line-height: 13px;">See it in action</span></a></li>
<li><a title="Multiple Booking Mode" href="http://wp-events-plugin.com/documentation/multiple-booking-mode/" target="_blank">Read the documentation for more information</a></li>
</ul>
<p>The new beta now allows you to enable Multiple Bookings directly from your settings area, no changes needed to wp-config.php</p>
<p>Here&#8217;s the changelog to Pro in this latest update:</p>
<ul>
<li>added Finnish</li>
<li>updated German</li>
<li>fixed various PHP warnings</li>
<li>fixed user bookings link pointing to admin area from front-end bookings admin</li>
<li>removed some redundant code from paypal gateway</li>
<li>added &#8216;empty cart&#8217; button to &#8216;view cart&#8217; page</li>
<li>fixed custom user fields not being saved properly in MB mode</li>
<li>fixed manual bookings for MB mode</li>
<li>Multiple Bookings now beta, no flag required in wp-config.php file</li>
</ul>
<img src="http://feeds.feedburner.com/~r/wp-events-plugin/~4/hCQgbwRiZAw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wp-events-plugin.com/blog/2013/03/26/pro-2-3-2-multiple-bookings-goes-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wp-events-plugin.com/blog/2013/03/26/pro-2-3-2-multiple-bookings-goes-beta/</feedburner:origLink></item>
		<item>
		<title>Events Manager 5.3.7 Released</title>
		<link>http://feedproxy.google.com/~r/wp-events-plugin/~3/PoTNP74GZjM/</link>
		<comments>http://wp-events-plugin.com/blog/2013/03/26/events-manager-5-3-7-released/#comments</comments>
		<pubDate>Tue, 26 Mar 2013 15:19:26 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wp-events-plugin.com/?p=2320</guid>
		<description><![CDATA[A lot of little things have been improved, fixed and added in this recent update, so much so that we thought we&#8217;d include update announcement as a seperate post! Notable Additions Assign theme templates to Event &#38; Location pages Previously, you needed to create specific files (you&#8217;ll see us mentioning]]></description>
				<content:encoded><![CDATA[<p>A lot of little things have been improved, fixed and added in this recent update, so much so that we thought we&#8217;d include update announcement as a seperate post!</p>
<h2>Notable Additions</h2>
<h3>Assign theme templates to Event &amp; Location pages</h3>
<p>Previously, you needed to create specific files (you&#8217;ll see us mentioning single-event.php and single-location.php in the forums) within your themes to change the layout of your event and location pages, such as removing/adding sidebars, using different sidebars, etc. Now you have the option to use templates supplied by your theme, just like you would when creating pages.</p>
<div style="max-width: 539px; margin: auto;"><img class="aligncenter size-full wp-image-2323" title="Choose your templates for event and location pages" alt="" src="http://d1mkunav5pg7l3.cloudfront.net/wp-content/uploads/2013/03/event-pages-template-choices.png" width="539" height="329" /></div>
<p>Note that in many cases you may also need to add additional classes to parts of your event/location pages, in order for your theme to correctly use the right CSS and display your template<br />
correctly. We&#8217;ve written a small tutorial explaining <a title="Using Theme Templates for Event and Location Pages" href="http://wp-events-plugin.com/tutorials/using-theme-templates-for-event-and-location-pages/">how this is done in the TwentyTwelve theme</a>.</p>
<h3>Goodbye default Events and Locations!</h3>
<p>Previously, Events Manager automatically added three sample events and corresponding locations. This was quite a cool way to get people set up with sample events and get a gist of how things work. However, we&#8217;ve decided to remove this for a few reasons:</p>
<ul>
<li><span style="line-height: 13px;" data-mce-mark="1">This is annoying if you are using MultiSite, each new site creates the same three events and locations each time (not to mention it creates some confusion)</span></li>
<li>Many people quite rightly don&#8217;t want new random content published to their blog when installing Events Manager</li>
<li>We&#8217;re littering the internet, if you try searching for some of these locations or events, you&#8217;ll find results from blogs that installed our plugin, yet didn&#8217;t delete these events.</li>
</ul>
<p>So, we bid farewell to the good old &#8216;Orality in James Joyce Conference&#8217;, &#8216;Traditional music session&#8217; and &#8217;6 Nations, Italy VS Ireland&#8217; events&#8230; good times! We start with a clean slate from now on.</p>
<h3>#_CATEGORYNEXTEVENT and #_TAGNEXTEVENT custom formats</h3>
<p>Whilst we already had the #_CATEGORYNEXTEVENT placeholder, there was no corresponding option to specifically format this placeholder. Well, now there is!</p>
<div style="max-width: 300px; margin: auto;"><a href="http://d1mkunav5pg7l3.cloudfront.net/wp-content/uploads/2013/03/categorynextevent-placeholder.png"><img class="aligncenter size-medium wp-image-2341" title="Options for #_CATEGORYNEXTEVENT placeholder" src="http://d1mkunav5pg7l3.cloudfront.net/wp-content/uploads/2013/03/categorynextevent-placeholder-300x152.png" /></a></div>
<p>This is also related to our following addition, Tag archive pages.</p>
<h3>Tags has an archive page now too</h3>
<p>By default, Events Manager will now also install a new page as a child of the &#8216;Events&#8217; page called &#8216;Tags&#8217;. This works exactly like the categories page, where you can list all your tags using custom formats to modify the look and feel. You&#8217;ll find these new options in the respective Tag sections within the Pages and Formatting tabs of your Events Manager settings page.</p>
<p>If you&#8217;re upgrading and you do use the single tag pages along with our &#8216;override with formats&#8217;, it&#8217;s strongly advised you create and assign a tags page, because this helps improve compatability with other themes and plugins (including Yoast WordPress SEO &#8211; Breadcrumbs module).</p>
<h2>Changelog</h2>
<p>Here&#8217;s a full list of fixes and changes, also found in the readme.txt file:</p>
<ul>
<li>fixed extra paragraphs being added to #_EVENTNOTES</li>
<li>fixed location &#8216;no events&#8217; message format not using header/footer formats</li>
<li>updated Finnish, German and POT files</li>
<li>added customizable event and location page templates</li>
<li>improved em_options_select() now can create optgroup groups if an array value is supplied</li>
<li>fixed clashes with JetPack Tiled Galleries</li>
<li>fixed timthumb thumbnails issues with MultiSite and virtual links</li>
<li>fixed multisite global problems when fetching and saving main blog events previously saved with NULL blog_id</li>
<li>fixed bug with categories search attribute not working if any spaces exist such as &#8220;1, 2&#8243;</li>
<li>improved offset calculations in ical for some servers</li>
<li>improved ical generation to avoid memory limit problems with very large numbers of events</li>
<li>fixed RSS feed pubdate format</li>
<li>improved generation of RSS feed to avoid memory_limit errors on very large feeds</li>
<li>changed em_rss_pubdate wp_option to em_last_modified which is now a timestamp</li>
<li>improved em_get_wp_users() function to fix overload caused by http://core.trac.wordpress.org/ticket/23609</li>
<li>changed default events aren&#8217;t created anymore</li>
<li>changed public events admin table template to allow viewing of draft events (duplicates) and modified view linking formats</li>
<li>changed duplicates so they now become drafts by default not published</li>
<li>improved settings page tab/section loading UX</li>
<li>added event archives scope</li>
<li>improved MultiSite Global so unnecessary tables aren&#8217;t created for every blog</li>
<li>fixed outdated group tip on event form (you can detach group events)</li>
<li>added #_CONTACTURL</li>
<li>fixed tags not being added to recurrences if no categories assigned too</li>
<li>fixed datepicker problem on search pages when scope not defined and switching pages</li>
<li>fixed wp_em_events post_content not being updated if description is removed</li>
<li>added wp_title filter to widgets</li>
<li>fixed incorrect number of events per day shown in full calendar according to settings</li>
<li>fixed the_title usage to check the post id supplied in second parameter</li>
<li>changed/fixed action where rules are rewritten on settings changes causing 404s for CPTs created in theme functions.php file</li>
<li>fixed bug with W3TC repeating first no-user booking name for all others in admin table views</li>
<li>fixed &#8216;email exists&#8217; errors in no-user bookings mode</li>
<li>added option for no-user registration with registered emails</li>
<li>added #_CATEGORYNEXTEVENT, added formatting options for location/category next event placeholders</li>
<li>improved event, location and category timthumb thumbnails so they accept 0 as a width/height to prevent cropping</li>
<li>added ical scope option</li>
<li>fixed category placeholders not being replaced in alphabetical order (so #_CATEGORYNEXTEVENT cannot overwrite #_CATEGORYNEXTEVENTS)</li>
<li>added #_TAGNEXTEVENT and formatting options</li>
<li>fixed problem with pagination not highlighting first page number when doing searches</li>
<li>changed maps js to close other infowindows for locations map when marker is clicked</li>
<li>added locations search attribute</li>
<li>fixed autoembed and embed shortcode support for event/category/location placeholders for descriptions</li>
<li>fixed duplicates triggering &#8216;published&#8217; actions on duplications such as tweeting via WP to Twitter</li>
<li>fixed author not being changed on quick edit</li>
<li>fixed conflicts with various plugins which add custom registration validation (e.g. SI Captcha, Theme My Login, etc.)</li>
<li>fixed bug where #_LATT fields not appearing in public location editor if event attributes aren&#8217;t enabled</li>
<li>added booking links to edit event booking stats meta box even if no bookings made</li>
<li>added em_bookings_filtered and em_locations_autocomplete_selected jQuery events</li>
<li>fixed links pointing to admin on public booking admin tables after pagination clicks or multiple ajax calls</li>
<li>updated German translation</li>
<li>added em_calendar_get_args filter</li>
<li>improved EM_Category::has() &#8211; now also checks category name too</li>
<li>removed redundant functions in EM_Category</li>
<li>improved default ordering of events in categories page applied to EM_Category::get_default_search() rather than just category pages,</li>
<li>improved category taxonomy when overriding with formats when using an assigned categories page (particularly breadcrumbs)</li>
<li>added specific tweaks for Yoast WP SEO plugin for breadcrumbs when using an assigned categories page</li>
<li>added a tags page and template</li>
<li>created EM_Tags class &#8211; very similar to EM_Categories</li>
<li>fixed lack of pagination on tag placeholders showing related events</li>
<li>fixed private locations turned public not appearing in public listings</li>
<li>fixed today/tomorrow scope not working properly in wp-admin</li>
<li>fixed pagination variables overriding shortcodes with fixed page attribute</li>
<li>improved &#8211; minor adjustment to location autocomplete ui tip text behaviour</li>
<li>added em_map_loaded js trigger for location admin map</li>
<li>updated German</li>
</ul>
<img src="http://feeds.feedburner.com/~r/wp-events-plugin/~4/PoTNP74GZjM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wp-events-plugin.com/blog/2013/03/26/events-manager-5-3-7-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wp-events-plugin.com/blog/2013/03/26/events-manager-5-3-7-released/</feedburner:origLink></item>
		<item>
		<title>We’re Hiring – Support Staff Wanted</title>
		<link>http://feedproxy.google.com/~r/wp-events-plugin/~3/Lv-zPJWQuUk/</link>
		<comments>http://wp-events-plugin.com/blog/2013/03/16/were-hiring-support-staff-wanted/#comments</comments>
		<pubDate>Sat, 16 Mar 2013 14:49:53 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wp-events-plugin.com/?p=2312</guid>
		<description><![CDATA[In the spirit of further improving our already well-received levels of support, we&#8217;re looking for someone to help us help our users! If you&#8217;re interested, please read the job description and apply!]]></description>
				<content:encoded><![CDATA[<p>In the spirit of further improving our already well-received levels of support, we&#8217;re looking for someone to help us help our users!</p>
<p>If you&#8217;re interested, <a title="WordPress Support Staff Wanted" href="http://wp-events-plugin.com/wordpress-jobs/support-staff/">please read the job description and apply</a>!</p>
<img src="http://feeds.feedburner.com/~r/wp-events-plugin/~4/Lv-zPJWQuUk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wp-events-plugin.com/blog/2013/03/16/were-hiring-support-staff-wanted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wp-events-plugin.com/blog/2013/03/16/were-hiring-support-staff-wanted/</feedburner:origLink></item>
		<item>
		<title>5.3.6 and Pro 2.3 Released</title>
		<link>http://feedproxy.google.com/~r/wp-events-plugin/~3/qPH7cgwdndc/</link>
		<comments>http://wp-events-plugin.com/blog/2013/02/27/5-3-6-and-pro-2-3-released/#comments</comments>
		<pubDate>Wed, 27 Feb 2013 10:28:54 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wp-events-plugin.com/?p=2288</guid>
		<description><![CDATA[It&#8217;s been just over a month that we&#8217;ve released an update, which by our standards is longer than usual! Aside from fixing various bugs that we were made aware of in the meantime, this update mainly focuses on making some core code improvements to allow us to add more powerful]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s been just over a month that we&#8217;ve released an update, which by our standards is longer than usual! Aside from fixing various bugs that we were made aware of in the meantime, this update mainly focuses on making some core code improvements to allow us to add more powerful features to both free and Pro plugins.</p>
<p>The main reason for this focus is because we&#8217;ve been working on a pretty exciting Pro feature &#8211; Multiple Bookings &#8211; which is now in the form of a working alpha (meaning not &#8216;officially&#8217; a pro feature yet) and is available for use in the latest Pro update (you need to update to EM 5.3.6 as well). You can see some <a title="Multiple Booking Mode" href="http://wp-events-plugin.com/documentation/multiple-booking-mode/">preliminary documentation</a> to help you activate this new feature as well as a <a href="http://demo.wp-events-plugin.com/mb/" target="_blank">working demo</a> to see it in action.</p>
<p>We&#8217;re already starting work on the next update, which will be dedicated to polishing off this new feature, tying up some more loose ends as well as taking some time to improve some aspects of integration with MultiSite (mostly revolving around allowing/restricting certain settings available to blog admins).</p>
<p>We look forward to the coming weeks and the exciting things they have in store whilst we move onto the next update!</p>
<h2>Events Manager 5.3.6 Changelog</h2>
<ul>
<li>added is_free, is_free_now, not_free and not_free_now conditional placeholders</li>
<li>modified EM_Event::is_free() so it can also check if event is free at that moment,</li>
<li>added do_shortcode filter to dbem_notes so shortcode is parsed outside single event pages</li>
<li>fixed category filtering when using negative/positive combinations</li>
<li>fixed category filtering in MS Global mode</li>
<li>fixed missing menus items for normal blog admins in MS without plugin caps</li>
<li>updated italian and swedish</li>
<li>added finish countries translations</li>
<li>added sorting for countries lists (previously sorted by country code)</li>
<li>updated POT file</li>
<li>updated French, updated German (unfuzzied loads of strings, may need some corrections)</li>
<li>booking meta now uses maybe_unserialize on instantiation</li>
<li>separated booking validation from save function</li>
<li>moved user registration logic during bookings into a reusable function</li>
<li>cleaned up the email admin setting panels for submissions and booking templates</li>
<li>booking email messages array now generated in separate function</li>
<li>added em_get_location and em_get_event filters for event/location object retrieval functions</li>
<li>added em_get_booking getter function with corresponding filter and changed all used of new EM_Booking()</li>
<li>added em_bookings_admin_page action at start of booking admin pages</li>
<li>added taxes functions to booking and object classes</li>
<li>added get_admin_url function for booking object</li>
<li>added get_price_taxes function to booking object</li>
<li>added bookings filter condition to exclude bookings with event_id of 0 by default (for Pro Multi-Bookings)</li>
<li>added data response as second argument to jQuery em_maps_locations_hook event</li>
<li>fixed bookings form showing on password-protected events</li>
<li>fixed MS Global blog switching issues when saving</li>
<li>fixed $EM_Booking-&gt;get_tickets() returning all tickets rather than tickets in specific booking</li>
<li>fixed hidden BP groups not showing to admins</li>
<li>fixed some German translation file inconsistencies</li>
<li>fixed blank datepickers if date format is left blank in settings</li>
<li>fixed tags filter searching multiple tags returning no events</li>
<li>fixed some MultiSite PHP warnings when adding/deleting sites</li>
<li>fixed booking button not showing cancel if event is fully booked</li>
<li>changed booking button so only one booking can be made</li>
<li>fixed attributes not showing on event submission forms if categories are disabled (option name typo)</li>
<li>added editable form, so no-user bookings user data can also be edited</li>
<li>changed booking form JS enqueueing by moving it into EM_Bookings object as a function</li>
<li>changed booking JS to use on() event delegation for more AJAX compatibility</li>
<li>fixed some booking form CSS field styling inconsistencies</li>
<li>fixed issues with locations on sub-blogs when in MultiSite Global mode with locations restricted to main blog</li>
<li>fixed duplicate confirmations/warnings on MultiSite location admin pages</li>
<li>changed (improved) EM_Object::can_manage method to avoid extra calls and potential warnings</li>
<li>changed csv export of single event so the file name = the event name</li>
</ul>
<h2>Events Manager 2.3 Changelog</h2>
<ul>
<li>fixed newly created user during booking not being deleted on bad card info via authorize.net</li>
<li>updated Swedish translation</li>
<li>fixed php warning</li>
<li>fixed permission problems in MS preventing form editor and other admin screens from showing to admins without plugin rights</li>
<li>updated Swedish</li>
<li>fixed newly created users not being deleted in MultiSite if bad A.net card info is supplied</li>
<li>added Multiple Bookings feature</li>
<li>fixed MultiSite PHP warning on blog creation when visiting blog first time round</li>
<li>added hooks to edit no-user booking personal information and custom user fields (requires EM 5.3.5.3 or higher)</li>
<li>better template/class renaming, adjusted AJAX loading methods to account for caching plugins</li>
<li>moved email reminders out of beta</li>
<li>fixed checkboxes, radios and multiselect custom fields in booking form not being editable by admin</li>
<li>fixed checkboxes, radios and multiselect attendee fields not being correctly editable by admin</li>
<li>fixed some attendee form display and CSS issues</li>
<li>fixed tips not appearing for core user fields</li>
</ul>
<img src="http://feeds.feedburner.com/~r/wp-events-plugin/~4/qPH7cgwdndc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wp-events-plugin.com/blog/2013/02/27/5-3-6-and-pro-2-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wp-events-plugin.com/blog/2013/02/27/5-3-6-and-pro-2-3-released/</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (Requested URI contains query)
Database Caching using disk: basic
Object Caching 984/1090 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d1mkunav5pg7l3.cloudfront.net

Served from: wp-events-plugin.com @ 2013-05-21 13:29:44 -->
