Skip to content

Commit

Permalink
feat: 📝 update some text and assets
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharvold committed Nov 8, 2023
1 parent 55a6972 commit da7744e
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 8 deletions.
19 changes: 19 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Summary: Integrates WordPress with your Wink account at [https://sell.wink.travel](https://sell.wink.travel)

### Setup ###
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 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.

Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: MB-Jan, bjornharvold
Tags: wink2travel, travel, hotel, booking, affiliate network
Requires at least: 4.7
Tested up to: 6.3.2
Tested up to: 6.4
Stable tag: 2.0.0
Version: 2.0.0
Requires PHP: 7.4
Expand Down
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.
12 changes: 6 additions & 6 deletions wink.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php
/**
* Plugin Name: WINK Affiliate
* Description: This plugin integrates your WINK affiliate account with WordPress. It integrates with Gutenberg, Elementor, Avada, WPBakery and as shortcodes.
* Plugin Name: Wink Affiliate WordPress Plugin
* Description: This plugin integrates your Wink affiliate account with WordPress. It integrates with Gutenberg, Elementor, Avada, WPBakery and as shortcodes.
* Version: 1.2.18
* Author: WINK
* Author: Wink
* Author URI: https://wink.travel/
* License: GPL-3.0
* License URI: https://oss.ninja/gpl-3.0?organization=Useful%20Team&project=jwt-auth
* Text Domain: wink
*
* the WINK Affiliate WordPress plugin is free software: you can redistribute it and/or modify
* The Wink Affiliate WordPress plugin is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* any later version.
Expand All @@ -19,7 +19,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with WINK Affiliate WordPress plugin. If not, see https://www.gnu.org/licenses/gpl-2.0.html.
* along with Wink Affiliate WordPress plugin. If not, see https://www.gnu.org/licenses/gpl-2.0.html.
*/
if ( ! defined( 'ABSPATH' ) ) exit;

Expand Down Expand Up @@ -57,7 +57,7 @@ function settingsLink( $links ) {
get_admin_url() . 'admin.php'
) );
// Create the link.
$settings_link = '<a href="'.$this->settingsURL.'" title="'.esc_html__('WINK settings',$this->namespace).'">' . esc_html__( 'Settings',$this->namespace ) . '</a>';
$settings_link = '<a href="'.$this->settingsURL.'" title="'.esc_html__('Wink settings',$this->namespace).'">' . esc_html__( 'Settings',$this->namespace ) . '</a>';
// Adds the link to the end of the array.
array_push(
$links,
Expand Down

0 comments on commit da7744e

Please sign in to comment.