Plugin Directory

Changeset 3374657


Ignore:
Timestamp:
10/07/2025 07:38:13 PM (5 months ago)
Author:
berrypress
Message:

Updating readme/assets from GitHub

Location:
live-carts-for-woocommerce
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • live-carts-for-woocommerce/tags/1.1.3/readme.txt

    r3374643 r3374657  
    7878== Changelog ==
    7979
    80 === 1.1.3 ===
     80= 1.1.4 2025-10-07 =
     81
     82* Add - Settings hooks for Pro version extensibility (phplugins_live_carts_settings_general, phplugins_live_carts_save_settings)
     83* Fix - Escape exception message in cart creation error
     84* Fix - Add translator comment for placeholder in upgrade message
     85
     86= 1.1.3 =
    8187- Add addons tab
    8288- Update info about pro version
    8389- Update readme, assets
    8490
    85 === 1.1.2 ===
     91= 1.1.2 =
    8692- Fix user link
    8793- Add a “Settings Page” link to the plugin list page
    8894
    89 === 1.1.1 ===
     95= 1.1.1 =
    9096- Fix user links
    9197
    92 === 1.1.0 ===
     98= 1.1.0 =
    9399- Redesign
    94100- Keep the user ID and IP address up to date to keep cart assigned if the user logs in
     
    96102- Add product thumbnail to cart view
    97103
    98 === 1.0.12 ===
     104= 1.0.12 =
    99105- Added one-time schema migration to change column type to TEXT for longer content.
    100106- Updated product link generation.
    101107
    102 === 1.0.11 ===
     108= 1.0.11 =
    103109
    104110* Fix database error and issue with cart contents not updating
    105111
    106 === 1.0.10 ===
     112= 1.0.10 =
    107113
    108114* Improve compatibility with woocommerce-paypal-payments plugin
    109115
    110 === 1.0.9 ===
     116= 1.0.9 =
    111117
    112118* Fix PHP warnings when no cart exists
    113119* Database query improvement
    114120
    115 === 1.0.8 ===
     121= 1.0.8 =
    116122
    117123* Add hooks to improve extensibility
    118124
    119 === 1.0.7 ===
     125= 1.0.7 =
    120126
    121127* Fix fatal error after upgrade from version 1.0.5
    122128
    123 === 1.0.6 ===
     129= 1.0.6 =
    124130
    125131* Add separate plugin settings page
     
    130136* Add WooCommerce as plugin dependency
    131137
    132 === 1.0.5 ===
     138= 1.0.5 =
    133139
    134140* Add additional permissions checks for admin functionality
    135141
    136 === 1.0.4 ===
     142= 1.0.4 =
    137143
    138144* Fix: The admin stylesheet was not being loaded
     
    141147* Add option to display the cart ID in the frontend (to make it easier to identify a specific customer cart in the backend)
    142148
    143 === 1.0.3 ===
     149= 1.0.3 =
    144150
    145151* Fix: The cart value wasn't displaying in the carts list
     
    148154* Hide the cart contents table on the cart view page when there are no contents to show
    149155
    150 === 1.0.2 ===
     156= 1.0.2 =
    151157
    152158* Fix: Various Exceptions may not have been caught successfully
     
    154160* Add additional Exception and Error handling for 3 critical WooCommerce hooks
    155161
    156 === 1.0.1 ===
     162= 1.0.1 =
    157163
    158164* Add Analytics functionality
    159165* Miscellaneous improvement(s)
    160166
    161 === 1.0.0 ===
     167= 1.0.0 =
    162168
    163169* Initial release
  • live-carts-for-woocommerce/trunk/readme.txt

    r3374643 r3374657  
    7878== Changelog ==
    7979
    80 === 1.1.3 ===
     80= 1.1.4 2025-10-07 =
     81
     82* Add - Settings hooks for Pro version extensibility (phplugins_live_carts_settings_general, phplugins_live_carts_save_settings)
     83* Fix - Escape exception message in cart creation error
     84* Fix - Add translator comment for placeholder in upgrade message
     85
     86= 1.1.3 =
    8187- Add addons tab
    8288- Update info about pro version
    8389- Update readme, assets
    8490
    85 === 1.1.2 ===
     91= 1.1.2 =
    8692- Fix user link
    8793- Add a “Settings Page” link to the plugin list page
    8894
    89 === 1.1.1 ===
     95= 1.1.1 =
    9096- Fix user links
    9197
    92 === 1.1.0 ===
     98= 1.1.0 =
    9399- Redesign
    94100- Keep the user ID and IP address up to date to keep cart assigned if the user logs in
     
    96102- Add product thumbnail to cart view
    97103
    98 === 1.0.12 ===
     104= 1.0.12 =
    99105- Added one-time schema migration to change column type to TEXT for longer content.
    100106- Updated product link generation.
    101107
    102 === 1.0.11 ===
     108= 1.0.11 =
    103109
    104110* Fix database error and issue with cart contents not updating
    105111
    106 === 1.0.10 ===
     112= 1.0.10 =
    107113
    108114* Improve compatibility with woocommerce-paypal-payments plugin
    109115
    110 === 1.0.9 ===
     116= 1.0.9 =
    111117
    112118* Fix PHP warnings when no cart exists
    113119* Database query improvement
    114120
    115 === 1.0.8 ===
     121= 1.0.8 =
    116122
    117123* Add hooks to improve extensibility
    118124
    119 === 1.0.7 ===
     125= 1.0.7 =
    120126
    121127* Fix fatal error after upgrade from version 1.0.5
    122128
    123 === 1.0.6 ===
     129= 1.0.6 =
    124130
    125131* Add separate plugin settings page
     
    130136* Add WooCommerce as plugin dependency
    131137
    132 === 1.0.5 ===
     138= 1.0.5 =
    133139
    134140* Add additional permissions checks for admin functionality
    135141
    136 === 1.0.4 ===
     142= 1.0.4 =
    137143
    138144* Fix: The admin stylesheet was not being loaded
     
    141147* Add option to display the cart ID in the frontend (to make it easier to identify a specific customer cart in the backend)
    142148
    143 === 1.0.3 ===
     149= 1.0.3 =
    144150
    145151* Fix: The cart value wasn't displaying in the carts list
     
    148154* Hide the cart contents table on the cart view page when there are no contents to show
    149155
    150 === 1.0.2 ===
     156= 1.0.2 =
    151157
    152158* Fix: Various Exceptions may not have been caught successfully
     
    154160* Add additional Exception and Error handling for 3 critical WooCommerce hooks
    155161
    156 === 1.0.1 ===
     162= 1.0.1 =
    157163
    158164* Add Analytics functionality
    159165* Miscellaneous improvement(s)
    160166
    161 === 1.0.0 ===
     167= 1.0.0 =
    162168
    163169* Initial release
Note: See TracChangeset for help on using the changeset viewer.