Changeset 1516270
- Timestamp:
- 10/17/2016 06:24:42 AM (9 years ago)
- Location:
- sku-error-fixer-for-woocommerce/trunk
- Files:
-
- 4 edited
-
README.md (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
sku-error-fixer-for-woocommerce.php (modified) (1 diff)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sku-error-fixer-for-woocommerce/trunk/README.md
r1420666 r1516270 22 22 23 23 After installing the plugin you will need to go to the plugin settings page Woocommerce > SKU Error Fixer, where you can to scan your site for presence of any old variations, clean them SKU fields or remove them completely. You can also setup automatic checking and fixing not unique SKU problem when you edit a product. 24 25 ## I've got an idea/fix for the plugin26 27 If you would like to contribute to this plugin then please fork it and send a pull request. I'll merge the request if it fits into the goals for the plugin and credit you in the [changelog](https://github.com/aliomaster/sku-error-fixer-for-woocommrece/blob/master/changelog.txt). -
sku-error-fixer-for-woocommerce/trunk/readme.txt
r1493718 r1516270 1 1 === SKU Error Fixer for WooCommerce === 2 Contributors: aliowebdeveloper2 Contributors: wordpress-monsters 3 3 Tags: woocommerce, sku, fix, sku bug, unique sku error 4 4 Requires at least: 3.4.0 … … 48 48 After installing the plugin you will need to go to the plugin settings page Woocommerce > SKU Error Fixer, where you can to scan your site for presence of any old variations, clean them SKU fields or remove them completely. You can also setup automatic checking and fixing not unique SKU problem when you edit a product. 49 49 50 = I've got an idea/fix for the plugin =51 52 If you would like to contribute to this plugin then please fork it and send a pull request. I'll merge the request if it fits into the goals for the plugin and credit you in the [changelog](https://github.com/aliomaster/sku-error-fixer-for-woocommrece/blob/master/changelog.txt).53 54 50 55 51 == Changelog == -
sku-error-fixer-for-woocommerce/trunk/sku-error-fixer-for-woocommerce.php
r1414306 r1516270 4 4 * Description: Plugin automaticly fixing unique SKU error for your WooCommerce products 5 5 * Version: 1.0 6 * Author: Alio Master7 * Author URI: aliowebdeveloper@gmail.com6 * Author: WordPress Monsters 7 * Author URI: http://www.wpmonsters.org/ 8 8 * 9 9 * 10 10 * @package WordPress 11 * @author Alio Master11 * @author WordPress Monsters 12 12 * @since 1.0.0 13 13 */ -
sku-error-fixer-for-woocommerce/trunk/uninstall.php
r1414306 r1516270 7 7 * 8 8 * @package WordPress 9 * @author Alio Master9 * @author WordPress Monsters 10 10 * @version 1.0.0 11 11 */
Note: See TracChangeset
for help on using the changeset viewer.