Changeset 3280952
- Timestamp:
- 04/24/2025 12:37:37 PM (10 months ago)
- Location:
- smaily-for-woocommerce
- Files:
-
- 2 added
- 14 edited
- 1 copied
-
tags/1.12.3 (copied) (copied from smaily-for-woocommerce/trunk)
-
tags/1.12.3/inc/Init.php (modified) (1 diff)
-
tags/1.12.3/inc/Widget/Register.php (added)
-
tags/1.12.3/inc/Widget/SmailyWidget.php (modified) (1 diff)
-
tags/1.12.3/readme.txt (modified) (2 diffs)
-
tags/1.12.3/smaily-for-woocommerce.php (modified) (2 diffs)
-
tags/1.12.3/vendor/autoload.php (modified) (1 diff)
-
tags/1.12.3/vendor/composer/InstalledVersions.php (modified) (3 diffs)
-
tags/1.12.3/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/inc/Init.php (modified) (1 diff)
-
trunk/inc/Widget/Register.php (added)
-
trunk/inc/Widget/SmailyWidget.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/smaily-for-woocommerce.php (modified) (2 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/InstalledVersions.php (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smaily-for-woocommerce/tags/1.12.3/inc/Init.php
r2555168 r3280952 28 28 Base\Cron::class, 29 29 Api\Api::class, 30 Widget\ SmailyWidget::class,30 Widget\Register::class, 31 31 Rss\SmailyRss::class, 32 32 ); -
smaily-for-woocommerce/tags/1.12.3/inc/Widget/SmailyWidget.php
r2575302 r3280952 21 21 esc_html__( 'Smaily for WooCommerce Form', 'smaily' ), // Name. 22 22 array( 'description' => esc_html__( 'Smaily for WooCommerce Newsletter Widget', 'smaily' ) ) // Args. 23 );24 }25 26 /**27 * Action hooks for initializing widget.28 *29 * @return void30 */31 public function register() {32 33 // Register widget for WordPress.34 add_action(35 'widgets_init',36 function() {37 register_widget( 'Smaily_Inc\Widget\SmailyWidget' );38 }39 23 ); 40 24 } -
smaily-for-woocommerce/tags/1.12.3/readme.txt
r3266071 r3280952 4 4 Requires PHP: 5.6 5 5 Requires at least: 4.5 6 Tested up to: 6. 76 Tested up to: 6.8 7 7 WC tested up to: 9.7 8 Stable tag: 1.12. 28 Stable tag: 1.12.3 9 9 License: GPLv3 10 10 … … 152 152 == Changelog == 153 153 154 = 1.12.3 = 155 156 - Fixes translations not correctly loaded due to widget translations were loaded too early in WordPress lifecycle. 157 154 158 = 1.12.2 = 155 159 -
smaily-for-woocommerce/tags/1.12.3/smaily-for-woocommerce.php
r3266071 r3280952 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.12. 216 * Version: 1.12.3 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.12. 2' );51 define( 'SMAILY_PLUGIN_VERSION', '1.12.3' ); 52 52 53 53 // Required to use functions is_plugin_active and deactivate_plugins. -
smaily-for-woocommerce/tags/1.12.3/vendor/autoload.php
r3198193 r3280952 15 15 } 16 16 } 17 trigger_error( 18 $err, 19 E_USER_ERROR 20 ); 17 throw new RuntimeException($err); 21 18 } 22 19 -
smaily-for-woocommerce/tags/1.12.3/vendor/composer/InstalledVersions.php
r3255181 r3280952 27 27 class InstalledVersions 28 28 { 29 /** 30 * @var string|null if set (by reflection by Composer), this should be set to the path where this class is being copied to 31 * @internal 32 */ 33 private static $selfDir = null; 34 29 35 /** 30 36 * @var mixed[]|null … … 324 330 325 331 /** 332 * @return string 333 */ 334 private static function getSelfDir() 335 { 336 if (self::$selfDir === null) { 337 self::$selfDir = strtr(__DIR__, '\\', '/'); 338 } 339 340 return self::$selfDir; 341 } 342 343 /** 326 344 * @return array[] 327 345 * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}> … … 337 355 338 356 if (self::$canGetVendors) { 339 $selfDir = s trtr(__DIR__, '\\', '/');357 $selfDir = self::getSelfDir(); 340 358 foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) { 341 359 $vendorDir = strtr($vendorDir, '\\', '/'); -
smaily-for-woocommerce/tags/1.12.3/vendor/composer/installed.php
r3266071 r3280952 2 2 'root' => array( 3 3 'name' => 'smaily/smaily_for_woocommerce', 4 'pretty_version' => '1.12. 2',5 'version' => '1.12. 2.0',6 'reference' => ' 46d68d2e752c6b81d077e5d387c0d2fa3210c964',4 'pretty_version' => '1.12.3', 5 'version' => '1.12.3.0', 6 'reference' => '185d0414a6e884d955e4d15b1dcbf84becc82939', 7 7 'type' => 'plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'smaily/smaily_for_woocommerce' => array( 14 'pretty_version' => '1.12. 2',15 'version' => '1.12. 2.0',16 'reference' => ' 46d68d2e752c6b81d077e5d387c0d2fa3210c964',14 'pretty_version' => '1.12.3', 15 'version' => '1.12.3.0', 16 'reference' => '185d0414a6e884d955e4d15b1dcbf84becc82939', 17 17 'type' => 'plugin', 18 18 'install_path' => __DIR__ . '/../../', -
smaily-for-woocommerce/trunk/inc/Init.php
r2555168 r3280952 28 28 Base\Cron::class, 29 29 Api\Api::class, 30 Widget\ SmailyWidget::class,30 Widget\Register::class, 31 31 Rss\SmailyRss::class, 32 32 ); -
smaily-for-woocommerce/trunk/inc/Widget/SmailyWidget.php
r2575302 r3280952 21 21 esc_html__( 'Smaily for WooCommerce Form', 'smaily' ), // Name. 22 22 array( 'description' => esc_html__( 'Smaily for WooCommerce Newsletter Widget', 'smaily' ) ) // Args. 23 );24 }25 26 /**27 * Action hooks for initializing widget.28 *29 * @return void30 */31 public function register() {32 33 // Register widget for WordPress.34 add_action(35 'widgets_init',36 function() {37 register_widget( 'Smaily_Inc\Widget\SmailyWidget' );38 }39 23 ); 40 24 } -
smaily-for-woocommerce/trunk/readme.txt
r3266071 r3280952 4 4 Requires PHP: 5.6 5 5 Requires at least: 4.5 6 Tested up to: 6. 76 Tested up to: 6.8 7 7 WC tested up to: 9.7 8 Stable tag: 1.12. 28 Stable tag: 1.12.3 9 9 License: GPLv3 10 10 … … 152 152 == Changelog == 153 153 154 = 1.12.3 = 155 156 - Fixes translations not correctly loaded due to widget translations were loaded too early in WordPress lifecycle. 157 154 158 = 1.12.2 = 155 159 -
smaily-for-woocommerce/trunk/smaily-for-woocommerce.php
r3266071 r3280952 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.12. 216 * Version: 1.12.3 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.12. 2' );51 define( 'SMAILY_PLUGIN_VERSION', '1.12.3' ); 52 52 53 53 // Required to use functions is_plugin_active and deactivate_plugins. -
smaily-for-woocommerce/trunk/vendor/autoload.php
r3198193 r3280952 15 15 } 16 16 } 17 trigger_error( 18 $err, 19 E_USER_ERROR 20 ); 17 throw new RuntimeException($err); 21 18 } 22 19 -
smaily-for-woocommerce/trunk/vendor/composer/InstalledVersions.php
r3255181 r3280952 27 27 class InstalledVersions 28 28 { 29 /** 30 * @var string|null if set (by reflection by Composer), this should be set to the path where this class is being copied to 31 * @internal 32 */ 33 private static $selfDir = null; 34 29 35 /** 30 36 * @var mixed[]|null … … 324 330 325 331 /** 332 * @return string 333 */ 334 private static function getSelfDir() 335 { 336 if (self::$selfDir === null) { 337 self::$selfDir = strtr(__DIR__, '\\', '/'); 338 } 339 340 return self::$selfDir; 341 } 342 343 /** 326 344 * @return array[] 327 345 * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}> … … 337 355 338 356 if (self::$canGetVendors) { 339 $selfDir = s trtr(__DIR__, '\\', '/');357 $selfDir = self::getSelfDir(); 340 358 foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) { 341 359 $vendorDir = strtr($vendorDir, '\\', '/'); -
smaily-for-woocommerce/trunk/vendor/composer/installed.php
r3266071 r3280952 2 2 'root' => array( 3 3 'name' => 'smaily/smaily_for_woocommerce', 4 'pretty_version' => '1.12. 2',5 'version' => '1.12. 2.0',6 'reference' => ' 46d68d2e752c6b81d077e5d387c0d2fa3210c964',4 'pretty_version' => '1.12.3', 5 'version' => '1.12.3.0', 6 'reference' => '185d0414a6e884d955e4d15b1dcbf84becc82939', 7 7 'type' => 'plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'smaily/smaily_for_woocommerce' => array( 14 'pretty_version' => '1.12. 2',15 'version' => '1.12. 2.0',16 'reference' => ' 46d68d2e752c6b81d077e5d387c0d2fa3210c964',14 'pretty_version' => '1.12.3', 15 'version' => '1.12.3.0', 16 'reference' => '185d0414a6e884d955e4d15b1dcbf84becc82939', 17 17 'type' => 'plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.