User Tools

Site Tools


sunshop:change-log

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sunshop:change-log [2024/02/20 16:55] – external edit 127.0.0.1sunshop:change-log [2024/06/20 01:03] (current) – [v4.6.5] twt-chris
Line 2: Line 2:
 ====== SunShop Change Log ====== ====== SunShop Change Log ======
 **Important Note:** No matter which version you are upgrading from, you must run the upgrade script in addition to replacing files. You may review the upgrade steps for more information. **Important Note:** No matter which version you are upgrading from, you must run the upgrade script in addition to replacing files. You may review the upgrade steps for more information.
 +
 +===== v4.6.5 =====
 +
 +[+] Additional PHP 8.1 Compatibility Fixes: Minor fixes for PHP 8.1+ compatibility.
 +
 +[+] UPS Rest API Module: UPS has switched to OAuth and a new Rest API. This new module requires an upgrade to the latest SunShop as it requires changes to core code in SunShop.
 +
 +[+] PayPal Checkout Changes: We have made some adjustments to the PayPal Checkout integration. This includes fixes to the PayPal Standard and the PayPal Advanced methods.
 +
 +[-] Cononical URL Base URL: Fixed an issue with the canonical URL not being set for the root of the site.
 +
 +[-] XML Feeds: Fixed a minor issue with XML feeds and special characters.
 +
 +For those of you looking to upgrade the easiest way from version 4.6.4 only. You will need to get the latest version of the following files:
 +
 +  * admin/adminindex.php
 +  * admin/libsecure.php
 +  * include/classes/class.xmlfeeds.php
 +  * include/methods/paypal_standard.php
 +  * include/payment/paypal_advanced.php
 +  * include/plugins/plugin_canonical_url.php
 +  * include/plugins/plugin_paypal_express.php
 +  * include/shipping/ups.php
 +  * include/shipping/docs/ups.txt
 +  * global.php
 +  * libsecure.php
 +
 +The following themes / templates will need updating:
 +
 +  * No template changes required.
  
 ===== v4.6.4 ===== ===== v4.6.4 =====
Line 974: Line 1004:
 For those of you looking to upgrade the easiest way from version 4.5.1 only. You will need to get the latest version of the following files: For those of you looking to upgrade the easiest way from version 4.5.1 only. You will need to get the latest version of the following files:
  
-admin/lang/lang_eng.php +  * admin/lang/lang_eng.php 
-admin/adminglobal.php +  admin/adminglobal.php 
-admin/adminindex.php +  admin/adminindex.php 
-admin/libsecure.php +  admin/libsecure.php 
-admin/login.php +  admin/login.php 
-include/classes/class.ajax.php +  include/classes/class.ajax.php 
-include/classes/class.bulk.php +  include/classes/class.bulk.php 
-include/classes/class.dispatcher.php +  include/classes/class.dispatcher.php 
-include/classes/class.iverify.php (REMOVED) +  include/classes/class.iverify.php (REMOVED) 
-include/classes/class.taxcoud.php +  include/classes/class.taxcoud.php 
-include/feeds/google_base.php +  include/feeds/google_base.php 
-include/methods/checkout_by_amazon/ (REMOVED) +  include/methods/checkout_by_amazon/ (REMOVED) 
-include/methods/docs/checkout_by_amazon.txt (REMOVED) +  include/methods/docs/checkout_by_amazon.txt (REMOVED) 
-include/methods/docs/pay_with_amazon.txt (New) +  include/methods/docs/pay_with_amazon.txt (New) 
-include/methods/paypal_ipn/paypal_ipn.php +  include/methods/paypal_ipn/paypal_ipn.php 
-include/methods/paypal_ipn/paypal_refund.php (New) +  include/methods/paypal_ipn/paypal_refund.php (New) 
-include/methods/simple_pay_ipn/ (REMOVED) +  include/methods/simple_pay_ipn/ (REMOVED) 
-include/methods/amazon_simple_pay.php (REMOVED) +  include/methods/amazon_simple_pay.php (REMOVED) 
-include/methods/bitcoin_coinbase.php +  include/methods/bitcoin_coinbase.php 
-include/methods/checkout_by_amazon.php (REMOVED) +  include/methods/checkout_by_amazon.php (REMOVED) 
-include/methods/credit_card.php +  include/methods/credit_card.php 
-include/methods/pay_with_amazon.php (New) +  include/methods/pay_with_amazon.php (New) 
-include/methods/paypal_express_checkout.php +  include/methods/paypal_express_checkout.php 
-include/methods/paypal_standard.php +  include/methods/paypal_standard.php 
-include/payment/braintree/ (New) +  include/payment/braintree/ (New) 
-include/payment/authorizenet_aim.php +  include/payment/authorizenet_aim.php 
-include/payment/paypal_pro.php +  include/payment/paypal_pro.php 
-include/payment/paypal_pro_hosted.php +  include/payment/paypal_pro_hosted.php 
-include/payment/paytrace_traditional.php (New) +  include/payment/paytrace_traditional.php (New) 
-include/payment/payumoney.php (New) +  include/payment/payumoney.php (New) 
-include/plugins/checkout_by_amazon/ (REMOVED) +  include/plugins/checkout_by_amazon/ (REMOVED) 
-include/plugins/plugin_captchas.php +  include/plugins/plugin_captchas.php 
-include/plugins/plugin_checkout_by_amazon.php (REMOVED) +  include/plugins/plugin_checkout_by_amazon.php (REMOVED) 
-include/plugins/plugin_fraudscore.php +  include/plugins/plugin_fraudscore.php 
-include/plugins/plugin_itemlist_options.php +  include/plugins/plugin_itemlist_options.php 
-include/plugins/plugin_recaptcha.php (New) +  include/plugins/plugin_recaptcha.php (New) 
-include/plugins/plugin_shipping_estimator.php +  include/plugins/plugin_shipping_estimator.php 
-include/plugins/plugin_trustedstores.php (New) +  include/plugins/plugin_trustedstores.php (New) 
-include/shipping/fedex/rate_request.xml +  include/shipping/fedex/rate_request.xml 
-include/shipping/fedex_wsdl.php +  include/shipping/fedex_wsdl.php 
-include/shipping/ups.php +  include/shipping/ups.php 
-lang/lang_eng.php +  lang/lang_eng.php 
-checkout.php +  checkout.php 
-global.php +  global.php 
-index.php +  index.php 
-libsecure.php +  libsecure.php 
-quick_checkout.php+  quick_checkout.php
  
 The following templates will need updating: The following templates will need updating:
