Changeset 1398596
- Timestamp:
- 04/18/2016 08:30:47 PM (10 years ago)
- Location:
- fareharbor
- Files:
-
- 4 edited
-
tags/3.0/fareharbor.php (modified) (1 diff)
-
tags/3.0/readme.txt (modified) (4 diffs)
-
trunk/fareharbor.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fareharbor/tags/3.0/fareharbor.php
r1398585 r1398596 1 1 <?php 2 2 /* 3 Plugin Name: FareHarbor 3 Plugin Name: FareHarbor Reservation Calendars 4 4 Plugin URI: https://fareharbor.com/help/setup/wordpress-plugin/ 5 5 Description: Easily add FareHarbor reservation calendars and buttons to your site -
fareharbor/tags/3.0/readme.txt
r1398585 r1398596 20 20 == Installation == 21 21 22 ## From the WordPress plugin directory (recommended): 22 = From the WordPress plugin directory (recommended): = 23 23 24 24 1. Navigate to Plugins > Add New in your WordPress Dashboard … … 27 27 1. Activate the plugin 28 28 29 ## By direct upload: 29 = By direct upload: = 30 30 31 31 1. Download the plugin and unzip it. … … 33 33 1. Activate the plugin through the 'Plugins' menu in WordPress 34 34 35 ## Then 35 = Then = 36 36 37 37 Use the `[fareharbor shortname="companyname"]`, `[lightframe shortname="companyname"][/lightframe]`, `[partners shortname="companyname" include="company1,company2"]`, and `[itemgrid shortname="companyname"]` shortcodes in your posts or pages. … … 44 44 == Changelog == 45 45 46 = 2.2=46 = 3.0 = 47 47 * Add support for [itemgrid] shortcode 48 48 * Add support for an even better mobile booking experience via `fallback="simple"` shortcode option -
fareharbor/trunk/fareharbor.php
r1398584 r1398596 1 1 <?php 2 2 /* 3 Plugin Name: FareHarbor 3 Plugin Name: FareHarbor Reservation Calendars 4 4 Plugin URI: https://fareharbor.com/help/setup/wordpress-plugin/ 5 5 Description: Easily add FareHarbor reservation calendars and buttons to your site -
fareharbor/trunk/readme.txt
r1398584 r1398596 20 20 == Installation == 21 21 22 ## From the WordPress plugin directory (recommended): 22 = From the WordPress plugin directory (recommended): = 23 23 24 24 1. Navigate to Plugins > Add New in your WordPress Dashboard … … 27 27 1. Activate the plugin 28 28 29 ## By direct upload: 29 = By direct upload: = 30 30 31 31 1. Download the plugin and unzip it. … … 33 33 1. Activate the plugin through the 'Plugins' menu in WordPress 34 34 35 ## Then 35 = Then = 36 36 37 37 Use the `[fareharbor shortname="companyname"]`, `[lightframe shortname="companyname"][/lightframe]`, `[partners shortname="companyname" include="company1,company2"]`, and `[itemgrid shortname="companyname"]` shortcodes in your posts or pages. … … 44 44 == Changelog == 45 45 46 = 2.2=46 = 3.0 = 47 47 * Add support for [itemgrid] shortcode 48 48 * Add support for an even better mobile booking experience via `fallback="simple"` shortcode option
Note: See TracChangeset
for help on using the changeset viewer.