Plugin Directory

Changeset 3258740


Ignore:
Timestamp:
03/19/2025 07:17:55 PM (13 months ago)
Author:
wpiron
Message:

added additional dashboards for premium users - Profit margin numbers in main WP dashboards!

Location:
cost-of-goods
Files:
3 edited
5 copied

Legend:

Unmodified
Added
Removed
  • cost-of-goods/tags/1.6.9/cost-of-goods-for-woocommerce.php

    r3257997 r3258740  
    99 * Plugin URI:        https://wpiron.com
    1010 * Description:       add your cost of goods to your products and track your profit in reports
    11  * Version:           1.6.8
     11 * Version:           1.6.9
    1212 * Author:            WP Iron
    1313 * Author URI:        https://wpiron.com/
     
    2727 * Rename this for your plugin and update it as you release new versions.
    2828 */
    29 define('COST_OF_GOODS_FOR_WOOCOMMERCE_VERSION', '1.6.8');
     29define('COST_OF_GOODS_FOR_WOOCOMMERCE_VERSION', '1.6.9');
    3030
    3131/**
  • cost-of-goods/tags/1.6.9/readme.txt

    r3257997 r3258740  
    3838*   Change your **regular price (for example without VAT)** and count profit purely.
    3939*   **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!
    4041*   Support - Do you have questions, issue, or missing features? Write and we will solve it!
    4142
     
    91923. screenshot-3.png - Profit margin calculations.
    92934. screenshot-4.png - Historical cost tracking.
     945. screenshot-5.png - Dashboard of stats in main WP dashboard
    9395
    9496== Changelog ==
     
    190192= 1.6.8 =
    191193* 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  
    99 * Plugin URI:        https://wpiron.com
    1010 * Description:       add your cost of goods to your products and track your profit in reports
    11  * Version:           1.6.8
     11 * Version:           1.6.9
    1212 * Author:            WP Iron
    1313 * Author URI:        https://wpiron.com/
     
    2727 * Rename this for your plugin and update it as you release new versions.
    2828 */
    29 define('COST_OF_GOODS_FOR_WOOCOMMERCE_VERSION', '1.6.8');
     29define('COST_OF_GOODS_FOR_WOOCOMMERCE_VERSION', '1.6.9');
    3030
    3131/**
  • cost-of-goods/trunk/readme.txt

    r3257997 r3258740  
    3838*   Change your **regular price (for example without VAT)** and count profit purely.
    3939*   **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!
    4041*   Support - Do you have questions, issue, or missing features? Write and we will solve it!
    4142
     
    91923. screenshot-3.png - Profit margin calculations.
    92934. screenshot-4.png - Historical cost tracking.
     945. screenshot-5.png - Dashboard of stats in main WP dashboard
    9395
    9496== Changelog ==
     
    190192= 1.6.8 =
    191193* 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.