=== Expan Pro ===
Contributors: expantours
Tags: travel, travel agency, trip, trip plans
Requires at least: 3.4
Tested up to: 6.5.2
Requires PHP: 5.6
Stable tag: 2.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Show list of Trip plans from your Expan Pro account.

== Description ==

About Service.

This plugin is designed to use the Expan Pro service associated with your travel agent account created by Expan Tours: (https://expan.pro)

You can review our terms and conditions of the ExpanPro service at: (https://expan.pro/terms).

About Plugin.

This plugin creates a list of Expan Pro trip plans that can be added anywhere in the template.

This plugin provides 1 administration page called "Expan pro".

In the admin page (http://you-site.com/wp-admin/admin.php?page=expanpro-options) you can login with your Expan pro credentials in order to start using the shortcode [expanpro].

To use this plugin, you must include the shortcode <code>[expanpro]</code> within the content of pages, posts or widgets.

The filters that can be used to customize the list are the following:


* countries
      Country code type ISO 2 comma separated
      <code>[expanpro countries="AR,CL"]</code>

* name
      Keyword for search
      <code>[expanpro name="lima"]</code>

* categories
      Category names comma separated
      <code>[expanpro categories="trekking,trenes"]</code>

* quantity
      Number of trip plans to show
      <code>[expanpro quantity="20"]</code>

* offers
      Show only offers if is true
      <code>[expanpro offers="true"]</code>   

* plans
      Show specific trip plans by ID, comma separated
      <code>[expanpro plans="10,5"]</code>        

* vertical
      Show a vertical banner with trip plans 
      <code>[expanpro vertical="true"]</code>             


Requirements:
* WordPress 3.4 or later

= Translators =

* Spanish (es_ES) - [Sebastián Orellana](http://www.expan.cl)

== Installation ==

1. Install and activate the plugin
2. Login with your credentials in Expan Pro admin area.
3. Add the shortcode [expanpro] anywhere in your site.
5. YOU'RE DONE!

== Frequently Asked Questions ==

= Can I add the shortcode Anywhere on the Template? =

Yes, using the function <code><?php echo do_shortcode('[expanpro]');?></code>

== Screenshots ==

1. The Trip plans slider.

== Changelog ==

= 2.6 =
* Fixed transcient when api fails

= 2.5 =
* Fixed transcient when api fails

= 2.4 =
* visual improvements (added vertical option)

= 2.3 =
* Internal API fixes

= 2.2 =
* Fixed transcient time 12 hours

= 2.1 =
* Fixed empty response

= 2.0 =
* Added 2 new filters: offers, plans

= 1.6 =
* Cached API Call.

= 1.5 =
* New custom domain option.

= 1.4 =
* Added Styles CSS.

= 1.3 =
* Bug showing prices.

= 1.2 =
* Added JSON-LD option.
* Added Style CSS.

= 1.1 =
* Added canonical link option.
* Fixed image sizes.

= 1.0 =
* This is the first version of the plugin.
