File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ License: GPLv3
66License URI: http://www.gnu.org/licenses/gpl-3.0.html
77Requires at least: 3.5
88Tested up to: 3.5
9- Stable tag: 0.2
9+ Stable tag:
1010
1111Customizations for the Startup Shell | Apply portal.
1212
Original file line number Diff line number Diff line change 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
1515
1616require '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
You can’t perform that action at this time.
0 commit comments