Line 1026: Line 1056:
 *Admin Themes* *Admin Themes*
  
-admin/themes/default/images/space.gif (New) +  * admin/themes/default/images/space.gif (New) 
-admin/themes/default/transaction_quick_view_row.html+  admin/themes/default/transaction_quick_view_row.html
  
 *All Themes* *All Themes*
  
-js/global.js +  * js/global.js 
-account_address.html +  account_address.html 
-account_customer_information.html +  account_customer_information.html 
-account_customer_signup.html +  account_customer_signup.html 
-cart_view.html +  cart_view.html 
-main_index.html +  main_index.html 
-order_complete.html +  order_complete.html 
-order_customer_info.html +  order_customer_info.html 
-order_overall_review.html +  order_overall_review.html 
-order_quick_checkout.html +  order_quick_checkout.html 
-order_quick_checkout_complete.html +  order_quick_checkout_complete.html 
-order_quick_checkout_overall_review.html+  order_quick_checkout_overall_review.html
  
 ===== v4.5.1 ===== ===== v4.5.1 =====
Line 1084: Line 1114:
 For those of you looking to upgrade the easiest way from version 4.5.0 only. You will need to get the latest version of the following files: For those of you looking to upgrade the easiest way from version 4.5.0 only. You will need to get the latest version of the following files:
  
-admin/lang/lang_eng.php +  * admin/lang/lang_eng.php 
-admin/adminglobal.php +  admin/adminglobal.php 
-admin/adminindex.php +  admin/adminindex.php 
-admin/libsecure.php +  admin/libsecure.php 
-admin/login.php +  admin/login.php 
-images/.htaccess +  images/.htaccess 
-include/classes/class.ajax.php +  include/classes/class.ajax.php 
-include/classes/class.ebayapi.php (New) +  include/classes/class.ebayapi.php (New) 
-include/classes/class.cccheck.php +  include/classes/class.cccheck.php 
-include/classes/class.dispatcher.php +  include/classes/class.dispatcher.php 
-include/classes/class.reports.php +  include/classes/class.reports.php 
-include/mail/class.phpmailer.php +  include/mail/class.phpmailer.php 
-include/methods/paypal_standard.php +  include/methods/paypal_standard.php 
-include/payment/authorizenet_aim.php +  include/payment/authorizenet_aim.php 
-include/payment/authorizenet_sim.php +  include/payment/authorizenet_sim.php 
-include/plugins/paypal_credit/ (New) +  include/plugins/paypal_credit/ (New) 
-include/plugins/plugin_canonical_url.php +  include/plugins/plugin_canonical_url.php 
-include/plugins/plugin_cartstack.php (New) +  include/plugins/plugin_cartstack.php (New) 
-include/plugins/plugin_paypal_credit.php (New) +  include/plugins/plugin_paypal_credit.php (New) 
-include/plugins/plugin_shipping_estimator.php +  include/plugins/plugin_shipping_estimator.php 
-lang/lang_eng.php +  lang/lang_eng.php 
-checkout.php +  checkout.php 
-global.php +  global.php 
-index.php +  index.php 
-libsecure.php +  libsecure.php 
-quick_checkout.php+  quick_checkout.php
  
 The following templates will need updating: The following templates will need updating:
Line 1115: Line 1145:
 *Admin Themes* *Admin Themes*
  
-admin/themes/default/dashboard.html +  * admin/themes/default/dashboard.html 
-admin/themes/default/header.html +  admin/themes/default/header.html 
-admin/themes/default/transaction_edit_add_new.html +  admin/themes/default/transaction_edit_add_new.html 
-admin/themes/default/transaction_edit_option_subs.html +  admin/themes/default/transaction_edit_option_subs.html 
-admin/themes/default/transaction_edit_option_subs_option.html+  admin/themes/default/transaction_edit_option_subs_option.html
  
 *All Themes* *All Themes*
  
-js/global.js +  * js/global.js 
-cart_view.html +  cart_view.html 
-order_complete.html +  order_complete.html 
-order_customer_info.html +  order_customer_info.html 
-order_payment_authorizenet_cim.html +  order_payment_authorizenet_cim.html 
-order_quick_checkout.html +  order_quick_checkout.html 
-order_quick_checkout_complete.html +  order_quick_checkout_complete.html 
-order_quick_checkout_payment_authorizenet_cim.html +  order_quick_checkout_payment_authorizenet_cim.html 
-page_contact_us.html +  page_contact_us.html 
-plugin_paypal_express.html+  plugin_paypal_express.html
  
 *Bigshop Responsive* *Bigshop Responsive*
  
-js/custom.js +  * js/custom.js 
-product_detail.html +  product_detail.html 
-plugin_quickview_display.html +  plugin_quickview_display.html 
-See *All Themes*+  See *All Themes*
  
 *Classic Themes* *Classic Themes*
-See *All Themes*+ 
 +  * See *All Themes*
  
 *Leisure Responsive* *Leisure Responsive*
  
-js/custom.js +  * js/custom.js 
-order_quick_checkout_payment_credit_card.html +  order_quick_checkout_payment_credit_card.html 
-plugin_quickview_display.html +  plugin_quickview_display.html 
-See *All Themes*+  See *All Themes*
  
 *Modern Themes* *Modern Themes*
-See *All Themes*+ 
 +  * See *All Themes*
  
 *Monochrome Black* *Monochrome Black*
-See *All Themes*+ 
 +  * See *All Themes*
  
 *Serene Green* *Serene Green*
-See *All Themes*+ 
 +  * See *All Themes*
  
 ===== v4.5.0 ===== ===== v4.5.0 =====
Line 1230: Line 1264:
 For those of you looking to upgrade the easiest way from version 4.4.3 only. You will need to get the latest version of the following files: For those of you looking to upgrade the easiest way from version 4.4.3 only. You will need to get the latest version of the following files:
  
