Buddyvents Changelog

November 1, 2010 in Uncategorized

== Changelog ==

= v1.6 =
* NEW: Post new events to the event admins Twitter/Facebook account
* NEW: Location based search
* Added: Message component independence
* Changed: Switched from load_textdomain to load_plugin_textdomain
* Changed: API structure

= v1.5.2 =
* Added: All attached event meta data is now attached to the $bpe->displayed_event->meta object
* Added: Various hooks for the backend
* Changed: Invitations don’t use friends component anymore
* Changed: Moved admin templates to templates folder
* Changed: Google map variable is now of global scope

= v1.5.1=
* Added: Plugin CSS files (events.css, compat.css, datepicker.css and colorbox.css) will be overridden by theme CSS files (events/{filename}.css) if they are present
* Bugfix: Event changes get now only mailed to members
* Bugfix: Default avatar upload
* Bugfix: Installing the plugin broke tab default order
* Bugfix: CSS changes for IE 7

= v1.5 =
* NEW: RESTfull API to include events on other websites
* NEW: Works standalone now without BuddyPress (Sponsored by Rob Lhamon – THX)
* NEW: Event schedules
* NEW: iCalendar support
* NEW: hCalendar microformat (semantic markup)
* NEW: Maps can be localized now
* NEW: Default view can be set by the site admin now
* Added: Event deletion from the backend
* Added: Search template
* Added: setlocale to translate month names
* Added: Notification email gets sent to site admin if event needs approval
* Added: To be approved events (amount) show up in nav menu
* Checked: Compatibility with BP 1.2.7
* Checked: Compatibility with WP 3.1
* Changed: Event admin does not get sent reminder emails anymore
* Changed: All direct loop parameters (except for feeds & widgets) have been moved to bpe_has_events() in preparation for AJAX navigation in v2.x
* Bugfix: Events did not show on calendar where month numbers where lower than 10
* Bugfix: Events did not show on calendar if they stretched across 3 or more months
* Bugfix: Admin options on single event views
* Bugfix: Site admins did not see attending buttons
* Bugfix: MarkerClusterer wasn’t loaded if default_tab was map
* Bugfix: Create link in widgets
* Bugfix: Attendee management button
* Bugfix: Another small problem when attending tab was first
* Updated: Colorbox to v1.3.15
* Removed: Template changes (needs to be automated for a future version)

= v1.4.1 =
* Bugfix: Problems when attending tab was first

= v1.4 =
* NEW: Directions from users position to the event (THX to Greg Richardson for the idea)
* NEW: Create link on group pages that prepopulates the create form
* NEW: Admin notice to upgrade the database if needed
* NEW: Tabs order can now be changed (Sponsored by Ann Christine Foverskov – THX)
* NEW: Tabs can be disabled
* NEW: Event creation in the backend
* NEW: Option to approve events (Sponsored by Rob Lhamon – THX)
* NEW: AJAX calendar widget (Sponsored by Rob Lhamon – THX)
* NEW: Daily archives
* NEW: Monthly archives
* NEW: Option to invite all group members
* Added: More page titles
* Added: Finished hook reference
* Added: A text file where all future template changes will be noted
* Changed: Moved function add_links to admin class
* Changed: Category pages use start_date_desc as default sorting option
* Changed: Renamed some functions to enable sorting of nav items
* Bugfix: Some strings could not be translated
* Bugfix: Changed event names get saved again

= v1.3 =
* NEW: Event reminders before the event starts (Sponsored by Roger Coathup – THX)
* NEW: Support for the Achievements plugin by DJ Paul
* NEW: Basic member management for event admins
* NEW: Show spots left when member amount are restricted
* Added: Number of events show up on nav bars now
* Added: More widget options
* Bugfix: Missing var in notifications function
* Bugfix: Single events did not show when archived
* Bugfix: Archive template for groups
* Removed: Screenshots

= v1.2.5 =
* NEW: Event notifications for users (Sponsored by Roger Coathup – THX)
* Changed: Added future/past = false to category/cat feed template loops
* Bugfix: Header already sent error in the backend when saving an event
* Bugfix: Location gets re-saved when editing an event
* Bugfix: begin & end vars fixed in db query
* Bugfix: Group events permalinks in templates

