Skip to content

Commit

Permalink
Merge branch 'release/1.4.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharvold committed Feb 26, 2024
2 parents b238608 + 6075dd3 commit 9f39963
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: MB-Jan, bjornharvold
Tags: wink2travel, travel, hotel, booking, affiliate network
Requires at least: 4.7
Tested up to: 6.4
Stable tag: 1.4.10
Version: 1.4.10
Stable tag: 1.4.11
Version: 1.4.11
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
6 changes: 3 additions & 3 deletions releaseToMaster.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (c) wink.travel 2022.
#

echo "Releasing new version of Wink Affiliate WordPress plugin using git flow..."
echo "Releasing new version of Wink WordPress plugin using git flow..."

versionNumber=$(npx git-changelog-command-line --print-next-version --major-version-pattern BREAKING --minor-version-pattern feat)

Expand Down Expand Up @@ -47,7 +47,7 @@ case $yn in
git push origin master:refs/heads/master

echo "Creating GitHub release..."
gh release create $versionNumber --notes "See CHANGELOG.md for release notes" --target master
gh release create v$versionNumber --notes "See CHANGELOG.md for release notes" --target master

echo "Pulling ORIGIN master into local branch..."
git pull origin
Expand All @@ -70,7 +70,7 @@ case $yn in
echo "Enabling git messages for a release again"
export GIT_MERGE_AUTOEDIT=yes

echo "Wink Affiliate WordPress plugin $versionNumber has been successfully released"
echo "Wink WordPress plugin $versionNumber has been successfully released"
;;
[nN])
echo "Exiting..."
Expand Down
2 changes: 1 addition & 1 deletion wink.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* 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.4.10
* Version: 1.4.11
* Author: Wink
* Author URI: https://wink.travel/
* License: GPL-3.0
Expand Down

0 comments on commit 9f39963

Please sign in to comment.