Changeset 3374657
- Timestamp:
- 10/07/2025 07:38:13 PM (5 months ago)
- Location:
- live-carts-for-woocommerce
- Files:
-
- 2 edited
-
tags/1.1.3/readme.txt (modified) (6 diffs)
-
trunk/readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
live-carts-for-woocommerce/tags/1.1.3/readme.txt
r3374643 r3374657 78 78 == Changelog == 79 79 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 = 81 87 - Add addons tab 82 88 - Update info about pro version 83 89 - Update readme, assets 84 90 85 = == 1.1.2 ===91 = 1.1.2 = 86 92 - Fix user link 87 93 - Add a “Settings Page” link to the plugin list page 88 94 89 = == 1.1.1 ===95 = 1.1.1 = 90 96 - Fix user links 91 97 92 = == 1.1.0 ===98 = 1.1.0 = 93 99 - Redesign 94 100 - Keep the user ID and IP address up to date to keep cart assigned if the user logs in … … 96 102 - Add product thumbnail to cart view 97 103 98 = == 1.0.12 ===104 = 1.0.12 = 99 105 - Added one-time schema migration to change column type to TEXT for longer content. 100 106 - Updated product link generation. 101 107 102 = == 1.0.11 ===108 = 1.0.11 = 103 109 104 110 * Fix database error and issue with cart contents not updating 105 111 106 = == 1.0.10 ===112 = 1.0.10 = 107 113 108 114 * Improve compatibility with woocommerce-paypal-payments plugin 109 115 110 = == 1.0.9 ===116 = 1.0.9 = 111 117 112 118 * Fix PHP warnings when no cart exists 113 119 * Database query improvement 114 120 115 = == 1.0.8 ===121 = 1.0.8 = 116 122 117 123 * Add hooks to improve extensibility 118 124 119 = == 1.0.7 ===125 = 1.0.7 = 120 126 121 127 * Fix fatal error after upgrade from version 1.0.5 122 128 123 = == 1.0.6 ===129 = 1.0.6 = 124 130 125 131 * Add separate plugin settings page … … 130 136 * Add WooCommerce as plugin dependency 131 137 132 = == 1.0.5 ===138 = 1.0.5 = 133 139 134 140 * Add additional permissions checks for admin functionality 135 141 136 = == 1.0.4 ===142 = 1.0.4 = 137 143 138 144 * Fix: The admin stylesheet was not being loaded … … 141 147 * Add option to display the cart ID in the frontend (to make it easier to identify a specific customer cart in the backend) 142 148 143 = == 1.0.3 ===149 = 1.0.3 = 144 150 145 151 * Fix: The cart value wasn't displaying in the carts list … … 148 154 * Hide the cart contents table on the cart view page when there are no contents to show 149 155 150 = == 1.0.2 ===156 = 1.0.2 = 151 157 152 158 * Fix: Various Exceptions may not have been caught successfully … … 154 160 * Add additional Exception and Error handling for 3 critical WooCommerce hooks 155 161 156 = == 1.0.1 ===162 = 1.0.1 = 157 163 158 164 * Add Analytics functionality 159 165 * Miscellaneous improvement(s) 160 166 161 = == 1.0.0 ===167 = 1.0.0 = 162 168 163 169 * Initial release -
live-carts-for-woocommerce/trunk/readme.txt
r3374643 r3374657 78 78 == Changelog == 79 79 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 = 81 87 - Add addons tab 82 88 - Update info about pro version 83 89 - Update readme, assets 84 90 85 = == 1.1.2 ===91 = 1.1.2 = 86 92 - Fix user link 87 93 - Add a “Settings Page” link to the plugin list page 88 94 89 = == 1.1.1 ===95 = 1.1.1 = 90 96 - Fix user links 91 97 92 = == 1.1.0 ===98 = 1.1.0 = 93 99 - Redesign 94 100 - Keep the user ID and IP address up to date to keep cart assigned if the user logs in … … 96 102 - Add product thumbnail to cart view 97 103 98 = == 1.0.12 ===104 = 1.0.12 = 99 105 - Added one-time schema migration to change column type to TEXT for longer content. 100 106 - Updated product link generation. 101 107 102 = == 1.0.11 ===108 = 1.0.11 = 103 109 104 110 * Fix database error and issue with cart contents not updating 105 111 106 = == 1.0.10 ===112 = 1.0.10 = 107 113 108 114 * Improve compatibility with woocommerce-paypal-payments plugin 109 115 110 = == 1.0.9 ===116 = 1.0.9 = 111 117 112 118 * Fix PHP warnings when no cart exists 113 119 * Database query improvement 114 120 115 = == 1.0.8 ===121 = 1.0.8 = 116 122 117 123 * Add hooks to improve extensibility 118 124 119 = == 1.0.7 ===125 = 1.0.7 = 120 126 121 127 * Fix fatal error after upgrade from version 1.0.5 122 128 123 = == 1.0.6 ===129 = 1.0.6 = 124 130 125 131 * Add separate plugin settings page … … 130 136 * Add WooCommerce as plugin dependency 131 137 132 = == 1.0.5 ===138 = 1.0.5 = 133 139 134 140 * Add additional permissions checks for admin functionality 135 141 136 = == 1.0.4 ===142 = 1.0.4 = 137 143 138 144 * Fix: The admin stylesheet was not being loaded … … 141 147 * Add option to display the cart ID in the frontend (to make it easier to identify a specific customer cart in the backend) 142 148 143 = == 1.0.3 ===149 = 1.0.3 = 144 150 145 151 * Fix: The cart value wasn't displaying in the carts list … … 148 154 * Hide the cart contents table on the cart view page when there are no contents to show 149 155 150 = == 1.0.2 ===156 = 1.0.2 = 151 157 152 158 * Fix: Various Exceptions may not have been caught successfully … … 154 160 * Add additional Exception and Error handling for 3 critical WooCommerce hooks 155 161 156 = == 1.0.1 ===162 = 1.0.1 = 157 163 158 164 * Add Analytics functionality 159 165 * Miscellaneous improvement(s) 160 166 161 = == 1.0.0 ===167 = 1.0.0 = 162 168 163 169 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.