Skip to content

Commit a7003d1

Browse files
committed
Bump version to 4.1.6
1 parent 83e3eba commit a7003d1

5 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
== v4.1.6 ==
2+
3+
Update to use https instead of http for snapshots
4+
15
== v4.1.5 ==
26

37
Bugfixes

admin/includes/class-arlo-for-wordpress-settings.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,13 @@ function arlo_changelog_callback($args) {
967967
<h3>What\'s new in this release</h3>
968968
<p><strong>If you are experiencing problems after an update, please deactivate and re-activate the plugin and re-synchronize the data.</strong></p>
969969
970+
<h4>Version 4.1.6</h4>
971+
<p>
972+
<ul class="arlo-whatsnew-list">
973+
<li>Update to use https instead of http for snapshots</li>
974+
</ul>
975+
</p>
976+
970977
<h4>Version 4.1.5</h4>
971978
<p>
972979
<ul class="arlo-whatsnew-list">

arlo-for-wordpress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @wordpress-plugin
1515
* Plugin Name: Arlo
1616
* Description: Connect your WordPress to Arlo
17-
* Version: 4.1.5
17+
* Version: 4.1.6
1818
* Author: Arlo
1919
* Author URI: https://arlo.co
2020
* Text Domain: arlo-for-wordpress

includes/arlo-version-handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Arlo\Utilities;
66

77
class VersionHandler {
8-
const VERSION = '4.1.5';
8+
const VERSION = '4.1.6';
99

1010
private $dbl;
1111
private $message_handler;

readme.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: ArloSoftware, adamfentosi, gabrielarlo
33
Tags: online registration, event registration, training management, event management, course plugin, training company software, training calendar, training administration, training management software, training provider, solution, events calendar, wordpress events, wordpress lms, class registration, conference registration, ticket, registration, event manager, training, booking, ticketing, courses, events, training, calendar, course management, course registration, wordpress courses, course calendar
44
Requires at least: 4.7
5-
Tested up to: 5.7
6-
Stable tag: 4.1.5
5+
Tested up to: 6.1
6+
Stable tag: 4.1.6
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -182,7 +182,9 @@ The Arlo - Training and Event Management, and online registration plugin is only
182182

183183
== Changelog ==
184184

185-
== v4.1.5 ==
185+
== v4.1.6 ==
186+
187+
Update to use https instead of http for snapshots
186188

187189
Bugfixes
188190
------------------

0 commit comments

Comments
 (0)