-admin/lang/lang_eng.php +  * admin/lang/lang_eng.php 
-admin/adminglobal.php +  admin/adminglobal.php 
-admin/adminindex.php +  admin/adminindex.php 
-admin/libsecure.php +  admin/libsecure.php 
-include/classes/taxcloud/ (New) +  include/classes/taxcloud/ (New) 
-include/classes/class.ajax.php +  include/classes/class.ajax.php 
-include/classes/class.bulk.php +  include/classes/class.bulk.php 
-include/classes/class.taxcloud.php (New) +  include/classes/class.taxcloud.php (New) 
-include/fileman/php/security.inc.php +  include/fileman/php/security.inc.php 
-include/methods/bitcoin_coinbase/ +  include/methods/bitcoin_coinbase/ 
-include/methods/checkout_by_amazon/cba_ipn.php +  include/methods/checkout_by_amazon/cba_ipn.php 
-include/methods/docs/bitcoin_coinbase.txt (New) +  include/methods/docs/bitcoin_coinbase.txt (New) 
-include/methods/paypal_ipn/paypal_ipn.php +  include/methods/paypal_ipn/paypal_ipn.php 
-include/methods/authorizenet_cim.php (New) +  include/methods/authorizenet_cim.php (New) 
-include/methods/bitcoin_coinbase.php (New) +  include/methods/bitcoin_coinbase.php (New) 
-include/payment/auth_net_cim/ (New) +  include/payment/auth_net_cim/ (New) 
-include/payment/certs/ (New) +  include/payment/certs/ (New) 
-include/payment/docs/qb_merchant_services.txt +  include/payment/docs/qb_merchant_services.txt 
-include/payment/first_data_global_gateway_e4/ (New) +  include/payment/first_data_global_gateway_e4/ (New) 
-include/payment/moneris_eselect/eselect_ca.php +  include/payment/moneris_eselect/eselect_ca.php 
-include/payment/stripe/ (New) +  include/payment/stripe/ (New) 
-include/payment/ccbill.php (New) +  include/payment/ccbill.php (New) 
-include/payment/mol_pay.php (New) +  include/payment/mol_pay.php (New) 
-include/payment/stripe.php (New) +  include/payment/stripe.php (New) 
-include/plugins/plugin_canonical_url.php (New) +  include/plugins/plugin_canonical_url.php (New) 
-include/plugins/plugin_download_url.php (New) +  include/plugins/plugin_download_url.php (New) 
-include/plugins/plugin_group_payment_methods.php (New) +  include/plugins/plugin_group_payment_methods.php (New) 
-include/plugins/plugin_promotional_code.php (New) +  include/plugins/plugin_promotional_code.php (New) 
-include/plugins/plugin_signifyd.php (New) +  include/plugins/plugin_signifyd.php (New) 
-include/plugins/plugin_year_make_model.php (New) +  include/plugins/plugin_year_make_model.php (New) 
-include/recaptcha/recaptchalibv2.php (New) +  include/recaptcha/recaptchalibv2.php (New) 
-include/shipping/canada_post/ (New) +  include/shipping/canada_post/ (New) 
-include/shipping/wsdl/ (New) +  include/shipping/wsdl/ (New) 
-include/shipping/wsdl/ (New) +  include/shipping/wsdl/ (New) 
-include/shipping/canada_post_rest.php (New) +  include/shipping/canada_post_rest.php (New) 
-include/shipping/purolator_wsdl.php (New) +  include/shipping/purolator_wsdl.php (New) 
-include/twitter/ (REMOVED) +  include/twitter/ (REMOVED) 
-lang/lang_eng.php +  lang/lang_eng.php 
-checkout.php +  checkout.php 
-global.php +  global.php 
-index.php +  index.php 
-libsecure.php +  libsecure.php 
-quick_checkout.php+  quick_checkout.php
  
 *** IMPORTANT NOTES *** *** IMPORTANT NOTES ***
Line 1284: Line 1318:
 *Admin Themes* *Admin Themes*
  
-admin/themes/default/css/bootstrap.css +  * admin/themes/default/css/bootstrap.css 
-admin/themes/default/js/functions.js +  admin/themes/default/js/functions.js 
-admin/themes/default/js/jquery.tic2.public.js (New) +  admin/themes/default/js/jquery.tic2.public.js (New) 
-admin/themes/default/js/Slate.css +  admin/themes/default/js/Slate.css 
-admin/themes/default/email_reseller_notify.html +  admin/themes/default/email_reseller_notify.html 
-admin/themes/default/header.html +  admin/themes/default/header.html 
-admin/themes/default/misc_modal_message.html +  admin/themes/default/misc_modal_message.html 
-admin/themes/default/product_add_year_make_model.html (New) +  admin/themes/default/product_add_year_make_model.html (New) 
-admin/themes/default/product_images_item.html +  admin/themes/default/product_images_item.html 
-admin/themes/default/product_search.html +  admin/themes/default/product_search.html 
-admin/themes/default/product_search_clear.html +  admin/themes/default/product_search_clear.html 
-admin/themes/default/settings_add_area.html +  admin/themes/default/settings_add_area.html 
-admin/themes/default/settings_image.html (New) +  admin/themes/default/settings_image.html (New) 
-admin/themes/default/settings_logo.html +  admin/themes/default/settings_logo.html 
-admin/themes/default/transaction_get_decrypt_key.html +  admin/themes/default/transaction_get_decrypt_key.html 
-admin/themes/default/transaction_quick_view.html +  admin/themes/default/transaction_quick_view.html 
-admin/themes/default/transaction_quick_view_item.html +  admin/themes/default/transaction_quick_view_item.html 
-admin/themes/default/transaction_quick_view_row.html +  admin/themes/default/transaction_quick_view_row.html 
-admin/themes/default/transaction_search.html +  admin/themes/default/transaction_search.html 
-admin/themes/default/transaction_search_clear.html (New) +  admin/themes/default/transaction_search_clear.html (New) 
-admin/themes/default/transaction_search_refresh.html (New) +  admin/themes/default/transaction_search_refresh.html (New) 
-admin/themes/default/user_search.html +  admin/themes/default/user_search.html 
-admin/themes/default/user_search_clear.html (New)+  admin/themes/default/user_search_clear.html (New)
  
 *All Themes* *All Themes*
  
-settings/ (New) +  * settings/ (New) 
-email_order_confirmation.html +  email_order_confirmation.html 
-main_index.html +  main_index.html 
-order_payment_authorizenet_cim.html (New) +  order_payment_authorizenet_cim.html (New) 
-order_quick_checkout_payment_authorizenet_cim.html (New) +  order_quick_checkout_payment_authorizenet_cim.html (New) 
-order_review_tax_item.html +  order_review_tax_item.html 
-page_contact_us.html +  page_contact_us.html 
-page_welcome.html +  page_welcome.html 
-plugin_download_url.html (New) +  plugin_download_url.html (New) 
-plugin_paypal_express.html +  plugin_paypal_express.html 
-plugin_year_make_model.html (New)+  plugin_year_make_model.html (New)
  
 *Bigshop Responsive* *Bigshop Responsive*
  
