Changeset 2865166
- Timestamp:
- 02/14/2023 02:16:48 PM (3 years ago)
- Location:
- smaily-for-woocommerce
- Files:
-
- 24 edited
- 1 copied
-
tags/1.11.0 (copied) (copied from smaily-for-woocommerce/trunk)
-
tags/1.11.0/inc/Base/SubscriberSynchronization.php (modified) (1 diff)
-
tags/1.11.0/lang/smaily-et.mo (modified) (previous)
-
tags/1.11.0/lang/smaily-et.po (modified) (2 diffs)
-
tags/1.11.0/lang/smaily-et_EE.mo (modified) (previous)
-
tags/1.11.0/lang/smaily-et_EE.po (modified) (2 diffs)
-
tags/1.11.0/readme.txt (modified) (2 diffs)
-
tags/1.11.0/smaily-for-woocommerce.php (modified) (2 diffs)
-
tags/1.11.0/vendor/autoload.php (modified) (1 diff)
-
tags/1.11.0/vendor/composer/ClassLoader.php (modified) (4 diffs)
-
tags/1.11.0/vendor/composer/autoload_real.php (modified) (2 diffs)
-
tags/1.11.0/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/1.11.0/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/inc/Base/SubscriberSynchronization.php (modified) (1 diff)
-
trunk/lang/smaily-et.mo (modified) (previous)
-
trunk/lang/smaily-et.po (modified) (2 diffs)
-
trunk/lang/smaily-et_EE.mo (modified) (previous)
-
trunk/lang/smaily-et_EE.po (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/smaily-for-woocommerce.php (modified) (2 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/ClassLoader.php (modified) (4 diffs)
-
trunk/vendor/composer/autoload_real.php (modified) (2 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smaily-for-woocommerce/tags/1.11.0/inc/Base/SubscriberSynchronization.php
r2235331 r2865166 65 65 $data = []; 66 66 67 // Ensure subscriber's unsubscribed status is reset. 68 // Note! We are using 'user_newsletter' property value just a precaution to cover 69 // cases where site provides a default value for the field. 70 $data['is_unsubscribed'] = (int) $_POST['user_newsletter'] === 1 ? 0 : 1; 71 67 72 // Add store url for refrence in Smaily database. 68 73 $data['store'] = get_site_url(); -
smaily-for-woocommerce/tags/1.11.0/lang/smaily-et.po
r2821500 r2865166 4 4 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/smaily-for-" 5 5 "woocommerce\n" 6 "POT-Creation-Date: 202 2-11-21 14:00+0200\n"7 "PO-Revision-Date: 202 2-11-21 14:00+0200\n"6 "POT-Creation-Date: 2023-02-14 16:09+0200\n" 7 "PO-Revision-Date: 2023-02-14 16:09+0200\n" 8 8 "Last-Translator: \n" 9 9 "Language-Team: Estonian\n" … … 15 15 "X-Poedit-Basepath: ..\n" 16 16 "X-Poedit-KeywordsList: __;_e;esc_html__;esc_attr__;esc_attr_e;esc_html_e\n" 17 "X-Generator: Poedit 3. 1.1\n"17 "X-Generator: Poedit 3.2.2\n" 18 18 "X-Loco-Version: 2.3.3; wp-5.4.1\n" 19 19 "X-Poedit-SearchPath-0: .\n" -
smaily-for-woocommerce/tags/1.11.0/lang/smaily-et_EE.po
r2821500 r2865166 4 4 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/smaily-for-" 5 5 "woocommercewoocommerce\n" 6 "POT-Creation-Date: 202 2-11-21 14:00+0200\n"7 "PO-Revision-Date: 202 2-11-21 14:00+0200\n"6 "POT-Creation-Date: 2023-02-14 16:09+0200\n" 7 "PO-Revision-Date: 2023-02-14 16:09+0200\n" 8 8 "Last-Translator: \n" 9 9 "Language-Team: Estonian\n" … … 15 15 "X-Poedit-Basepath: ..\n" 16 16 "X-Poedit-KeywordsList: __;_e;esc_html__;esc_attr__;esc_attr_e;esc_html_e\n" 17 "X-Generator: Poedit 3. 1.1\n"17 "X-Generator: Poedit 3.2.2\n" 18 18 "X-Loco-Version: 2.3.3; wp-5.4.1\n" 19 19 "X-Poedit-SearchPath-0: .\n" -
smaily-for-woocommerce/tags/1.11.0/readme.txt
r2821500 r2865166 6 6 Tested up to: 5.8 7 7 WC tested up to: 4.7.0 8 Stable tag: 1.1 0.08 Stable tag: 1.11.0 9 9 License: GPLv3 10 10 … … 152 152 == Changelog == 153 153 154 = 1.11.0 = 155 156 - Reset subscriber's opt-outed status on checkout newsletter subscribe 157 154 158 = 1.10.0 = 155 159 -
smaily-for-woocommerce/tags/1.11.0/smaily-for-woocommerce.php
r2821500 r2865166 14 14 * Plugin URI: https://github.com/sendsmaily/smaily-woocommerce-plugin 15 15 * Description: Smaily email marketing and automation extension plugin for WooCommerce. Set up easy sync for your contacts, add opt-in subscription form, import products directly to your email template and send abandoned cart reminder emails. 16 * Version: 1.1 0.016 * Version: 1.11.0 17 17 * License: GPL3 18 18 * Author: Smaily … … 49 49 define( 'SMAILY_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 50 50 define( 'SMAILY_PLUGIN_NAME', plugin_basename( __FILE__ ) ); 51 define( 'SMAILY_PLUGIN_VERSION', '1.1 0.0' );51 define( 'SMAILY_PLUGIN_VERSION', '1.11.0' ); 52 52 53 53 // Required to use functions is_plugin_active and deactivate_plugins. -
smaily-for-woocommerce/tags/1.11.0/vendor/autoload.php
r2821500 r2865166 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 5c1c534c9d99a8d2c3c102396a63d6e2::getLoader();25 return ComposerAutoloaderInit9701a095399972626116f68c827128b9::getLoader(); -
smaily-for-woocommerce/tags/1.11.0/vendor/composer/ClassLoader.php
r2743923 r2865166 43 43 class ClassLoader 44 44 { 45 /** @var \Closure(string):void */ 46 private static $includeFile; 47 45 48 /** @var ?string */ 46 49 private $vendorDir; … … 107 110 { 108 111 $this->vendorDir = $vendorDir; 112 self::initializeIncludeClosure(); 109 113 } 110 114 … … 426 430 { 427 431 if ($file = $this->findFile($class)) { 428 includeFile($file); 432 $includeFile = self::$includeFile; 433 $includeFile($file); 429 434 430 435 return true; … … 556 561 return false; 557 562 } 563 564 /** 565 * @return void 566 */ 567 private static function initializeIncludeClosure() 568 { 569 if (self::$includeFile !== null) { 570 return; 571 } 572 573 /** 574 * Scope isolated include. 575 * 576 * Prevents access to $this/self from included files. 577 * 578 * @param string $file 579 * @return void 580 */ 581 self::$includeFile = \Closure::bind(static function($file) { 582 include $file; 583 }, null, null); 584 } 558 585 } 559 560 /**561 * Scope isolated include.562 *563 * Prevents access to $this/self from included files.564 *565 * @param string $file566 * @return void567 * @private568 */569 function includeFile($file)570 {571 include $file;572 } -
smaily-for-woocommerce/tags/1.11.0/vendor/composer/autoload_real.php
r2821500 r2865166 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 5c1c534c9d99a8d2c3c102396a63d6e25 class ComposerAutoloaderInit9701a095399972626116f68c827128b9 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 5c1c534c9d99a8d2c3c102396a63d6e2', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInit9701a095399972626116f68c827128b9', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 5c1c534c9d99a8d2c3c102396a63d6e2', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInit9701a095399972626116f68c827128b9', 'loadClassLoader')); 28 28 29 29 require __DIR__ . '/autoload_static.php'; 30 call_user_func(\Composer\Autoload\ComposerStaticInit 5c1c534c9d99a8d2c3c102396a63d6e2::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInit9701a095399972626116f68c827128b9::getInitializer($loader)); 31 31 32 32 $loader->register(true); -
smaily-for-woocommerce/tags/1.11.0/vendor/composer/autoload_static.php
r2821500 r2865166 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 5c1c534c9d99a8d2c3c102396a63d6e27 class ComposerStaticInit9701a095399972626116f68c827128b9 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 28 28 { 29 29 return \Closure::bind(function () use ($loader) { 30 $loader->prefixLengthsPsr4 = ComposerStaticInit 5c1c534c9d99a8d2c3c102396a63d6e2::$prefixLengthsPsr4;31 $loader->prefixDirsPsr4 = ComposerStaticInit 5c1c534c9d99a8d2c3c102396a63d6e2::$prefixDirsPsr4;32 $loader->classMap = ComposerStaticInit 5c1c534c9d99a8d2c3c102396a63d6e2::$classMap;30 $loader->prefixLengthsPsr4 = ComposerStaticInit9701a095399972626116f68c827128b9::$prefixLengthsPsr4; 31 $loader->prefixDirsPsr4 = ComposerStaticInit9701a095399972626116f68c827128b9::$prefixDirsPsr4; 32 $loader->classMap = ComposerStaticInit9701a095399972626116f68c827128b9::$classMap; 33 33 34 34 }, null, ClassLoader::class); -
smaily-for-woocommerce/tags/1.11.0/vendor/composer/installed.php
r2821500 r2865166 2 2 'root' => array( 3 3 'name' => 'smaily/smaily_for_woocommerce', 4 'pretty_version' => '1.1 0.0',5 'version' => '1.1 0.0.0',6 'reference' => ' 2686d9f0e79123f2303d9088d9687a7821049579',4 'pretty_version' => '1.11.0', 5 'version' => '1.11.0.0', 6 'reference' => 'b1810a8855f838e1625bd2b8ab951ca0ba1406a8', 7 7 'type' => 'plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'smaily/smaily_for_woocommerce' => array( 14 'pretty_version' => '1.1 0.0',15 'version' => '1.1 0.0.0',16 'reference' => ' 2686d9f0e79123f2303d9088d9687a7821049579',14 'pretty_version' => '1.11.0', 15 'version' => '1.11.0.0', 16 'reference' => 'b1810a8855f838e1625bd2b8ab951ca0ba1406a8', 17 17 'type' => 'plugin', 18 18 'install_path' => __DIR__ . '/../../', -
smaily-for-woocommerce/trunk/inc/Base/SubscriberSynchronization.php
r2235331 r2865166 65 65 $data = []; 66 66 67 // Ensure subscriber's unsubscribed status is reset. 68 // Note! We are using 'user_newsletter' property value just a precaution to cover 69 // cases where site provides a default value for the field. 70 $data['is_unsubscribed'] = (int) $_POST['user_newsletter'] === 1 ? 0 : 1; 71 67 72 // Add store url for refrence in Smaily database. 68 73 $data['store'] = get_site_url(); -
smaily-for-woocommerce/trunk/lang/smaily-et.po
r2821500 r2865166 4 4 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/smaily-for-" 5 5 "woocommerce\n" 6 "POT-Creation-Date: 202 2-11-21 14:00+0200\n"7 "PO-Revision-Date: 202 2-11-21 14:00+0200\n"6 "POT-Creation-Date: 2023-02-14 16:09+0200\n" 7 "PO-Revision-Date: 2023-02-14 16:09+0200\n" 8 8 "Last-Translator: \n" 9 9 "Language-Team: Estonian\n" … … 15 15 "X-Poedit-Basepath: ..\n" 16 16 "X-Poedit-KeywordsList: __;_e;esc_html__;esc_attr__;esc_attr_e;esc_html_e\n" 17 "X-Generator: Poedit 3. 1.1\n"17 "X-Generator: Poedit 3.2.2\n" 18 18 "X-Loco-Version: 2.3.3; wp-5.4.1\n" 19 19 "X-Poedit-SearchPath-0: .\n" -
smaily-for-woocommerce/trunk/lang/smaily-et_EE.po
r2821500 r2865166 4 4 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/smaily-for-" 5 5 "woocommercewoocommerce\n" 6 "POT-Creation-Date: 202 2-11-21 14:00+0200\n"7 "PO-Revision-Date: 202 2-11-21 14:00+0200\n"6 "POT-Creation-Date: 2023-02-14 16:09+0200\n" 7 "PO-Revision-Date: 2023-02-14 16:09+0200\n" 8 8 "Last-Translator: \n" 9 9 "Language-Team: Estonian\n" … … 15 15 "X-Poedit-Basepath: ..\n" 16 16 "X-Poedit-KeywordsList: __;_e;esc_html__;esc_attr__;esc_attr_e;esc_html_e\n" 17 "X-Generator: Poedit 3. 1.1\n"17 "X-Generator: Poedit 3.2.2\n" 18 18 "X-Loco-Version: 2.3.3; wp-5.4.1\n" 19 19 "X-Poedit-SearchPath-0: .\n" -
smaily-for-woocommerce/trunk/readme.txt
r2821500 r2865166 6 6 Tested up to: 5.8 7 7 WC tested up to: 4.7.0 8 Stable tag: 1.1 0.08 Stable tag: 1.11.0 9 9 License: GPLv3 10 10 … … 152 152 == Changelog == 153 153 154 = 1.11.0 = 155 156 - Reset subscriber's opt-outed status on checkout newsletter subscribe 157 154 158 = 1.10.0 = 155 159 -
smaily-for-woocommerce/trunk/smaily-for-woocommerce.php
r2821500 r2865166 14 14 * Plugin URI: https://github.com/sendsmaily/smaily-woocommerce-plugin 15 15 * Description: Smaily email marketing and automation extension plugin for WooCommerce. Set up easy sync for your contacts, add opt-in subscription form, import products directly to your email template and send abandoned cart reminder emails. 16 * Version: 1.1 0.016 * Version: 1.11.0 17 17 * License: GPL3 18 18 * Author: Smaily … … 49 49 define( 'SMAILY_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 50 50 define( 'SMAILY_PLUGIN_NAME', plugin_basename( __FILE__ ) ); 51 define( 'SMAILY_PLUGIN_VERSION', '1.1 0.0' );51 define( 'SMAILY_PLUGIN_VERSION', '1.11.0' ); 52 52 53 53 // Required to use functions is_plugin_active and deactivate_plugins. -
smaily-for-woocommerce/trunk/vendor/autoload.php
r2821500 r2865166 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 5c1c534c9d99a8d2c3c102396a63d6e2::getLoader();25 return ComposerAutoloaderInit9701a095399972626116f68c827128b9::getLoader(); -
smaily-for-woocommerce/trunk/vendor/composer/ClassLoader.php
r2743923 r2865166 43 43 class ClassLoader 44 44 { 45 /** @var \Closure(string):void */ 46 private static $includeFile; 47 45 48 /** @var ?string */ 46 49 private $vendorDir; … … 107 110 { 108 111 $this->vendorDir = $vendorDir; 112 self::initializeIncludeClosure(); 109 113 } 110 114 … … 426 430 { 427 431 if ($file = $this->findFile($class)) { 428 includeFile($file); 432 $includeFile = self::$includeFile; 433 $includeFile($file); 429 434 430 435 return true; … … 556 561 return false; 557 562 } 563 564 /** 565 * @return void 566 */ 567 private static function initializeIncludeClosure() 568 { 569 if (self::$includeFile !== null) { 570 return; 571 } 572 573 /** 574 * Scope isolated include. 575 * 576 * Prevents access to $this/self from included files. 577 * 578 * @param string $file 579 * @return void 580 */ 581 self::$includeFile = \Closure::bind(static function($file) { 582 include $file; 583 }, null, null); 584 } 558 585 } 559 560 /**561 * Scope isolated include.562 *563 * Prevents access to $this/self from included files.564 *565 * @param string $file566 * @return void567 * @private568 */569 function includeFile($file)570 {571 include $file;572 } -
smaily-for-woocommerce/trunk/vendor/composer/autoload_real.php
r2821500 r2865166 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 5c1c534c9d99a8d2c3c102396a63d6e25 class ComposerAutoloaderInit9701a095399972626116f68c827128b9 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 5c1c534c9d99a8d2c3c102396a63d6e2', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInit9701a095399972626116f68c827128b9', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 5c1c534c9d99a8d2c3c102396a63d6e2', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInit9701a095399972626116f68c827128b9', 'loadClassLoader')); 28 28 29 29 require __DIR__ . '/autoload_static.php'; 30 call_user_func(\Composer\Autoload\ComposerStaticInit 5c1c534c9d99a8d2c3c102396a63d6e2::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInit9701a095399972626116f68c827128b9::getInitializer($loader)); 31 31 32 32 $loader->register(true); -
smaily-for-woocommerce/trunk/vendor/composer/autoload_static.php
r2821500 r2865166 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 5c1c534c9d99a8d2c3c102396a63d6e27 class ComposerStaticInit9701a095399972626116f68c827128b9 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 28 28 { 29 29 return \Closure::bind(function () use ($loader) { 30 $loader->prefixLengthsPsr4 = ComposerStaticInit 5c1c534c9d99a8d2c3c102396a63d6e2::$prefixLengthsPsr4;31 $loader->prefixDirsPsr4 = ComposerStaticInit 5c1c534c9d99a8d2c3c102396a63d6e2::$prefixDirsPsr4;32 $loader->classMap = ComposerStaticInit 5c1c534c9d99a8d2c3c102396a63d6e2::$classMap;30 $loader->prefixLengthsPsr4 = ComposerStaticInit9701a095399972626116f68c827128b9::$prefixLengthsPsr4; 31 $loader->prefixDirsPsr4 = ComposerStaticInit9701a095399972626116f68c827128b9::$prefixDirsPsr4; 32 $loader->classMap = ComposerStaticInit9701a095399972626116f68c827128b9::$classMap; 33 33 34 34 }, null, ClassLoader::class); -
smaily-for-woocommerce/trunk/vendor/composer/installed.php
r2821500 r2865166 2 2 'root' => array( 3 3 'name' => 'smaily/smaily_for_woocommerce', 4 'pretty_version' => '1.1 0.0',5 'version' => '1.1 0.0.0',6 'reference' => ' 2686d9f0e79123f2303d9088d9687a7821049579',4 'pretty_version' => '1.11.0', 5 'version' => '1.11.0.0', 6 'reference' => 'b1810a8855f838e1625bd2b8ab951ca0ba1406a8', 7 7 'type' => 'plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'smaily/smaily_for_woocommerce' => array( 14 'pretty_version' => '1.1 0.0',15 'version' => '1.1 0.0.0',16 'reference' => ' 2686d9f0e79123f2303d9088d9687a7821049579',14 'pretty_version' => '1.11.0', 15 'version' => '1.11.0.0', 16 'reference' => 'b1810a8855f838e1625bd2b8ab951ca0ba1406a8', 17 17 'type' => 'plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.