Plugin Directory

Changeset 1398596


Ignore:
Timestamp:
04/18/2016 08:30:47 PM (10 years ago)
Author:
fareharbor
Message:

Fix plugin name, typos in readme

Location:
fareharbor
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • fareharbor/tags/3.0/fareharbor.php

    r1398585 r1398596  
    11<?php
    22  /*
    3     Plugin Name: FareHarbor
     3    Plugin Name: FareHarbor Reservation Calendars
    44    Plugin URI: https://fareharbor.com/help/setup/wordpress-plugin/
    55    Description: Easily add FareHarbor reservation calendars and buttons to your site
  • fareharbor/tags/3.0/readme.txt

    r1398585 r1398596  
    2020== Installation ==
    2121
    22 ## From the WordPress plugin directory (recommended):
     22= From the WordPress plugin directory (recommended): =
    2323
    24241. Navigate to Plugins > Add New in your WordPress Dashboard
     
    27271. Activate the plugin
    2828
    29 ## By direct upload:
     29= By direct upload: =
    3030
    31311. Download the plugin and unzip it.
     
    33331. Activate the plugin through the 'Plugins' menu in WordPress
    3434
    35 ## Then
     35= Then =
    3636
    3737Use the `[fareharbor shortname="companyname"]`, `[lightframe shortname="companyname"][/lightframe]`, `[partners shortname="companyname" include="company1,company2"]`, and `[itemgrid shortname="companyname"]` shortcodes in your posts or pages.
     
    4444== Changelog ==
    4545
    46 = 2.2 =
     46= 3.0 =
    4747* Add support for [itemgrid] shortcode
    4848* Add support for an even better mobile booking experience via `fallback="simple"` shortcode option
  • fareharbor/trunk/fareharbor.php

    r1398584 r1398596  
    11<?php
    22  /*
    3     Plugin Name: FareHarbor
     3    Plugin Name: FareHarbor Reservation Calendars
    44    Plugin URI: https://fareharbor.com/help/setup/wordpress-plugin/
    55    Description: Easily add FareHarbor reservation calendars and buttons to your site
  • fareharbor/trunk/readme.txt

    r1398584 r1398596  
    2020== Installation ==
    2121
    22 ## From the WordPress plugin directory (recommended):
     22= From the WordPress plugin directory (recommended): =
    2323
    24241. Navigate to Plugins > Add New in your WordPress Dashboard
     
    27271. Activate the plugin
    2828
    29 ## By direct upload:
     29= By direct upload: =
    3030
    31311. Download the plugin and unzip it.
     
    33331. Activate the plugin through the 'Plugins' menu in WordPress
    3434
    35 ## Then
     35= Then =
    3636
    3737Use the `[fareharbor shortname="companyname"]`, `[lightframe shortname="companyname"][/lightframe]`, `[partners shortname="companyname" include="company1,company2"]`, and `[itemgrid shortname="companyname"]` shortcodes in your posts or pages.
     
    4444== Changelog ==
    4545
    46 = 2.2 =
     46= 3.0 =
    4747* Add support for [itemgrid] shortcode
    4848* Add support for an even better mobile booking experience via `fallback="simple"` shortcode option
Note: See TracChangeset for help on using the changeset viewer.