Plugin Directory

Changeset 3212219


Ignore:
Timestamp:
12/23/2024 02:06:25 PM (15 months ago)
Author:
ali2woo
Message:

fix description too long warning in readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ali2woo-lite/trunk/readme.txt

    r3208487 r3212219  
    208208► **Find best products using built-in search tool**:
    209209
    210 **[pro version feature]** Get more search requests to find the best products for your store. In contrast to AliNext Lite allowing you to make only 100 operations per day.
     210**[pro feature]** Get more search requests to find the best products for your store. In contrast to AliNext Lite allowing you to make only 100 operations per day.
    211211
    212212► **Find all products of the specific store or seller on AliExpress**:
    213213
    214 **[pro version feature]** Get more search requests to find the best products of specific AliExpress store or seller. In contrast to AliNext Lite allowing you to make only 100 operations per day.
     214**[pro feature]** Get more search requests to find the best products of specific AliExpress store or seller. In contrast to AliNext Lite allowing you to make only 100 operations per day.
    215215
    216216► **Load whole category tree from AliExpress**:
    217217
    218 **[pro version feature]** Get more category requests to load whole category tree from AliExpress. In contrast to AliNext Lite allowing you to make only 5 such requests per day.
     218**[pro feature]** Get more category requests to load whole category tree from AliExpress. In contrast to AliNext Lite allowing you to make only 5 such requests per day.
    219219
    220220► **Fast Order fulfillment using API**:
    221221
    222 **[pro version feature]** Place more orders on AliExpress through the AliExpress API. In contrast to AliNext Lite allowing you to place ONLY 1 orders using the API.
     222**[pro feature]** Place more orders on AliExpress through the AliExpress API. In contrast to AliNext Lite allowing you to place ONLY 1 orders using the API.
    223223
    224224► **Sync Orders using API**:
    225225
    226 **[pro version feature]** Sync more orders with AliExpress through the AliExpress API. In contrast to AliNext Lite allowing you to sync ONLY 1 orders using the API.
     226**[pro feature]** Sync more orders with AliExpress through the AliExpress API. In contrast to AliNext Lite allowing you to sync ONLY 1 orders using the API.
    227227
    228228► **Set options related to the product synchronization**:
    229229
    230 **[pro version feature]** This set of features allows synchronizing an imported product automatically with AliExpress. Also, you can set a specific action that applies to the product depending on change occurring on AliExpress.  Go to AliNext Settings > Common Settings > Schedule Settings.
    231 
    232 - **AliExpress Sync**: Enable product sync with AliExpress in your store. It can sync product price, quantity and variants.
    233 
    234 - **When product is no longer available**: Choose an action when some imported product is no longer available on AliExpress.
    235 
    236 - **When variant is no longer available**: Choose an action when some product variant becomes not available on AliExpress.
    237 
    238 - **When a new variant has appeared**: Choose an action when a new product variant appears on AliExpress.
    239 
    240 - **When the price changes**: Choose an action when the price of some imported product changes on AliExpress.
    241 
    242 - **When inventory changes**: Choose an action when the inventory level of some imported product changes on AliExpress.
    243 
     230**[pro feature]** This set of features allows synchronizing an imported product automatically with AliExpress. Also, you can set a specific action that applies to the product depending on change occurring on AliExpress.  Go to AliNext Settings > Common Settings > Schedule Settings.
    244231
    245232► **Get email alerts on product changes**:
    246233
    247 **[pro version feature]** Get email notification if product price, stock or availability change, also be alerted if new product variations appear on AliExpress.
     234**[pro feature]** Get email notification if product price, stock or availability change, also be alerted if new product variations appear on AliExpress.
    248235
    249236You can set email address for notifications and override the email template if needed. The plugin sends notification once per half-hour.
     
    251238► **Sync reviews from AliExpress**:
    252239
    253 **[pro version feature]** Check for an appearance of new reviews in all imported products. Unlock "Import more reviews automatically" option in the review settings.
     240**[pro feature]** Check for an appearance of new reviews in all imported products. Unlock "Import more reviews automatically" option in the review settings.
    254241
    255242► **Import shipping methods from AliExpress and/or show shipping selection on your website frontend**:
    256243
    257 **[pro version feature]** Easily import delivery methods from AliExpress, set pricing rules to add your own margin over the original shipping cost, show shipping methods selection on the product page, cart page, checkout page.
     244**[pro feature]** Easily import delivery methods from AliExpress, set pricing rules to add your own margin over the original shipping cost, show shipping methods selection on the product page, cart page, checkout page.
    258245
    259246Go to AliNext Settings > Shipping settings.
     
    261248See a detailed guide on this topic [HERE.](https://help.ali2woo.com/codex/shipping-settings/?utm_source=lite&utm_medium=wporg&utm_campaign=alinext-lite)
    262249
    263 **[pro version feature]** Select AliExpress Region, choose the specific AliExpress region to ensure accurate pricing, stock, and shipping details. You have to contact our support center in order to set the region for your premium plugin license.
     250**[pro feature]** Select AliExpress Region, choose the specific AliExpress region to ensure accurate pricing, stock, and shipping details. You have to contact our support center in order to set the region for your premium plugin license.
    264251
    265252[GET PRO VERSION](https://ali2woo.com/dropshipping-plugin/?utm_source=lite&utm_medium=wporg&utm_campaign=alinext-lite) or [https://ali2woo.com/dropshipping-plugin/](https://ali2woo.com/dropshipping-plugin/?utm_source=lite&utm_medium=wporg&utm_campaign=alinext-lite)
     
    3122998. Feature to quick search for all products of the same seller/store from AliExpress
    313300
    314 == Changelog ==
    315 = 3.4.9 - 2024.12.16 =
    316 * Add WordPress 6.7.2 compatibility
    317 * Add A2W_PRODUCT_SEARCH_LIMIT and A2W_STORE_PRODUCT_SEARCH_LIMIT (max 40 items per page)
    318 * Fix bug in a global message service module
    319 * Fix minor bugs and code refactor
    320 
    321 = 3.4.8 - 2024.12.03 =
    322 * Fix xss vulnerability in api keys settings page
    323 * Add A2W_JOB_MEMORY_LIMIT constant allowing to set max RAM size for background job
    324 * Improve get access token feature (fix undefined alert)
    325 * Add compatibility with WooCommerce 9.5.*
    326 * Fix build categories feature
    327 * Fix old variation matching bug
    328 * Fix minor bugs and code refactor
    329 
    330 = 3.4.7 - 2024.11.18 =
    331 * Add compatibility with WooCommerce 9.4.*
    332 * Add Tip of the day popup to notify about new plugin feature and opportunities for earning
    333 * Update Promo module information
    334 * Fix minor bugs and code refactor
    335 
    336 = 3.4.6 - 2024.11.06 =
    337 * Fix the order fulfillment warning showing when phone field is empty
    338 * Change built-in search page template according to new parser features
    339 * Add more information about imported variants on product edited page
    340 * Fix the manual mode of the product split feature
    341 * Enhance product split feature. Skip images related to skipped product variants.
    342 * Fix minor bugs
    343 
    344 = 3.4.5 - 2024.10.07 =
    345 * Enhance settings transfer module
    346 * Fix minor bugs
    347 
    348 = 3.4.4 - 2024.09.30 =
    349 * Add compatibility with WooCommerce 9.3.*
    350 * Add server max execution time and memory limit checks on the System Info page
    351 * Enhance product background loader (should work faster even on cheap hosting plans)
    352 * Fix shipping loader (premium plugin version)
    353 * Fix built-in store products` search
    354 * Fix issue causing Wordfence notice
    355 
    356 = 3.4.3 - 2024.08.26 =
    357 * Fix bug pricing rules type is not applied on choosing pricing set;
    358 * Add compatibility with WooCommerce 9.2.* 
    359 
    360301== Upgrade Notice ==
    361302
Note: See TracChangeset for help on using the changeset viewer.