File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 1.6.0
2+
3+ - Change branch from master to main
4+
15## 1.5.9
26
37- Use images from Site Options
Original file line number Diff line number Diff line change 5656 */
5757 require 'plugin-update-checker/plugin-update-checker.php ' ;
5858 $ myUpdateChecker = Puc_v4_Factory::buildUpdateChecker (
59- 'https://github.com/missionbit /f1-mission-bit/ ' ,
59+ 'https://github.com/MissionBit /f1-mission-bit/ ' ,
6060 __FILE__ ,
6161 'f1-mission-bit '
6262 );
6363
6464 //Set the branch that contains the stable release.
65- $ myUpdateChecker ->setBranch ('master ' );
65+ $ myUpdateChecker ->setBranch ('main ' );
6666 $ myUpdateChecker ->getVcsApi ()->enableReleaseAssets ();
Original file line number Diff line number Diff line change 11{
22 "name" : " f1-mission-bit" ,
3- "version" : " 1.5.9 " ,
3+ "version" : " 1.6.0 " ,
44 "scripts" : {
55 "build" : " yarn test && yarn format && NODE_ENV=production gulp build && yarn build-js && yarn build-scss" ,
66 "build-js" : " parcel build ./assets/js/theme.js --out-dir ./dist/ --no-content-hash --log-level 4 --public-url ./ --no-cache" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Theme URI: https://github.com/missionbit/f1-mission-bit
44Author: Factor1 Studios
55Author URI: https://factor1studios.com
66Description: A custom WordPress theme for Mission Bit developed by Factor1
7- Version: 1.5.9
7+ Version: 1.6.0
88License: GPL-3.0
99License URI:
1010Text Domain:
You can’t perform that action at this time.
0 commit comments