-css/responsive.css +  * css/responsive.css 
-css/stylesheet.css +  css/stylesheet.css 
-list_products_category_detail_subs_item.html +  list_products_category_detail_subs_item.html 
-order_customer_info.html +  order_customer_info.html 
-order_quick_checkout.html +  order_quick_checkout.html 
-order_quick_checkout_payment_credit_card.html +  order_quick_checkout_payment_credit_card.html 
-table_information.html+  table_information.html
  
 *Classic Themes* *Classic Themes*
  
-list_products.html +  * list_products.html 
-style.css +  style.css 
-table_currency.html +  table_currency.html 
-table_facebook_like.html +  table_facebook_like.html 
-table_search.html+  table_search.html
  
 *Leisure Responsive* *Leisure Responsive*
  
-css/base.css +  * css/base.css 
-images/payment_american.png (New) +  images/payment_american.png (New) 
-images/payment_discover.png (New) +  images/payment_discover.png (New) 
-images/payment_maestro.png (New) +  images/payment_maestro.png (New) 
-images/payment_mastercard.png (New) +  images/payment_mastercard.png (New) 
-images/payment_paypal.png (New) +  images/payment_paypal.png (New) 
-images/payment_visa.png (New) +  images/payment_visa.png (New) 
-list_products_tile_item.html +  list_products_tile_item.html 
-order_payment_credit_card.html +  order_payment_credit_card.html 
-order_quick_checkout.html +  order_quick_checkout.html 
-table_currency.html+  table_currency.html
  
 *Modern Themes* *Modern Themes*
  
-list_products.html +  * list_products.html 
-table_currency.html +  table_currency.html 
-table_facebook_like.html (New)+  table_facebook_like.html (New)
  
 *Monochrome Black* *Monochrome Black*
  
-list_products.html +  * list_products.html 
-list_products_tile_item.html +  list_products_tile_item.html 
-style.css +  style.css 
-table_facebook_like.html (New)+  table_facebook_like.html (New)
  
 *Serene Green* *Serene Green*
  
-style.css +  * style.css 
-table_facebook_like.html+  table_facebook_like.html
  
 ===== v4.4.3 ===== ===== v4.4.3 =====
Line 1422: Line 1456:
 For those of you looking to upgrade the easiest way from version 4.4.2 only. You will need to get the latest version of the following files: For those of you looking to upgrade the easiest way from version 4.4.2 only. You will need to get the latest version of the following files:
  
-admin/lang/lang_eng.php +  * admin/lang/lang_eng.php 
-admin/adminglobal.php +  admin/adminglobal.php 
-admin/adminindex.php +  admin/adminindex.php 
-admin/libsecure.php +  admin/libsecure.php 
-admin/login.php +  admin/login.php 
-images/uploads/ (New) +  images/uploads/ (New) 
-images/smallx.gif (New) +  images/smallx.gif (New) 
-include/classes/class.bulk.php +  include/classes/class.bulk.php 
-include/classes/class.cart.php +  include/classes/class.cart.php 
-include/classes/class.dispatcher.php +  include/classes/class.dispatcher.php 
-include/classes/class.erroralert.php +  include/classes/class.erroralert.php 
-include/classes/class.import-export.php +  include/classes/class.import-export.php 
-include/classes/class.mobicart.php (REMOVED) +  include/classes/class.mobicart.php (REMOVED) 
-include/fileman/ (New Folder) +  include/fileman/ (New Folder) 
-include/mail/ (Replace Entire Directory) +  include/mail/ (Replace Entire Directory) 
-include/plugins/plugin_fraudscore.php +  include/plugins/plugin_fraudscore.php 
-include/plugins/plugin_quickview.php (New) +  include/plugins/plugin_quickview.php (New) 
-include/timbthumb/timthumb.php +  include/timbthumb/timthumb.php 
-include/db_mysql.php +  include/db_mysql.php 
-checkout.php +  checkout.php 
-global.php +  global.php 
-index.php +  index.php 
-libsecure.php +  libsecure.php 
-quick_checkout.php+  quick_checkout.php
  
 The following templates will need updating: The following templates will need updating:
Line 1451: Line 1485:
 *All Themes* *All Themes*
  
-plugin_newsletter_signup.html +  * plugin_newsletter_signup.html 
-plugin_shipping_estimator.html +  plugin_shipping_estimator.html 
-table_search.html+  table_search.html
  
 *Bigshop Responsive* *Bigshop Responsive*
  
-css/responsive.css (New) +  * css/responsive.css (New) 
-css/responsive_color.php +  css/responsive_color.php 
-css/stylesheet.css +  css/stylesheet.css 
-js/custom.js +  js/custom.js 
-account_command_links.html +  account_command_links.html 
-account_order.html +  account_order.html 
-list_products_category_detail.html +  list_products_category_detail.html 
-list_products_category_detail_subs_end.html +  list_products_category_detail_subs_end.html 
-list_products_category_detail_subs_item.html +  list_products_category_detail_subs_item.html 
-list_products_category_detail_subs_start.html +  list_products_category_detail_subs_start.html 
-list_products_list_item.html +  list_products_list_item.html 
-list_products_tile_item.html +  list_products_tile_item.html 
-main_index.html +  main_index.html 
-page_welcome.html +  page_welcome.html 
-plugin_quickview.html +  plugin_quickview.html 
-plugin_quickview_display.html+  plugin_quickview_display.html
  
 *Leisure Responsive* *Leisure Responsive*
  
-css/base.css +  * css/base.css 
-css/responsive_color.php +  css/responsive_color.php 
-images/reorder.png +  images/reorder.png 
-images/return.png +  images/return.png 
-js/custom.js +  js/custom.js 
-account_command_links.html +  account_command_links.html 
-account_order.html +  account_order.html 
-cart_view.html +  cart_view.html 
-list_products_list_item.html +  list_products_list_item.html 
-list_products_tile_item.html +  list_products_tile_item.html 
-main_index.html +  main_index.html 
-plugin_quickview.html +  plugin_quickview.html 
-plugin_quickview_display.html+  plugin_quickview_display.html
  
 *Admin Themes* *Admin Themes*
  
