Changeset 3258740
- Timestamp:
- 03/19/2025 07:17:55 PM (13 months ago)
- Location:
- cost-of-goods
- Files:
-
- 3 edited
- 5 copied
-
assets/screenshot-5.png (modified) (previous)
-
tags/1.6.9 (copied) (copied from cost-of-goods/trunk)
-
tags/1.6.9/admin/class-cost-of-goods-for-woocommerce-admin.php (copied) (copied from cost-of-goods/trunk/admin/class-cost-of-goods-for-woocommerce-admin.php)
-
tags/1.6.9/admin/partials/cost-of-goods-for-wc-admin-display.php (copied) (copied from cost-of-goods/trunk/admin/partials/cost-of-goods-for-wc-admin-display.php)
-
tags/1.6.9/cost-of-goods-for-woocommerce.php (copied) (copied from cost-of-goods/trunk/cost-of-goods-for-woocommerce.php) (2 diffs)
-
tags/1.6.9/readme.txt (copied) (copied from cost-of-goods/trunk/readme.txt) (3 diffs)
-
trunk/cost-of-goods-for-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cost-of-goods/tags/1.6.9/cost-of-goods-for-woocommerce.php
r3257997 r3258740 9 9 * Plugin URI: https://wpiron.com 10 10 * Description: add your cost of goods to your products and track your profit in reports 11 * Version: 1.6. 811 * Version: 1.6.9 12 12 * Author: WP Iron 13 13 * Author URI: https://wpiron.com/ … … 27 27 * Rename this for your plugin and update it as you release new versions. 28 28 */ 29 define('COST_OF_GOODS_FOR_WOOCOMMERCE_VERSION', '1.6. 8');29 define('COST_OF_GOODS_FOR_WOOCOMMERCE_VERSION', '1.6.9'); 30 30 31 31 /** -
cost-of-goods/tags/1.6.9/readme.txt
r3257997 r3258740 38 38 * Change your **regular price (for example without VAT)** and count profit purely. 39 39 * **Track sales and profit** you made by our build **dashboard** and integrated with WooCommerce; 40 * Enable your Total Revenue, Total Costs, Total Profit and Profit Margin to see in main WordPress Dashboard! 40 41 * Support - Do you have questions, issue, or missing features? Write and we will solve it! 41 42 … … 91 92 3. screenshot-3.png - Profit margin calculations. 92 93 4. screenshot-4.png - Historical cost tracking. 94 5. screenshot-5.png - Dashboard of stats in main WP dashboard 93 95 94 96 == Changelog == … … 190 192 = 1.6.8 = 191 193 * Add security layers to the plugin 194 195 = 1.6.9 = 196 * Added new Dashboard for premium users to see data in the main wordpress dashboard -
cost-of-goods/trunk/cost-of-goods-for-woocommerce.php
r3257997 r3258740 9 9 * Plugin URI: https://wpiron.com 10 10 * Description: add your cost of goods to your products and track your profit in reports 11 * Version: 1.6. 811 * Version: 1.6.9 12 12 * Author: WP Iron 13 13 * Author URI: https://wpiron.com/ … … 27 27 * Rename this for your plugin and update it as you release new versions. 28 28 */ 29 define('COST_OF_GOODS_FOR_WOOCOMMERCE_VERSION', '1.6. 8');29 define('COST_OF_GOODS_FOR_WOOCOMMERCE_VERSION', '1.6.9'); 30 30 31 31 /** -
cost-of-goods/trunk/readme.txt
r3257997 r3258740 38 38 * Change your **regular price (for example without VAT)** and count profit purely. 39 39 * **Track sales and profit** you made by our build **dashboard** and integrated with WooCommerce; 40 * Enable your Total Revenue, Total Costs, Total Profit and Profit Margin to see in main WordPress Dashboard! 40 41 * Support - Do you have questions, issue, or missing features? Write and we will solve it! 41 42 … … 91 92 3. screenshot-3.png - Profit margin calculations. 92 93 4. screenshot-4.png - Historical cost tracking. 94 5. screenshot-5.png - Dashboard of stats in main WP dashboard 93 95 94 96 == Changelog == … … 190 192 = 1.6.8 = 191 193 * Add security layers to the plugin 194 195 = 1.6.9 = 196 * Added new Dashboard for premium users to see data in the main wordpress dashboard
Note: See TracChangeset
for help on using the changeset viewer.