Skip to content

Commit

Permalink
Merge branch 'release/v1.2.18'
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharvold committed Jul 22, 2022
2 parents 17a7ffc + f3fe21f commit b65e7fa
Show file tree
Hide file tree
Showing 45 changed files with 1,248 additions and 1,028 deletions.
217 changes: 217 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,223 @@

All notable changes to this project will be documented in this file.

## [1.2.18] - 2022-07-22

### Build

- Bookmark: merge to master
- Bookmark: merge to master
- Updated name of plugin in release script

## [1.2.17] - 2022-05-19

### Documentation

- :memo: removed console.log statement

### Build

- Bookmark: merge to master

## [1.2.16] - 2022-05-16

### Build

- Bookmark: merge to master
- :construction_worker: bumped version
- :construction_worker: disabled sslverify in dev env for layout call

## [1.2.15] - 2022-05-16

### Build

- Bookmark: merge to master
- :construction_worker: bumped version numbers
- :construction_worker: changed git cliff tag name to fit the actual tag

## [1.2.14] - 2022-05-16

### Build

- Bookmark: merge to master
- :construction_worker: bumped version number everywhere

## [1.2.13] - 2022-05-16

### Build

- Bookmark: merge to master
- :construction_worker: bumped correct version number in ikotravel.php

## [1.2.12] - 2022-05-16

### Styling

- :lipstick: added square brand icon

### Build

- Bookmark: merge to master

## [1.2.11] - 2022-05-16

### Bug Fixes

- :bug: fixed local development

### Build

- Bookmark: merge to master

## [1.2.10] - 2022-05-16

### Build

- Bookmark: merge to master
- :construction_worker: bumped version number correctly

## [1.2.18] - 2022-07-22

### Build

- Bookmark: merge to master
- Updated name of plugin in release script

## [1.2.17] - 2022-05-19

### Documentation

- :memo: removed console.log statement

### Build

- Bookmark: merge to master

## [1.2.16] - 2022-05-16

### Build

- Bookmark: merge to master
- :construction_worker: bumped version
- :construction_worker: disabled sslverify in dev env for layout call

## [1.2.15] - 2022-05-16

### Build

- Bookmark: merge to master
- :construction_worker: bumped version numbers
- :construction_worker: changed git cliff tag name to fit the actual tag

## [1.2.14] - 2022-05-16

### Build

- Bookmark: merge to master
- :construction_worker: bumped version number everywhere

## [1.2.13] - 2022-05-16

### Build

- Bookmark: merge to master
- :construction_worker: bumped correct version number in ikotravel.php

## [1.2.12] - 2022-05-16

### Styling

- :lipstick: added square brand icon

### Build

- Bookmark: merge to master

## [1.2.11] - 2022-05-16

### Bug Fixes

- :bug: fixed local development

### Build

- Bookmark: merge to master

## [1.2.10] - 2022-05-16

### Build

- Bookmark: merge to master
- :construction_worker: bumped version number correctly

## [1.2.18] - 2022-07-21

### Documentation

- :memo: removed console.log statement

### Build

- Updated name of plugin in release script
- Bookmark: merge to master

## [1.2.16] - 2022-05-16

### Build

- Bookmark: merge to master
- :construction_worker: bumped version
- :construction_worker: disabled sslverify in dev env for layout call

## [1.2.15] - 2022-05-16

### Build

- Bookmark: merge to master
- :construction_worker: bumped version numbers
- :construction_worker: changed git cliff tag name to fit the actual tag

## [1.2.14] - 2022-05-16

### Build

- Bookmark: merge to master
- :construction_worker: bumped version number everywhere

## [1.2.13] - 2022-05-16

### Build

- Bookmark: merge to master
- :construction_worker: bumped correct version number in ikotravel.php

## [1.2.12] - 2022-05-16

### Styling

- :lipstick: added square brand icon

### Build

- Bookmark: merge to master

## [1.2.11] - 2022-05-16

### Bug Fixes

- :bug: fixed local development

### Build

- Bookmark: merge to master

## [1.2.10] - 2022-05-16

### Build

- Bookmark: merge to master
- :construction_worker: bumped version number correctly

## [1.2.17] - 2022-05-19

### Documentation
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# iko.travel Affiliate WordPress plugin documentation #
# WINK Affiliate WordPress plugin documentation #

### Project information ###

