Plugin Directory

Changeset 2256820


Ignore:
Timestamp:
03/08/2020 03:57:24 PM (6 years ago)
Author:
GentleSource
Message:

Added reason for booking to shortcode

Location:
appointmind/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • appointmind/trunk/appointmind.php

    r2079133 r2256820  
    77Plugin URI: http://www.appointmind.com/wordpress-plugin/?tracking=wordpress
    88Description: Include your Appointmind or Schedule Organizer online appointment scheduling calender in any article or in the sidebar. This plugin requires that you have purchased either a monthly subscription or the downloadable version of the software. This plugin does not include the appointmind scheduling software. You can get the subscription or the software at <a href="https://www.appointmind.com/?tracking=wordpress" target="_blank">Appointmind.com</a>.
    9 Version: 3.8.1
     9Version: 3.9.0
    1010Author: GentleSource
    1111Author URI: https://www.appointmind.com/?tracking=wordpress
     
    159159        $attributes = shortcode_atts(array(
    160160            'id' => null,
     161            'reason' => null,
    161162        ), $params );
    162163
     
    167168                $appointmindUrlParameters .= '&amp;cap=' . $attributes['id'];
    168169            }
     170            if (!empty($attributes['reason'])) {
     171                $appointmindUrlParameters .= '&amp;reason=' . $attributes['reason'];
     172            }
    169173        }
    170174
  • appointmind/trunk/readme.txt

    r2079133 r2256820  
    33Tags: appointmind, appointment, appointments, appointment scheduling, appointment scheduler, appointment booking, schedule organizer, schedule, scheduling, reservation, booking, appointment reservation, terminvergabe, terminbuchung, terminreservierung, termin, termine, calendar, kalender
    44Requires at least: 2.5
    5 Tested up to: 5.2.0
     5Tested up to: 5.3.2
    66
    77Include your Appointmind or Schedule Organizer online appointment scheduling calender in any article or in the sidebar.
     
    17173. Add your calendar URL in 'Settings' -> 'Appointmind Calendar'.
    18184. Go to Appearance -> Widgets and drag the Appointmind widget to the sidebar.
    19 5. Add the placeholder [appointmind_calendar] to any post.
     195. Add the placeholder [appointmind_calendar] to any post. Alternatively you can find short code for individual calendars and reasons in your Appointmind control panel under "Configuration / Schedules".
    2020
    2121== Changelog ==
     22
     23= 3.9.0 =
     24
     25Added reason for booking to shortcode.
    2226
    2327= 3.8.1 =
Note: See TracChangeset for help on using the changeset viewer.