-admin/themes/default/css/slate-responsive.css +  * admin/themes/default/css/slate-responsive.css 
-admin/themes/default/css/slate.css +  admin/themes/default/css/slate.css 
-admin/themes/default/js/functions.js +  admin/themes/default/js/functions.js 
-admin/themes/default/email_password_reset.html (New) +  admin/themes/default/email_password_reset.html (New) 
-admin/themes/default/forgot_password.html (New) +  admin/themes/default/forgot_password.html (New) 
-admin/themes/default/form_item.html +  admin/themes/default/form_item.html 
-admin/themes/default/header.html +  admin/themes/default/header.html 
-admin/themes/default/login.html +  admin/themes/default/login.html 
-admin/themes/default/reset_password.html (New) +  admin/themes/default/reset_password.html (New) 
-admin/themes/default/settings_logo.html+  admin/themes/default/settings_logo.html
  
 ===== v4.4.2 ===== ===== v4.4.2 =====
Line 1555: Line 1589:
 For those of you looking to upgrade the easiest way from version 4.4.1 only. You will need to get the latest version of the following files: For those of you looking to upgrade the easiest way from version 4.4.1 only. You will need to get the latest version of the following files:
  
-admin/lang/lang_eng.php +  * admin/lang/lang_eng.php 
-admin/adminglobal.php +  admin/adminglobal.php 
-admin/adminindex.php +  admin/adminindex.php 
-admin/dispatch.php +  admin/dispatch.php 
-admin/libsecure.php +  admin/libsecure.php 
-include/classes/class.ajax.php +  include/classes/class.ajax.php 
-include/classes/class.bulk.php +  include/classes/class.bulk.php 
-include/classes/class.cart.php +  include/classes/class.cart.php 
-include/classes/class.cccheck.php +  include/classes/class.cccheck.php 
-include/classes/class.clone.php +  include/classes/class.clone.php 
-include/classes/class.dispatcher.php +  include/classes/class.dispatcher.php 
-include/classes/class.erroralert.php +  include/classes/class.erroralert.php 
-include/classes/class.orderitem.php +  include/classes/class.orderitem.php 
-include/feeds/google_base.php +  include/feeds/google_base.php 
-include/methods/credit_card.php +  include/methods/credit_card.php 
-include/methods/paypal_express_checkout.php +  include/methods/paypal_express_checkout.php 
-include/plugins/ (Replace Entire Directory) +  include/plugins/ (Replace Entire Directory) 
-include/soap/ (Replace Entire Directory) +  include/soap/ (Replace Entire Directory) 
-lang/lang_eng.php +  lang/lang_eng.php 
-checkout.php +  checkout.php 
-global.php +  global.php 
-index.php +  index.php 
-libsecure.php +  libsecure.php 
-quick_checkout.php+  quick_checkout.php
  
 The following templates will need updating: The following templates will need updating:
Line 1584: Line 1618:
 *All Themes* *All Themes*
  
-js/global.js +  * js/global.js 
-account_customer_signup.html +  account_customer_signup.html 
-main_index.html +  main_index.html 
-order_customer_info.html +  order_customer_info.html 
-order_details.html +  order_details.html 
-order_quick_checkout.html +  order_quick_checkout.html 
-order_quick_checkout_overall_review.html +  order_quick_checkout_overall_review.html 
-page_message_output.html +  page_message_output.html 
-plugin_group_signup_code.html (New)+  plugin_group_signup_code.html (New)
  
 *Bigshop Responsive* *Bigshop Responsive*
  
-js/custom.js+  * js/custom.js
  
 *Leisure Responsive* *Leisure Responsive*
  
-js/custom.js +  * js/custom.js 
-plugin_cloudzoom_images_item.html+  plugin_cloudzoom_images_item.html
  
 *Admin Themes* *Admin Themes*
  
-admin/themes/default/js/functions.js +  * admin/themes/default/js/functions.js 
-admin/themes/default/header.html +  admin/themes/default/header.html 
-admin/themes/default/help_mouseover.html.html +  admin/themes/default/help_mouseover.html.html 
-admin/themes/default/product_add_images.html+  admin/themes/default/product_add_images.html
  
 ===== v4.4.1 ===== ===== v4.4.1 =====
Line 1648: Line 1682:
 For those of you looking to upgrade the easiest way from version 4.4.0 only. You will need to get the latest version of the following files: For those of you looking to upgrade the easiest way from version 4.4.0 only. You will need to get the latest version of the following files:
  
-admin/editors/.htaccess (New) +  * admin/editors/.htaccess (New) 
-admin/lang/lang_eng.php +  admin/lang/lang_eng.php 
-admin/themes/.htaccess (New) +  admin/themes/.htaccess (New) 
-admin/adminindex.php +  admin/adminindex.php 
-admin/adminglobal.php +  admin/adminglobal.php 
-admin/libsecure.php +  admin/libsecure.php 
-include/classes/class.ajax.php +  include/classes/class.ajax.php 
-include/classes/class.bulk.php +  include/classes/class.bulk.php 
-include/classes/class.cart.php +  include/classes/class.cart.php 
-include/classes/class.ftp.php +  include/classes/class.ftp.php 
-include/classes/class.mobicart.php +  include/classes/class.mobicart.php 
-include/classes/class.sessions.php +  include/classes/class.sessions.php 
-include/classes/class.xmlfeeds.php +  include/classes/class.xmlfeeds.php 
-include/feeds/ (Replace Entire Directory) +  include/feeds/ (Replace Entire Directory) 
-include/methods/paypal_ipn/paypal_ipn.php +  include/methods/paypal_ipn/paypal_ipn.php 
-include/methods/credit_card.php +  include/methods/credit_card.php 
-include/methods/paypal_express_checkout.php +  include/methods/paypal_express_checkout.php 
-include/payment/moneris_eslect/eselect_ca.php +  include/payment/moneris_eslect/eselect_ca.php 
-include/payment/authorizenet_aim.php +  include/payment/authorizenet_aim.php 
-include/payment/hsbc_xml.php +  include/payment/hsbc_xml.php 
-include/payment/moneris_eselect_ca.php +  include/payment/moneris_eselect_ca.php 
-include/payment/payflow_link.php +  include/payment/payflow_link.php 
-include/payment/paypal_advanced.php +  include/payment/paypal_advanced.php 
-include/payment/paypal_pro_hosted.php +  include/payment/paypal_pro_hosted.php 
-include/payment/qb_merchant_services.php +  include/payment/qb_merchant_services.php 
-include/payment/quantum_gateway.php +  include/payment/quantum_gateway.php 
-include/payment/realex_realauth.php +  include/payment/realex_realauth.php 
-include/plugins/google_checkout/ (REMOVED) +  include/plugins/google_checkout/ (REMOVED) 
-include/plugins/plugin_cart_cross_sell.php +  include/plugins/plugin_cart_cross_sell.php 
-include/plugins/plugin_cloudzoom_images.php +  include/plugins/plugin_cloudzoom_images.php 
-include/plugins/plugin_google_checkout.php (REMOVED) +  include/plugins/plugin_google_checkout.php (REMOVED) 
-include/plugins/plugin_hackerproof_guardian.php (REMOVED) +  include/plugins/plugin_hackerproof_guardian.php (REMOVED) 
-include/plugins/plugin_sale_item.php +  include/plugins/plugin_sale_item.php 
-include/plugins/plugin_shipping_estimator.php +  include/plugins/plugin_shipping_estimator.php 
-include/shipping/ups.php +  include/shipping/ups.php 
-include/shipping/usps.php +  include/shipping/usps.php 
-include/shipping/usps_int.php +  include/shipping/usps_int.php 
-lang/lang_eng.php +  lang/lang_eng.php 
-checkout.php +  checkout.php 
-global.php +  global.php 
-index.php +  index.php 
-libsecure.php +  libsecure.php 
-quick_checkout.php+  quick_checkout.php
  
 The following templates will need updating: The following templates will need updating:
Line 1696: Line 1730:
 *New Themes* *New Themes*
  
-themes/leisure_responsive/ (New)+  * themes/leisure_responsive/ (New)
  
 *All Themes* *All Themes*
  
-themes/*/cart_view.html+  * themes/*/cart_view.html
  
 *Bigshop Responsive* *Bigshop Responsive*
  
-themes/bigshop_responsive/css/responsive_color.php (New) +  * themes/bigshop_responsive/css/responsive_color.php (New) 
-themes/bigshop_responsive/css/stylesheet.css +  themes/bigshop_responsive/css/stylesheet.css 
-themes/bigshop_responsive/js/custom.js +  themes/bigshop_responsive/js/custom.js 
-themes/bigshop_responsive/cart_view.html +  themes/bigshop_responsive/cart_view.html 
-themes/bigshop_responsive/list_products_manufacturer_detail.html +  themes/bigshop_responsive/list_products_manufacturer_detail.html 
-themes/bigshop_responsive/list_products_tile_item.html +  themes/bigshop_responsive/list_products_tile_item.html 
-themes/bigshop_responsive/main_index.html +  themes/bigshop_responsive/main_index.html 
-themes/bigshop_responsive/misc_custom_field_radio_option.html +  themes/bigshop_responsive/misc_custom_field_radio_option.html 
-themes/bigshop_responsive/misc_radio_select.html +  themes/bigshop_responsive/misc_radio_select.html 
-themes/bigshop_responsive/order_complete.html +  themes/bigshop_responsive/order_complete.html 
-themes/bigshop_responsive/order_quick_checkout.html +  themes/bigshop_responsive/order_quick_checkout.html 
-themes/bigshop_responsive/order_quick_checkout_complete.html +  themes/bigshop_responsive/order_quick_checkout_complete.html 
-themes/bigshop_responsive/order_quick_checkout_payment_credit_card.html +  themes/bigshop_responsive/order_quick_checkout_payment_credit_card.html 
-themes/bigshop_responsive/order_quick_checkout_payment_purchase_order.html +  themes/bigshop_responsive/order_quick_checkout_payment_purchase_order.html 
-themes/bigshop_responsive/page_site_map.html +  themes/bigshop_responsive/page_site_map.html 
-themes/bigshop_responsive/page_site_map_item.html +  themes/bigshop_responsive/page_site_map_item.html 
-themes/bigshop_responsive/page_site_map_open.html +  themes/bigshop_responsive/page_site_map_open.html 
-themes/bigshop_responsive/plugin_itemlist_options.html +  themes/bigshop_responsive/plugin_itemlist_options.html 
-themes/bigshop_responsive/product_detail.html +  themes/bigshop_responsive/product_detail.html 
-themes/bigshop_responsive/product_detail_option_checkbox.html +  themes/bigshop_responsive/product_detail_option_checkbox.html 
-themes/bigshop_responsive/product_detail_option_radio_option.html +  themes/bigshop_responsive/product_detail_option_radio_option.html 
-themes/bigshop_responsive/table_information_secondary_cat.html +  themes/bigshop_responsive/table_information_secondary_cat.html 
-themes/bigshop_responsive/table_login_box.html +  themes/bigshop_responsive/table_login_box.html 
-themes/bigshop_responsive/table_manufacturers.html +  themes/bigshop_responsive/table_manufacturers.html 
-themes/bigshop_responsive/table_search.html+  themes/bigshop_responsive/table_search.html
  
 *Admin Themes* *Admin Themes*
  
-admin/themes/default/js/functions.js +  * admin/themes/default/js/functions.js 
-admin/themes/default/js/Slate.js +  admin/themes/default/js/Slate.js 
-admin/themes/default/header.html +  admin/themes/default/header.html 
-admin/themes/default/product_search.html+  admin/themes/default/product_search.html
  
 ===== v4.4.0 ===== ===== v4.4.0 =====
Line 1797: Line 1831:
 For those of you looking to upgrade the easiest way from version 4.3.5 only. You will need to get the latest version of the following files: For those of you looking to upgrade the easiest way from version 4.3.5 only. You will need to get the latest version of the following files:
  
