manifest / integrations / wp-plugin
SermonView Interest Creator
The theme of this epoch is a WordPress plug-in for InterestTracker which is an add-on to Gravity forms, which will allow form responses to flow into InterestTracker.
by sermon-view · github.com/rabigorkhali/wp-plugin · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/rabigorkhali/wp-plugin/archive/refs/heads/main.zipFrom the readme
interesttracker-wp-integrator
WordPress plugin for integrating Gravity Forms responses with InterestTracker.
Authentication Implementation
Please follow these steps to get the accesstoken. 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('YOURGITHUBPERSNONALACCESSTOKEN(CLASSIC)');
7. $myUpdateChecker = PucFactory::buildUpdateChecker(
'YOURGITHUBREPOLINK',
FILE,
'PLUGINSLUGVALUE'
);
8. Note: It can be done by only repo owner.
How to make release
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
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0 | Mar 24, 2024 |
| 0.8 | Mar 21, 2024 |
| 0.4 | Mar 20, 2024 |
| 0.3 | Mar 20, 2024 |
| 0.2 | Mar 20, 2024 |
| test | Mar 20, 2024 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.