Ecwid Ecommerce Shopping Cart - Version 4.4.1.2

Version Description

  • Fixes PHP warning messages appearing on some server configurations.
Download this release

Release Info

Developer Ecwid
Plugin Icon 128x128 Ecwid Ecommerce Shopping Cart
Version 4.4.1.2
Comparing to
See all releases

Code changes from version 4.4.1.1 to 4.4.1.2

ecwid-shopping-cart.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.ecwid.com?source=wporg
5
  Description: Ecwid is a free full-featured shopping cart. It can be easily integrated with any Wordpress blog and takes less than 5 minutes to set up.
6
  Text Domain: ecwid-shopping-cart
7
  Author: Ecwid Team
8
- Version: 4.4.1.1
9
  Author URI: http://www.ecwid.com?source=wporg
10
  */
11
 
@@ -1005,10 +1005,10 @@ function ecwid_content_started($content)
1005
 
1006
  function ecwid_wrap_shortcode_content($content, $name, $attrs)
1007
  {
1008
- return "<!-- Ecwid shopping cart plugin v 4.4.1.1 --><!-- noptimize -->"
1009
  . ecwid_get_scriptjs_code(@$attrs['lang'])
1010
  . "<div class=\"ecwid-shopping-cart-$name\">$content</div>"
1011
- . "<!-- /noptimize --><!-- END Ecwid Shopping Cart v 4.4.1.1 -->";
1012
  }
1013
 
1014
  function ecwid_get_scriptjs_code($force_lang = null) {
5
  Description: Ecwid is a free full-featured shopping cart. It can be easily integrated with any Wordpress blog and takes less than 5 minutes to set up.
6
  Text Domain: ecwid-shopping-cart
7
  Author: Ecwid Team
8
+ Version: 4.4.1.2
9
  Author URI: http://www.ecwid.com?source=wporg
10
  */
11
 
1005
 
1006
  function ecwid_wrap_shortcode_content($content, $name, $attrs)
1007
  {
1008
+ return "<!-- Ecwid shopping cart plugin v 4.4.1.2 --><!-- noptimize -->"
1009
  . ecwid_get_scriptjs_code(@$attrs['lang'])
1010
  . "<div class=\"ecwid-shopping-cart-$name\">$content</div>"
1011
+ . "<!-- /noptimize --><!-- END Ecwid Shopping Cart v 4.4.1.2 -->";
1012
  }
1013
 
1014
  function ecwid_get_scriptjs_code($force_lang = null) {
lib/phpseclib/Base.php CHANGED
@@ -503,6 +503,10 @@ class Ecwid_Crypt_Base
503
  * @param int $mode
504
  * @access public
505
  */
 
 
 
 
506
  function Ecwid_Crypt_Base($mode = CRYPT_MODE_CBC)
507
  {
508
  // $mode dependent settings
@@ -531,10 +535,6 @@ class Ecwid_Crypt_Base
531
  }
532
  }
533
 
534
- function __construct($mode = CRYPT_MODE_CBC) {
535
- $this->Ecwid_Crypt_Base($mode);
536
- }
537
-
538
  /**
539
  * Sets the initialization vector. (optional)
540
  *
503
  * @param int $mode
504
  * @access public
505
  */
506
+ function __construct($mode = CRYPT_MODE_CBC) {
507
+ $this->Ecwid_Crypt_Base($mode);
508
+ }
509
+
510
  function Ecwid_Crypt_Base($mode = CRYPT_MODE_CBC)
511
  {
512
  // $mode dependent settings
535
  }
536
  }
537
 
 
 
 
 
538
  /**
539
  * Sets the initialization vector. (optional)
540
  *
lib/phpseclib/Rijndael.php CHANGED
@@ -264,15 +264,15 @@ class Ecwid_Crypt_Rijndael extends Ecwid_Crypt_Base
264
  * @param int $mode
265
  * @access public
266
  */
 
 
 
 
267
  function Ecwid_Crypt_Rijndael($mode = CRYPT_RIJNDAEL_MODE_CBC)
268
  {
269
  parent::Ecwid_Crypt_Base($mode);
270
  }
271
 
272
- function __construct($mode = CRYPT_RIJNDAEL_MODE_CBC) {
273
- parent::__construct($mode = CRYPT_RIJNDAEL_MODE_CBC);
274
- }
275
-
276
  /**
277
  * Sets the key length.
278
  *
264
  * @param int $mode
265
  * @access public
266
  */
267
+ function __construct($mode = CRYPT_RIJNDAEL_MODE_CBC) {
268
+ parent::__construct($mode = CRYPT_RIJNDAEL_MODE_CBC);
269
+ }
270
+
271
  function Ecwid_Crypt_Rijndael($mode = CRYPT_RIJNDAEL_MODE_CBC)
272
  {
273
  parent::Ecwid_Crypt_Base($mode);
274
  }
275
 
 
 
 
 
276
  /**
277
  * Sets the key length.
278
  *
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: ecwid
3
  Tags: ecommerce, downloadable products, Facebook ecommerce, online store, paypal, product catalog, shop, shopping cart, store
4
  Requires at least: 3.5
5
  Tested up to: 4.5
6
- Stable tag: 4.4.1.1
7
 
8
  Powerful, easy to use ecommerce shopping cart. Bank level PCI DSS Level 1 security. iPhone & Android apps. Superb support. Free plan available.
9
 
@@ -145,6 +145,9 @@ You can use Ecwid’s built-in import tools to copy your store products from any
145
  * [Ecwid eCommerce Forums](https://www.ecwid.com/forums/forumdisplay.php?f=19)
146
 
147
  == Changelog ==
 
 
 
148
  = 4.4.1 =
149
  - **Fixed notice/warning messages that appeared in rare cases in a sitemap generated by 3d-party Sitemap/SEO plugins.** Now sitemaps should be generated without any error messages. Here, you can find the plugins we recommend to generate a sitemap on your Wordpress site: https://support.ecwid.com/hc/en-us/articles/207101259-Wordpress-downloadable-#productstositemap
150
  - **Added a few improvements to the plugin code to work better on servers with PHP7 installed.** If your hosting is going to migrate your site to PHP7, you can rest assured Ecwid eCommerce plugin will work fine in new environment.
3
  Tags: ecommerce, downloadable products, Facebook ecommerce, online store, paypal, product catalog, shop, shopping cart, store
4
  Requires at least: 3.5
5
  Tested up to: 4.5
6
+ Stable tag: 4.4.1.2
7
 
8
  Powerful, easy to use ecommerce shopping cart. Bank level PCI DSS Level 1 security. iPhone & Android apps. Superb support. Free plan available.
9
 
145
  * [Ecwid eCommerce Forums](https://www.ecwid.com/forums/forumdisplay.php?f=19)
146
 
147
  == Changelog ==
148
+ = 4.4.1.2 =
149
+ - Fixes PHP warning messages appearing on some server configurations.
150
+
151
  = 4.4.1 =
152
  - **Fixed notice/warning messages that appeared in rare cases in a sitemap generated by 3d-party Sitemap/SEO plugins.** Now sitemaps should be generated without any error messages. Here, you can find the plugins we recommend to generate a sitemap on your Wordpress site: https://support.ecwid.com/hc/en-us/articles/207101259-Wordpress-downloadable-#productstositemap
153
  - **Added a few improvements to the plugin code to work better on servers with PHP7 installed.** If your hosting is going to migrate your site to PHP7, you can rest assured Ecwid eCommerce plugin will work fine in new environment.