* Summary: Integrates WordPress with your iko.travel seller account at [https://sell.iko.travel][https://sell.iko.travel]
* Summary: Integrates WordPress with your WINK seller account at [https://sell.WINK][https://sell.WINK]

### Setup ###
Once you've created an account with iko.travel, you can install this WordPress plugin on your site. Once installed, the plugin will ask you for your clientId and secretKey to connect with your account on iko.travel.
Once you've created an account with WINK, you can install this WordPress plugin on your site. Once installed, the plugin will ask you for your clientId and secretKey to connect with your account on WINK.

Once you've entered your credentials, you can go to your Gutenberg editor and start embedding our web components into your site.

Available components (short code : description):

* [ikolookup]: Works with ranked content grid. Type in a place you want to visit and have inventory displayed.
* [ikosearch]: Simple button to open up itinerary form.
* [ikoaccount]Account: Button to let you authenticate. Once authenticated, it turns into a dropdown with account options.
* [ikoitinerary]Itinerary: Same as search button, only it contains itinerary information as button text.
* [ikocontent]: Lets you embed the inventory you've selected on iko.travel directly into a page or post.
* [winklookup]: Works with ranked content grid. Type in a place you want to visit and have inventory displayed.
* [winksearch]: Simple button to open up itinerary form.
* [winkaccount]Account: Button to let you authenticate. Once authenticated, it turns into a dropdown with account options.
* [winkitinerary]Itinerary: Same as search button, only it contains itinerary information as button text.
* [winkcontent]: Lets you embed the inventory you've selected on WINK directly into a page or post.

### Options ###
There are 2 ways to use our components:
Expand All @@ -25,6 +25,6 @@ There are 2 ways to use our components:

### Support ###

* Support: bjorn@iko.travel
* Support: bjorn@wink.travel

[https://sell.iko.travel]: https://sell.iko.travel
[https://sell.wink.travel]: https://sell.wink.travel
37 changes: 20 additions & 17 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
=== iko.travel Affiliate ===
Contributors: MB-Jan, ikotravel
Tags: travel, iko, booking
=== WINK Affiliate ===
Contributors: MB-Jan, wink
Tags: travel, wink, booking
Requires at least: 4.7
Tested up to: 6.0
Stable tag: 1.2.17
Version: 1.2.17
Tested up to: 6.0.1
Stable tag: 1.2.18
Version: 1.2.18
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Integrates WordPress with your iko.travel seller account. Learn more at [https://sell.iko.travel](https://sell.iko.travel "Your favorite travel inventory software").
Integrates WordPress with your WINK seller account. Learn more at [https://sell.wink.travel](https://sell.wink.travel "Your favorite travel inventory software").

== Description ==

Once you've created an account with iko.travel, you can install this WordPress plugin on your site. Once installed, the plugin will ask you for your clientId and secretKey to connect with your account on iko.travel.
Once you've created an account with WINK, you can install this WordPress plugin on your site. Once installed, the plugin will ask you for your clientId and secretKey to connect with your account on WINK.

Once you've entered your credentials, you can go to your Gutenberg editor and start embedding our web components into your site.

Available components:

* [ikolookup]: Works with ranked content grid. Type in a place you want to visit and have inventory displayed.
* [ikosearch]: Simple button to open up itinerary form.
* [ikoaccount]Account: Button to let you authenticate. Once authenticated, it turns into a dropdown with account options.
* [ikoitinerary]Itinerary: Same as search button, only it contains itinerary information as button text.
* [ikocontent]: Lets you embed the inventory you've selected on iko.travel directly into a page or post.
* [winklookup]: Works with ranked content grid. Type in a place you want to visit and have inventory displayed.
* [winksearch]: Simple button to open up itinerary form.
* [winkaccount]Account: Button to let you authenticate. Once authenticated, it turns into a dropdown with account options.
* [winkitinerary]Itinerary: Same as search button, only it contains itinerary information as button text.
* [winkcontent]: Lets you embed the inventory you've selected on WINK directly into a page or post.

== Options ==
There are multiple ways to use our components:
Expand All @@ -33,22 +33,25 @@ There are multiple ways to use our components:

== Frequently Asked Questions ==

= Is a an iko.travel seller account required to use this plugin? =
= Is a an WINK seller account required to use this plugin? =

Yes. Learn more at [https://sell.iko.travel](https://sell.iko.travel "Your favorite travel inventory software").
Yes. Learn more at [https://sell.wink.travel](https://sell.wink.travel "Your favorite travel inventory software").

= Is it compatible with PHP <8.0 =

If you notice any issues, please contact us.

== Support ==

* Support: bjorn@iko.travel
* Support: bjorn@wink.travel

[https://sell.iko.travel](https://sell.iko.travel "Your favorite travel inventory software")
[https://sell.wink.travel](https://sell.wink.travel "Your favorite travel inventory software")

== Changelog ==

= 1.2.18 =
* Rebrand to WINK.

= 1.2.17 =
* Includes multiple fixes + notice if permalinks have not been set in WordPress.

Expand Down
2 changes: 1 addition & 1 deletion css/customize.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* A simple file to customize the WP Customizer */
#customize-control-ikoEnvironment {
#customize-control-winkEnvironment {
display: none !important;
}
Binary file modified img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed includes/.DS_Store
Binary file not shown.
Loading

0 comments on commit b65e7fa

Please sign in to comment.