Plugin for Wordpress sites which have WooCommerce shop plugin installed in them.
Installation guide - https://support.yotpo.com/docs/woocommerce-installing-yotpo
Uploading a new version or changes to https://wordpress.org/plugins/yotpo-social-reviews-for-woocommerce/
- Download the SVN directory from Wordpress: svn checkout https://plugins.svn.wordpress.org/yotpo-social-reviews-for-woocommerce/
Now this is your working copy of the plugin.
-
Pull the latest changes from github repository: woocommerce-plugin
-
Create a new branch, change the relevant files (changelog, wc_yotpo.php,readme.txt)
-
Copy the code from 'woocommerce-yotpo' folder to to the working copy under 'trunk' folder.
-
Verify that the following files are updated:
Changelog wc_yotpo.php: update the version in the header readme.txt: the relevant fields: Stable tag, Tested up to, Requires readme.txt: the changelog section.
-
Add all changes and new files svn add * --force
-
run 'svn diff' to verify the code changes before you upload the code
-
Push the changes:
svn ci -m "Version '<<new version number>>'" --username Yotpo --password
use password from this page -
Thats it! check changes on our plugin page in Wordprass.
-
Push your branch to master in github.
(info) More details on how to use svn you can find here
Copyright © 2018 Yotpo. All rights reserved.