WordPress plugin for integrating Gravity Forms responses with InterestTracker.
Please follow these steps to get the access_token. Sign in to GitHub.
1. Go to "Click Profile" > "Settings" > "Developer settings" > "Personal access tokens."
2. Click "Generate new token(Tokens classic)."
3. Tick required all token permissions.
4. Click "Generate token" and copy it and save it.
5. Now in your main file.The main file is generally your plugin-name.php. Update following values
6. $myUpdateChecker->setAuthentication('YOUR_GITHUB_PERSNONAL_ACCESS_TOKEN(CLASSIC)');
7. $myUpdateChecker = PucFactory::buildUpdateChecker( 'YOUR_GIT_HUB_REPO_LINK', __FILE__, 'PLUGIN_SLUG_VALUE' );
8. Note: It can be done by only repo owner.
Step1: Make changes in main branch - either by merge with other branch or making changes in main branch.
Step 2: Increment version in main file(For eg: if there is Version: 0.1 then change to Version: 0.2). The main file is basically in root location with same name of plugin(main file name: interesttracker-wp-integrator.php). Step 3: Commit and push to main branch. Step 4: Go to git hub repo. Click "tags". It is just beside "Go to file" search box. Step 5: Click "Draft a new release". Step 6: Enter data in "Choose a tag" , "Release Title", "Describe the title" . Step 7: Go to your wordpress plugin list. Click button "check for updates" to get new update .Developer: Rabi Gorkhali
Email: [email protected]
Owned By: Sermon View