Changeset 2745504
- Timestamp:
- 06/20/2022 07:54:28 PM (4 years ago)
- Location:
- spocket/trunk
- Files:
-
- 4 edited
-
deploy.sh (modified) (1 diff)
-
index.php (modified) (1 diff)
-
lib/Plugin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
spocket/trunk/deploy.sh
r2745502 r2745504 108 108 109 109 # Add all new files that are not set to be ignored 110 svn delete httpful.phar110 # svn delete httpful.phar 111 111 svn status | grep -v "^.[ \t]*\..*" | grep "^?" | awk '{print $2}' | xargs svn add 112 112 svn commit --username=$SVNUSER -m "$COMMITMSG" -
spocket/trunk/index.php
r2745493 r2745504 3 3 Plugin Name: Spocket 4 4 Description: Spocket - Dropshipping US/European Products 5 Version: 1.6. 75 Version: 1.6.8 6 6 Author: Spocket 7 7 Author URI: https://www.spocket.co -
spocket/trunk/lib/Plugin.php
r2745493 r2745504 34 34 * @var string 35 35 */ 36 protected $version = '1.6. 7';36 protected $version = '1.6.8'; 37 37 38 38 /**1000 -
spocket/trunk/readme.txt
r2745493 r2745504 3 3 Requires at least: 4.4 4 4 Tested up to: 6.0 5 Stable tag: 1.6. 75 Stable tag: 1.6.8 6 6 7 7 Find fast shipping products from reliable suppliers, import them to [your WooCommerce store](https://www.spocket.co/for-woocommerce) and manage your orders automatically: all for free.
Note: See TracChangeset
for help on using the changeset viewer.