OPR Place Reservations

Description

With this plugin you can show list of available places for renting and get reservations for those places.

Reservations can be created from client-side UI or from WP admin. When place is reserved then it will no longer be available for new reservations,
before previous reservation has been removed.

Installation

This section describes how to install the plugin and get it working.

  1. Upload the plugin files to the /wp-content/plugins/placereservation directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Reservations->Types & locations screen to configure the plugin
  4. Add shortcode [show-available-places] to page where you want show list of available places and the reservation form
  5. Add attribute filtering=”true” to the shortcode tag to show form for filtering the places list

Reviews

Read all 1 review

Contributors & Developers

“OPR Place Reservations” is open source software. The following people have contributed to this plugin.

Contributors

“OPR Place Reservations” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “OPR Place Reservations” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1.12

  • Small bugfix to adding types and locations
  • Tested to work with WordPress 6.3

1.1.11

  • Bugfixes to problems with removing reservations and places

1.1.10

  • More bugfixes for usage with PHP 8.1

1.1.9

  • Tested for working with WordPress 6.1
  • Bugfixes for PHP 8.1

1.1.8

  • Tested for working with WordPress 6.0

1.1.7

  • Tested for working with WordPress 5.8

1.1.6

  • Tested for working with WordPress 5.7

1.1.5

  • Ability to select which fields in add new reservation forms are mandatory

1.1.4

  • Bug fixes

1.1.3

  • Bug fixes

1.1.2

  • Performance tweaks
  • Filtering of reservations in admin
  • Paging of reservations and places in admin
  • Loading indicators to importer

1.1.1

  • Critical bug fix to deployment

1.1.0

  • Implemented new roles and capablities that can administrate reservation related things, but can’t otherwise administrate WP
  • Implemented data import functionalities
  • Bug fixes

1.0.6

  • Bug fixes

1.0.5

  • Implemented remove of reservations and places
  • Bug fixes

1.0.4

  • Added TablePress CSS classes to customer view places listing table
  • Bug fixes

1.0.3

  • Implemented function to choose which fields are shown at the customer view
  • Implemented function for setting order by field at the customer view places list
  • Implemented email notification about a new reservation made
  • Bug fixes

1.0.2

  • Security fix: sanitation, validation and escaping data

1.0.1

  • Bug fix to database table creation when activating plugin.

1.0

  • Initial production version.