Plugin Directory

Changeset 3058328


Ignore:
Timestamp:
03/25/2024 01:13:47 PM (2 years ago)
Author:
ascendedcrow
Message:

User Registration Changes

Location:
shop-2-api/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • shop-2-api/trunk/readme.txt

    r3055588 r3058328  
    8181= 1.0.31 =
    82821) Added Sync Dropdown and Sync products Button.
     832) Some user management improvements
    8384
    8485== Instructions ==
  • shop-2-api/trunk/shop-2-api.php

    r3055588 r3058328  
    55Plugin URI: https://wordpress.org/plugins/shop-2-api/
    66Description: The plugin Shop2Api will sync products between e-Commerce platforms. The current supported e-Commerce platforms are WooCommerce to Bol.com, and we are working on Amazon, Shopify and others.  We added a koopblok service so that you can check if you lower your price can you get koopblok.
    7 Version: 1.0.31.0
     7Version: 1.0.31.1
    88Requires at least: 5.0
    99Requires PHP:      7.2
     
    3434define('SHOP2API_PLUGIN_URL', plugin_dir_url( __FILE__ ));
    3535define('SHOP2API_PLUGIN', plugin_basename( __FILE__ ));
    36 define ('VERSION', '1.0.31.0');
     36define ('VERSION', '1.0.31.1');
    3737
    3838// Register items in the project.
  • shop-2-api/trunk/templates/dashboard.php

    r3055588 r3058328  
    2323            </table>
    2424        </form>
    25         <div><b>* <?php echo $register_free_account_2; ?>: <?php echo(get_site_url()) ?></b></div>
    26         <div><b>** <?php echo $register_free_account_1; ?></b></div>
     25        <div><b>- <?php echo $register_free_account_2; ?>: <?php echo(get_site_url()) ?></b></div>
     26        <div><b>- <?php echo $register_free_account_1; ?></b></div>
     27        <div><b>- <?php echo $register_free_account_3; ?></b></div>
     28        <div><b>- <?php echo $register_free_account_4; ?></b></div>
    2729    </div>
    2830
  • shop-2-api/trunk/translation/shop2api_dashboard.php

    r3055588 r3058328  
    66$no_token = wp_kses(__("If you have not bought a token yet, you can go to the shop and buy one."), $allowed_html);
    77$use_free = wp_kses(__("Use Free Account"), $allowed_html);
    8 $once_connected_link = wp_kses(__("Once connected the token will be linked to the url:"), $allowed_html);
    98$register_free_account = wp_kses(__("Register for the free shop2api version."), $allowed_html);
    10 $register_free_account_1 = wp_kses(__("Trail Account is for 6 Months."), $allowed_html);
     9$register_free_account_1 = wp_kses(__("Trial Account is for 6 Months."), $allowed_html);
    1110$register_free_account_2 = wp_kses(__("Once connected the token will be linked to the url"), $allowed_html);
     11$register_free_account_3 = wp_kses(__("Please use a different e-mail for each shop."), $allowed_html);
     12$register_free_account_4 = wp_kses(__("If your trial expired click <a href='https://shop2api.com/products/checkout?add-to-cart=18' target='_blank'>here</a>"), $allowed_html);
    1213$bol_connection_info_hdr = wp_kses(__("Bol Connection Information"), $allowed_html);
    1314$bol_connection_info = wp_kses(__("You can find how to get/create your Bol Api information"), $allowed_html);
Note: See TracChangeset for help on using the changeset viewer.