= v1.2.4 =
* NEW: Events editing in the backend
* NEW: Events archive
* NEW: Sorting options
* Added: Support against spam users
* Added: Avatar for widgets (THX Greg Richardson)
* Changed: Feeds use creation date rather than start date
* Bugfix: Activity entries for recurrent events
* Bugfix: Function name clash
* Bugfix: Only parent fields are enabled for locations
* Changed: Prevent JS function name clashes

= v1.2.3 =
* NEW: Proximity filtering for events
* NEW: Default avatar upload
* Changed: Refactored meta-database functions
* Added: Finished action-hook reference
* Bugfix: Translation string is fixed
* Bugfix: Danish characters

= v1.2.2 =
* Added: Option to define the main slug (backwards compatible)
* Bugfix: Added clear:both to the bottom pagination (for grid-view)
* Bugfix: Full compatibility when BUDDYVENTS_SLUG gets redefined
* Removed: Name attribute of search submit for a cleaner url

= v1.2.1 =
* NEW: oEmbed support for event descriptions (optional)
* Added: Filter/Action doumentation (in parts)
* Added: First steps towards automatic upgrade
* Changed: Default sorting is now end_date
* Changed: JS week start now reflects events calendar
* Changed: All hardcoded instances of events to $bp->buddyvents->slug
* Changed: Registration now checks for end_date rather than start_date
* Bugfix: Sometimes the first day of an event showed (cont.) on the calendar
* Bugfix: Invitation emails work again
* Bugfix: bpe_is_restricted() checks again for logged-out user (introduced in 1.2)
* Bugfix: Error message is now being shown for image sizes 150×150 px and smaller
* Bugfix: date_created sort option didn’t work properly
* Bugfix: Buddyvents page titles were messing with other titles
* Bugfix: Recurrent event wasn’t rescheduled properly due to an overwritten id

= v1.2 =
* NEW: Map options are configurable now
* NEW: Option to restrict event creation to group admins
* NEW: Manual coordinates generation
* NEW: 24h or 12h clock
* NEW: Admin links in adminbar
* Added: German language file
* Added: Create link in the admin bar
* Added: Support for Mapology
* Added: Template for single event navigation
* Added: Bottom pagination links on templates
* Changed: Support for multiple MarkerClusterer images is now enabled
* Changed: Templates have been cleaned up some
* Changed: Invite template gets hidden when event is closed
* Changed: Times use bp_core_current_time() now
* Changed: Date format uses WP default now
* Bugfix: Added stripslashes in various locations
* Bugfix: Redirect after editing an event works now properly
* Bugfix: Userlink did not show for recurrent events
* Bugfix: JS for calendar gets generated properly for events without coordinates
* Bugfix: Grid-style javascript
* Bugfix: bpe_is_single_event() checks for forbidden slugs now
* Bugfix: Messages are now translatable
* Removed: Slug re-creation when editing an event

= v1.1.1 =
* Bugfix: Image urls have been corrected when WP sits in a sub-folder
* Changed: Widget and map now only show current events

= v1.1 =
* NEW: Admin definable event categories (AJAX backend)
* NEW: Show/hide event categories on the map
* NEW: Calendar week start can now be set to either Monday or Sunday
* NEW: Automatic notification of new versions (checks once per day)
* NEW: Image grid-style and normal list style
* NEW: RSS feeds for categories (global/group) and users
* NEW: Group calendars
* NEW: User event pages
* NEW: Group events map
* Added: Better sorting of events on calendar view
* Added: Option to disable group contact details
* Added: Checks for activity component
* Added: Upgrade routine
* Added: Event creator shows up in templates
* Changed: Reorganized template folders
* Changed: Default pagination limit is now 10/25 for list/grid view
* Changed: Map events get listed now by end rather than start date
* Changed: Improved SQL queries for better performance
* Changed: Min BP version is now 1.2.6
* Changed: Max attendees gets checked separatly from closed events now
* Changed: Image urls get saved without root domain
* Bugfix: Cookie location info was not displayed on create form
* Bugfix: Event names get properly escaped now
* Bugfix: Function bpe_is_event_private() returned wrong result
* Bugfix: Feed link has been fixed
* Bugfix: Image links on WP MS installs were broken
* Bugfix: Recurrent events were sometimes not created properly

= v1.0.1 Beta =
* Added: French language file
* Changed: Calendar uses action_variables now instead of $_GET

= v1.0 Beta =
* initial release

Leave a reply

Your email address will not be published. Required fields are marked *


*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>