Changeset 2256820
- Timestamp:
- 03/08/2020 03:57:24 PM (6 years ago)
- Location:
- appointmind/trunk
- Files:
-
- 2 edited
-
appointmind.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
appointmind/trunk/appointmind.php
r2079133 r2256820 7 7 Plugin URI: http://www.appointmind.com/wordpress-plugin/?tracking=wordpress 8 8 Description: 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.19 Version: 3.9.0 10 10 Author: GentleSource 11 11 Author URI: https://www.appointmind.com/?tracking=wordpress … … 159 159 $attributes = shortcode_atts(array( 160 160 'id' => null, 161 'reason' => null, 161 162 ), $params ); 162 163 … … 167 168 $appointmindUrlParameters .= '&cap=' . $attributes['id']; 168 169 } 170 if (!empty($attributes['reason'])) { 171 $appointmindUrlParameters .= '&reason=' . $attributes['reason']; 172 } 169 173 } 170 174 -
appointmind/trunk/readme.txt
r2079133 r2256820 3 3 Tags: appointmind, appointment, appointments, appointment scheduling, appointment scheduler, appointment booking, schedule organizer, schedule, scheduling, reservation, booking, appointment reservation, terminvergabe, terminbuchung, terminreservierung, termin, termine, calendar, kalender 4 4 Requires at least: 2.5 5 Tested up to: 5. 2.05 Tested up to: 5.3.2 6 6 7 7 Include your Appointmind or Schedule Organizer online appointment scheduling calender in any article or in the sidebar. … … 17 17 3. Add your calendar URL in 'Settings' -> 'Appointmind Calendar'. 18 18 4. Go to Appearance -> Widgets and drag the Appointmind widget to the sidebar. 19 5. Add the placeholder [appointmind_calendar] to any post. 19 5. 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". 20 20 21 21 == Changelog == 22 23 = 3.9.0 = 24 25 Added reason for booking to shortcode. 22 26 23 27 = 3.8.1 =
Note: See TracChangeset
for help on using the changeset viewer.