Plugin Directory

Changeset 2041389


Ignore:
Timestamp:
02/28/2019 11:04:38 AM (7 years ago)
Author:
Profitshare
Message:

Update: logo

Files:
44 added
8 edited

Legend:

Unmodified
Added
Removed
  • wp-profitshare-advertisers/trunk/changelog.txt

    r2040704 r2041389  
    33
    44= 1.0.1 =
    5 Change module name to wp-profitshare-advertisers and fix products price for stores who are using woocommerce get_price method.
     5Update: Change module name to wp-profitshare-advertisers and fix products price for stores who are using woocommerce get_price method.
    66
    77= 1.0.2 =
    8 Add static currencies, for Romania the currency is RON and, for Bulgary, the currency is BGN.
     8Add: static currencies, for Romania the currency is RON and, for Bulgary, the currency is BGN.
     9
     10= 1.0.3 =
     11Update: logo
  • wp-profitshare-advertisers/trunk/readme.txt

    r2040704 r2041389  
    4242
    4343== Changelog ==
    44 = 1.0 =
     44= 1.0.0 =
    4545Stable release for advertisers.
    4646
    4747= 1.0.1 =
    48 Change module name to wp-profitshare-advertisers and fix products price for stores who are using woocommerce get_price method.
     48Update: Change module name to wp-profitshare-advertisers and fix products price for stores who are using woocommerce get_price method.
    4949
    5050= 1.0.2 =
    51 Add static currencies, for Romania the currency is RON and, for Bulgary, the currency is BGN.
     51Add: static currencies, for Romania the currency is RON and, for Bulgary, the currency is BGN.
     52
     53= 1.0.3 =
     54Update: logo
  • wp-profitshare-advertisers/trunk/wp-profitshare-advertisers.php

    r2040704 r2041389  
    44 * Plugin URI: https://www.profitshare.ro
    55 * Description: Profitshare module for wordpress woocommerce
    6  * Version: 1.0.2
     6 * Version: 1.0.3
    77 * Author: Conversion
    88 * Author URI: https://www.conversion.ro
     
    1616 */
    1717
    18 define('PWA_VERSION', '1.0.2');
     18define('PWA_VERSION', '1.0.3');
    1919
    2020function pwa_get_plugin() {
  • wp-profitshare/trunk/changelog.txt

    r2039972 r2041389  
    5757= 1.4.6.1 =
    5858Fix: alerts opacity in admin area
     59
     60= 1.4.6.2 =
     61Update: logo
  • wp-profitshare/trunk/readme.txt

    r2039972 r2041389  
    44Requires at least: 4.0
    55Tested up to: 5.1.0
    6 Stable tag: 1.4.6.1
     6Stable tag: 1.4.6.2
    77Contributors: Conversion.ro
    88License: GPLv2
     
    118118= 1.4.6.1 =
    119119Fix: alerts opacity in admin area
     120
     121= 1.4.6.2 =
     122Update: logo
  • wp-profitshare/trunk/wp-profitshare.php

    r2039972 r2041389  
    44 * Plugin URI: https://www.profitshare.ro
    55 * Description: Converts all your direct links into affiliate links in order for you to earn commissions through Profitshare.
    6  * Version: 1.4.6.1
     6 * Version: 1.4.6.2
    77 * Author: Conversion
    88 * Author URI: https://www.conversion.ro
     
    1010 */
    1111defined('ABSPATH') || exit;
    12 define('PS_VERSION', '1.4.6.1');
     12define('PS_VERSION', '1.4.6.2');
    1313
    1414require_once( 'includes/functions.php' );
Note: See TracChangeset for help on using the changeset viewer.