-admin/backup/.htaccess (New) +  * admin/backup/.htaccess (New) 
-admin/charts/ (REMOVED) +  admin/charts/ (REMOVED) 
-admin/editors/ (New) +  admin/editors/ (New) 
-admin/htmleditor/ (REMOVED) +  admin/htmleditor/ (REMOVED) 
-admin/images/.htaccess (New) +  admin/images/.htaccess (New) 
-admin/lang/.htaccess (New) +  admin/lang/.htaccess (New) 
-admin/lang/lang_eng.php +  admin/lang/lang_eng.php 
-admin/reports/.htaccess (New) +  admin/reports/.htaccess (New) 
-admin/adminindex.php +  admin/adminindex.php 
-admin/adminglobal.php +  admin/adminglobal.php 
-admin/libsecure.php +  admin/libsecure.php 
-catalog/.htaccess (New) +  catalog/.htaccess (New) 
-images/.htaccess (New) +  images/.htaccess (New) 
-include/classes/ (Replace Entire Directory) +  include/classes/ (Replace Entire Directory) 
-include/methods/checkout_by_amazon/ (Replace Entire Directory) +  include/methods/checkout_by_amazon/ (Replace Entire Directory) 
-include/methods/docs/checkout_by_amazon.txt +  include/methods/docs/checkout_by_amazon.txt 
-include/methods/checkout_by_amazon.php +  include/methods/checkout_by_amazon.php 
-include/methods/credit_card.php +  include/methods/credit_card.php 
-include/methods/paypal_express_checkout.php +  include/methods/paypal_express_checkout.php 
-include/payment/ (Replace Entire Directory) (Security Precaution) +  include/payment/ (Replace Entire Directory) (Security Precaution) 
-include/phpsniff/ (REMOVED) +  include/phpsniff/ (REMOVED) 
-include/plugins/checkout_by_amazon/ (Replace Entire Directory) +  include/plugins/checkout_by_amazon/ (Replace Entire Directory) 
-include/plugins/docs/checkout_by_amazon.txt +  include/plugins/docs/checkout_by_amazon.txt 
-include/plugins/plugin_addthis.php +  include/plugins/plugin_addthis.php 
-include/plugins/plugin_checkout_by_amazon.php +  include/plugins/plugin_checkout_by_amazon.php 
-include/plugins/plugin_cloudzoom_images.php (New) +  include/plugins/plugin_cloudzoom_images.php (New) 
-include/plugins/plugin_facebook_open_graph.php +  include/plugins/plugin_facebook_open_graph.php 
-include/plugins/plugin_fraudscore.php +  include/plugins/plugin_fraudscore.php 
-include/plugins/plugin_idev_affiliate.php +  include/plugins/plugin_idev_affiliate.php 
-include/plugins/plugin_rollover_images.php +  include/plugins/plugin_rollover_images.php 
-include/plugins/plugin_sale_item.php +  include/plugins/plugin_sale_item.php 
-include/timthumb/ (New) +  include/timthumb/ (New) 
-include/twitter/ (New) +  include/twitter/ (New) 
-lang/.htaccess (New) +  lang/.htaccess (New) 
-lang/lang_eng.php +  lang/lang_eng.php 
-themes/.htacess (New) +  themes/.htacess (New) 
-checkout.php +  checkout.php 
-global.php +  global.php 
-index.php +  index.php 
-libsecure.php +  libsecure.php 
-quick_checkout.php+  quick_checkout.php
  
 The following templates will need updating: The following templates will need updating:
Line 1843: Line 1877:
 *New Themes* *New Themes*
  
-themes/bigshop_responsive/ (New)+  * themes/bigshop_responsive/ (New)
  
 *All Themes* *All Themes*
  
-themes/*/js/global.js +  * themes/*/js/global.js 
-themes/*/order_quick_checkout_overall_review.html +  themes/*/order_quick_checkout_overall_review.html 
-themes/*/page_not_found.html (New)+  themes/*/page_not_found.html (New)
  
 *All "Modern" Themes *All "Modern" Themes
  
-themes/modern_*/table_search.html+  * themes/modern_*/table_search.html
  
 *Admin Themes* *Admin Themes*
  
