manifest / integrations / accountitwordpressconnector
Woo AccountIT Connector
AccountitWordPressConnector
by AccountIT · github.com/nataf100/accountitwordpressconnector · website
★ 1stars
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/nataf100/accountitwordpressconnector/archive/refs/heads/main.zipFrom the readme
Woo AccountIt Connector
Description
The Woo AccountIt Connector plugin sends a mail to the shop admin and the customer a mail of the ordered pdf and also pushes the data to AccountIT database
Latest Release
Updating the Version and Publishing a New Release
Follow these steps to update the plugin version and publish a new release for AccountitWordPressConnector:
1. Update the Plugin Version
- Open the main plugin file:
woo-accountit-connector.php.
- Update the version in two locations:
- Find the define statement and update the version:
- Update the Version header:
- Save the file.
2. Commit and Push the Changes
- Add the changes to Git and commit them:
bash
git add woo-accountit-connector.php
git commit -m "Update plugin version to 2.0"
git push
3. Create a New Release on GitHub
Navigate to the AccountitWordPressConnector GitHub repository.
Click on the Releases tab.
Select Draft a New Release.
Create a new version tag:
Click on the Choose a Tag dropdown.
Enter the new version number (e.g., 2.0) and press Enter to create the tag.
Add release details:
Release Title: Use the version number (e.g., Version 2.0).
Description: Provide a summary of
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.