Skip to content

Commit 9aaaeb2

Browse files
committed
update
1 parent d7ecc40 commit 9aaaeb2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ License: GPLv3
66
License URI: http://www.gnu.org/licenses/gpl-3.0.html
77
Requires at least: 3.5
88
Tested up to: 3.5
9-
Stable tag: 0.2
9+
Stable tag:
1010

1111
Customizations for the Startup Shell | Apply portal.
1212

startupshell-apply-customizations.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Plugin Name: Startup Shell | Apply Customizations
44
Plugin URI: https://merus.it
5-
Version: 0.2
5+
Version: 0.3
66
Author: <a href="//merus.it">Merus</a>
77
Description: Customizations for the Startup Shell | Apply portal.
88
Text Domain: startupshell-apply-customizations
@@ -15,16 +15,16 @@
1515

1616
require 'plugin-update-checker/plugin-update-checker.php';
1717
$myUpdateChecker = Puc_v4_Factory::buildUpdateChecker(
18-
'https://github.com/startupshell/apply-plugin/',
18+
'https://github.com/startupshell/apply-plugin',
1919
__FILE__,
2020
'startupshell-apply-customizations'
2121
);
2222

2323
//Optional: If you're using a private repository, specify the access token like this:
24-
$myUpdateChecker->setAuthentication('notapplicable');
24+
//$myUpdateChecker->setAuthentication('notapplicable');
2525

2626
//Optional: Set the branch that contains the stable release.
27-
$myUpdateChecker->setBranch('master');
27+
//$myUpdateChecker->setBranch('master');
2828

2929
/**
3030
* Check the PHP version and give a useful error message if the user's version is less than the required version

0 commit comments

Comments
 (0)