-admin/themes/default/ (Replace Entire Directory) +  * admin/themes/default/ (Replace Entire Directory)
- +
-===== v4.3.5 ===== +
- +
-[+] Added a complete MobiCart integration to allow the display and sale of products on mobile devices. +
- +
-[-] Resolved a issue with the locally stored license key getting deleted when site accessed from and invalid domain or IP. +
- +
-[-] Fixed a minor issue where customers are not redirected to the correct tab when managing their registry. +
- +
-[-] Fixed a minor issue with the new captchas.net plugin while using mod rewrite. +
- +
-For those of you looking to upgrade the easiest way from version 4.3.4 only. You will need to get the latest version of the following files: +
- +
-admin/adminindex.php +
-admin/adminglobal.php +
-admin/images/mobicart-logo.png (New) +
-admin/libsecure.php +
-admin/lang/lang_eng.php +
-include/classes/mobicart/ (New) +
-include/classes/class.bulk.php +
-include/classes/class.dispatcher.php +
-include/classes/class.mobicart.php (New) +
-include/methods/credit_cart.php +
-global.php +
-libsecure.php +
- +
-The following templates will need updating: +
- +
-*All Themes* +
- +
-themes/*/js/global.js +
-themes/*/account_registry_heading.html +
-themes/*/plugin_captchas.html +
- +
-*Admin Theme* +
-None +
- +
-===== v4.3.4 ===== +
- +
-[+] Added the ability to export product and order data to XML. Working on the ability to import XML soon. +
- +
-[+] Added a new alternative captcha plugin for Captchas.net. +
- +
-[+] Added the ability to set custom .html file names for product and categories for each individual product and category. +
- +
-[+] Updated the Google Products feed module. Ability to set a category per product is now supported as required by Google. +
- +
-[+] New ANZ eGate & PayPal Pro Hosted payment modules. +
- +
-[-] Fixed a possible security issue with the advanced editor. +
- +
-[-] Fixed a product review glitch when submitting blank information. +
- +
-[-] Fixed a logout endless loop when your secure URL is the same as your shop URL. +
- +
-[-] Fixed a minor typo in the language file. +
- +
-[-] Fixed an issue with the recaptcha plugin and the signup checking functionality. +
- +
-[-] Fixed an issues with Pinterest in the AddThis plugin. +
- +
-[-] Resolved a possible issue with PayPal Advanced module. +
- +
-For those of you looking to upgrade the easiest way from version 4.3.3 only. You will need to get the latest version of the following files: +
- +
-admin/adminindex.php +
-admin/adminglobal.php +
-admin/libsecure.php +
-admin/htmleditor/ (Replace Entire Directory) +
-admin/lang/lang_eng.php +
-include/classes/class.ajax.php +
-include/classes/class.dispatcher.php +
-include/classes/class.gptype.php (New) +
-include/classes/class.xmlfeeds.php (New) +
-include/feeds/google_base.php +
-include/methods/paypal_ipn/paypal_ipn.php +
-include/payment/anz_egate.php (New) +
-include/payment/first_data_global_gateway.php +
-include/payment/linkpoint_api.php +
-include/payment/paypal_advanced.php +
-include/payment/paypal_pro_hosted.php (New) +
-include/plugins/captchas/ (New Folder) +
-include/plugins/plugin_addthis.php +
-include/plugins/plugin_captchas.php (New) +
-include/plugins/plugin_recaptcha.php +
-lang/lang_eng.php +
-global.php +
-index.php +
-libsecure.php +
- +
-The following templates will need updating: +
- +
-*All Themes* +
- +
-themes/*/account_customer_signup.html +
-themes/*/account_wishlist_send.html +
-themes/*/page_contact_us.html +
-themes/*/plugin_captchas.html (New) +
-themes/*/product_detail.html +
-themes/*/product_detail_reviews.html +
-themes/*/product_detail_tell_friend.html +
- +
-*Admin Theme* +
- +
-None +
- +
-===== v4.3.3 ===== +
- +
-[+] Update to the Australian Post to support proper calculation for multiple packages. +
- +
-[+] Integration of PayPal Payments Advanced module. +
- +
-[+] Updated all PayPal modules requiring renaming due to PayPal's recent changes. +
- +
-[+] Created new payment module for Moneris eSelect for US. +
- +
-[+] Created new payment module for PayJunction. +
- +
-[+] Created new payment module for SagePay. +
- +
-[+] Updated AddThis plugin to change styles and add Pinterest. +
- +
-[+] Updated the UPS module to allow for the use of negotiated rates. +
- +
-[+] Added a plugin to display custom order fields on order emails. +
- +
-[-] Adjusted the flash image viewer plugin to avoid overlapping of div popups. +
- +
-[-] Fixed an issue with PayPal Express checkout not retaining the customer information when returning from PayPal. +
- +
-[-] Fixed an error when generating static HTML pages where multiple dashes were present in the URL. +
- +
-[-] Update to various payment modules to fix minor issues including Skipjack, 2Checkout, SecPay, Authorize.net, PayPal Payflow & Transfirst +
- +
-For those of you looking to upgrade the easiest way from version 4.3.2 only. You will need to get the latest version of the following files: +
- +
-admin/adminindex.php +
-admin/adminglobal.php +
-admin/libsecure.php +
-include/classes/class.ajax.php +
-include/classes/class.dispatcher.php +
-include/methods/paypal_express_checkout.php +
-include/methods/paypal_standard.php +
-include/payment/moneris_eselect/ (All Files) +
-include/payment/payflow_pro/ (All Files) +
-include/payment/paypal_pro/ (All Files) +
-include/payment/2checkout_v2.php +
-include/payment/authorizenet_aim.php +
-include/payment/first_data_global_gateway.php +
-include/payment/linkpoint_api.php +
-include/payment/moneris_eselect.php (Delete) +
-include/payment/moneris_eselect_ca.php (New) +
-include/payment/moneris_eselect_us.php (New) +
-include/payment/payflow_link.php +
-include/payment/payjunction.php (New) +
-include/payment/paypal_advanced.php (New) +
-include/payment/paypal_pro.php +
-include/payment/sagepay_form.php (New) +
-include/payment/secpay.php +
-include/payment/skipjack.php +
-include/payment/transfirst_elink.php +
-include/plugin/plugin_addthis.php +
-include/plugin/plugin_cart_cross_sell.php +
-include/plugin/plugin_custom_fields_email.php (New) +
-include/plugin/plugin_flash_images.php +
-include/shipping/aus_post.php +
-include/shipping/ups.php +
-checkout.php +
-global.php +
-libsecure.php +
- +
-The following templates will need updating: +
- +
-*Admin Theme* +
- +
-None +
- +
-*All Themes* +
- +
-themes/*/email_order_confirmation.html +
- +
-===== v4.3.2 ===== +
- +
-[+] Added a new file checking feature that will scan folders for suspicious files. +
- +
-[+] Added a news sanitation and news popup functionality. +
- +
-[+] Added additional security to the credit card encryption keys. +
- +
-[+] Added additional security to the admin password storing. +
- +
-For those of you looking to upgrade the easiest way from version 4.3.1 only. You will need to get the latest version of the following files: +
- +
-admin/adminindex.php +
-admin/adminglobal.php +
-admin/libsecure.php +
-admin/login.php +
-admin/lang/lang_eng.php +
-include/classes/class.ajax.php +
-include/classes/class.dispatcher.php +
-global.php +
-libsecure.php +
- +
-The following templates will need updating: +
- +
-*Admin Theme* +
- +
-themes/default/css/ (New Folder) +
-themes/defaul/js/jquery-impromptu.js (New File) +
-themes/defaul/js/jquery.min.js (New File) +
- +
-===== v4.3.1 ===== +
- +
-[+] Added suport for the new iPhone, iPad and Android device "SunShop Tool". (Released Soon!) +
- +
-[+] Integrated new licensing into SunShop to support our new billing system. +
- +
-[-] Fixed a minor issue with "Facebook Like" functionality in the open graph plugin. +
- +
-[-] Fixed a minor issue with the classic black theme and the "My Account" login. +
- +
-[-] Fixed a missing image in the modern_blue theme. +
- +
-[-] Renamed the config.php to config.php.new to avoid overwritting the file when upgrading. +
- +
-For those of you looking to upgrade the easiest way from version 4.3.0 only. You will need to get the latest version of the following files: +
- +
-admin/adminindex.php +
-admin/adminglobal.php +
-admin/libsecure.php +
-include/classes/class.dispatcher.php +
-include/plugins/plugin_facebook_open_graph.php +
-global.php +
-libsecure.php +
- +
-The following templates will need updating: +
- +
-*All Themes* +
- +
-No Themes Updated +
- +
-===== v4.3.0 ===== +
- +
-[+] Applied security fixes from 4.2.9 repack. +
- +
-[+] Updated the USPS modules with first class updates. +
- +
-[-] Fixed minor bug displayed on quick checkout when using realtime override. +
- +
-[-] Removed a bug with the shipping tables and international addresses. +
- +
-[-] Fixed a bug in the facebook open graph plugin that caused the wrong URL to display when using the addthis plugin. +
- +
-For those of you looking to upgrade the easiest way from version 4.2.9 only. You will need to get the latest version of the  +
-following files: +
- +
-admin/lang/lang_eng.php +
-include/classes/class.ajax.php +
-include/classes/class.paging.php +
-include/plugins/plugin_facebook_open_graph.php +
-include/shipping/usps.php +
-include/shipping/usps_int.php +
-global.php +
- +
-The following templates will need updating: +
- +
-*All Themes* +
- +
-No Themes Updated+
sunshop/change-log.1708476942.txt.gz · Last modified: 2024/02/20 16:55 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki