Changeset 3224120
- Timestamp:
- 01/17/2025 10:55:40 AM (14 months ago)
- Location:
- woocommerce-shipping
- Files:
-
- 14 edited
- 1 copied
-
tags/1.3.4 (copied) (copied from woocommerce-shipping/trunk)
-
tags/1.3.4/changelog.txt (modified) (1 diff)
-
tags/1.3.4/languages/woocommerce-shipping.pot (modified) (3 diffs)
-
tags/1.3.4/readme.txt (modified) (2 diffs)
-
tags/1.3.4/src/Loader.php (modified) (1 diff)
-
tags/1.3.4/src/Onboarding/SettingsPage.php (modified) (3 diffs)
-
tags/1.3.4/vendor/composer/installed.php (modified) (2 diffs)
-
tags/1.3.4/woocommerce-shipping.php (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/languages/woocommerce-shipping.pot (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Loader.php (modified) (1 diff)
-
trunk/src/Onboarding/SettingsPage.php (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/woocommerce-shipping.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-shipping/tags/1.3.4/changelog.txt
r3223116 r3224120 1 1 *** WooCommerce Shipping Changelog *** 2 3 = 1.3.4 - 2025-01-17 = 4 * Fix - Fatal error on settings page for new installs. 2 5 3 6 = 1.3.3 - 2025-01-15 = -
woocommerce-shipping/tags/1.3.4/languages/woocommerce-shipping.pot
r3223116 r3224120 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce Shipping 1.3. 3\n"5 "Project-Id-Version: WooCommerce Shipping 1.3.4\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-shipping\n" 7 7 "Last-Translator: \n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-01-1 5T18:23:50+00:00\n"12 "POT-Creation-Date: 2025-01-17T10:54:44+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 6.0\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: woocommerce-shipping\n" 16 16 17 17 #. Plugin Name of the plugin 18 #: woocommerce-shipping.php 18 19 #: classes/class-wc-connect-privacy.php:34 19 20 #: classes/class-wc-connect-settings-pages.php:93 … … 22 23 23 24 #. Plugin URI of the plugin 25 #: woocommerce-shipping.php 24 26 msgid "https://woocommerce.com/products/shipping/" 25 27 msgstr "" 26 28 27 29 #. Description of the plugin 30 #: woocommerce-shipping.php 28 31 msgid "Save time and money with WooCommerce Shipping. Print discounted shipping labels with just a few clicks from your WooCommerce dashboard." 29 32 msgstr "" 30 33 31 34 #. Author of the plugin 35 #: woocommerce-shipping.php 32 36 msgid "WooCommerce" 33 37 msgstr "" 34 38 35 39 #. Author URI of the plugin 40 #: woocommerce-shipping.php 36 41 msgid "https://woocommerce.com/" 37 42 msgstr "" -
woocommerce-shipping/tags/1.3.4/readme.txt
r3223116 r3224120 8 8 WC requires at least: 9.3 9 9 WC tested up to: 9.5 10 Stable tag: 1.3. 310 Stable tag: 1.3.4 11 11 License: GPLv2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 129 129 == Changelog == 130 130 131 = 1.3.4 - 2025-01-17 = 132 * Fix - Fatal error on settings page for new installs. 133 131 134 = 1.3.3 - 2025-01-15 = 132 135 * Add - New API endpoint to check if the order is eligible for shipping label creation. -
woocommerce-shipping/tags/1.3.4/src/Loader.php
r3223116 r3224120 812 812 public function init_onboarding_dependencies() { 813 813 // Register settings page with basic onboarding instructions. 814 $settings_page = new SettingsPage( $this->service_settings_store, $this-> get_shipping_label());814 $settings_page = new SettingsPage( $this->service_settings_store, $this->view_service ); 815 815 $settings_page->register_hooks(); 816 816 -
woocommerce-shipping/tags/1.3.4/src/Onboarding/SettingsPage.php
r3139300 r3224120 15 15 use Automattic\WCShipping\Connect\WC_Connect_Settings_Pages; 16 16 use Automattic\WCShipping\DOM\Manipulation as DOM_Manipulation; 17 use Automattic\WCShipping\LabelPurchase\View ;17 use Automattic\WCShipping\LabelPurchase\ViewService; 18 18 19 19 /** … … 32 32 * View service that combines a lot of internal dependencies. 33 33 * 34 * @var View 34 * @var ViewService 35 35 */ 36 36 protected $view_service; … … 40 40 * 41 41 * @param WC_Connect_Service_Settings_Store $service_settings_store WC Shipping setting store. 42 * @param View $view_service View service that combines a lot of internal dependencies.42 * @param ViewService $view_service View service that combines a lot of internal dependencies. 43 43 * @return void 44 44 */ 45 public function __construct( WC_Connect_Service_Settings_Store $service_settings_store, View $view_service ) {45 public function __construct( WC_Connect_Service_Settings_Store $service_settings_store, ViewService $view_service ) { 46 46 $this->service_settings_store = $service_settings_store; 47 47 $this->view_service = $view_service; -
woocommerce-shipping/tags/1.3.4/vendor/composer/installed.php
r3223116 r3224120 4 4 'pretty_version' => 'dev-trunk', 5 5 'version' => 'dev-trunk', 6 'reference' => ' f58880f735dff8e1a9cd59ac780d55306869f75f',6 'reference' => '430498b653377c57ea05fbde2490f6f09bb8c707', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 104 104 'pretty_version' => 'dev-trunk', 105 105 'version' => 'dev-trunk', 106 'reference' => ' f58880f735dff8e1a9cd59ac780d55306869f75f',106 'reference' => '430498b653377c57ea05fbde2490f6f09bb8c707', 107 107 'type' => 'library', 108 108 'install_path' => __DIR__ . '/../../', -
woocommerce-shipping/tags/1.3.4/woocommerce-shipping.php
r3223116 r3224120 8 8 * Text Domain: woocommerce-shipping 9 9 * Domain Path: /languages/ 10 * Version: 1.3. 310 * Version: 1.3.4 11 11 * Requires Plugins: woocommerce 12 12 * Requires PHP: 7.4 … … 40 40 } 41 41 42 define( 'WCSHIPPING_VERSION', '1.3. 3' ); // WRCS: DEFINED_VERSION.42 define( 'WCSHIPPING_VERSION', '1.3.4' ); // WRCS: DEFINED_VERSION. 43 43 define( 'WCSHIPPING_PLUGIN_FILE', __FILE__ ); 44 44 define( 'WCSHIPPING_PLUGIN_DIR', __DIR__ ); -
woocommerce-shipping/trunk/changelog.txt
r3223116 r3224120 1 1 *** WooCommerce Shipping Changelog *** 2 3 = 1.3.4 - 2025-01-17 = 4 * Fix - Fatal error on settings page for new installs. 2 5 3 6 = 1.3.3 - 2025-01-15 = -
woocommerce-shipping/trunk/languages/woocommerce-shipping.pot
r3223116 r3224120 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce Shipping 1.3. 3\n"5 "Project-Id-Version: WooCommerce Shipping 1.3.4\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-shipping\n" 7 7 "Last-Translator: \n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-01-1 5T18:23:50+00:00\n"12 "POT-Creation-Date: 2025-01-17T10:54:44+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 6.0\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: woocommerce-shipping\n" 16 16 17 17 #. Plugin Name of the plugin 18 #: woocommerce-shipping.php 18 19 #: classes/class-wc-connect-privacy.php:34 19 20 #: classes/class-wc-connect-settings-pages.php:93 … … 22 23 23 24 #. Plugin URI of the plugin 25 #: woocommerce-shipping.php 24 26 msgid "https://woocommerce.com/products/shipping/" 25 27 msgstr "" 26 28 27 29 #. Description of the plugin 30 #: woocommerce-shipping.php 28 31 msgid "Save time and money with WooCommerce Shipping. Print discounted shipping labels with just a few clicks from your WooCommerce dashboard." 29 32 msgstr "" 30 33 31 34 #. Author of the plugin 35 #: woocommerce-shipping.php 32 36 msgid "WooCommerce" 33 37 msgstr "" 34 38 35 39 #. Author URI of the plugin 40 #: woocommerce-shipping.php 36 41 msgid "https://woocommerce.com/" 37 42 msgstr "" -
woocommerce-shipping/trunk/readme.txt
r3223116 r3224120 8 8 WC requires at least: 9.3 9 9 WC tested up to: 9.5 10 Stable tag: 1.3. 310 Stable tag: 1.3.4 11 11 License: GPLv2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 129 129 == Changelog == 130 130 131 = 1.3.4 - 2025-01-17 = 132 * Fix - Fatal error on settings page for new installs. 133 131 134 = 1.3.3 - 2025-01-15 = 132 135 * Add - New API endpoint to check if the order is eligible for shipping label creation. -
woocommerce-shipping/trunk/src/Loader.php
r3223116 r3224120 812 812 public function init_onboarding_dependencies() { 813 813 // Register settings page with basic onboarding instructions. 814 $settings_page = new SettingsPage( $this->service_settings_store, $this-> get_shipping_label());814 $settings_page = new SettingsPage( $this->service_settings_store, $this->view_service ); 815 815 $settings_page->register_hooks(); 816 816 -
woocommerce-shipping/trunk/src/Onboarding/SettingsPage.php
r3139300 r3224120 15 15 use Automattic\WCShipping\Connect\WC_Connect_Settings_Pages; 16 16 use Automattic\WCShipping\DOM\Manipulation as DOM_Manipulation; 17 use Automattic\WCShipping\LabelPurchase\View ;17 use Automattic\WCShipping\LabelPurchase\ViewService; 18 18 19 19 /** … … 32 32 * View service that combines a lot of internal dependencies. 33 33 * 34 * @var View 34 * @var ViewService 35 35 */ 36 36 protected $view_service; … … 40 40 * 41 41 * @param WC_Connect_Service_Settings_Store $service_settings_store WC Shipping setting store. 42 * @param View $view_service View service that combines a lot of internal dependencies.42 * @param ViewService $view_service View service that combines a lot of internal dependencies. 43 43 * @return void 44 44 */ 45 public function __construct( WC_Connect_Service_Settings_Store $service_settings_store, View $view_service ) {45 public function __construct( WC_Connect_Service_Settings_Store $service_settings_store, ViewService $view_service ) { 46 46 $this->service_settings_store = $service_settings_store; 47 47 $this->view_service = $view_service; -
woocommerce-shipping/trunk/vendor/composer/installed.php
r3223116 r3224120 4 4 'pretty_version' => 'dev-trunk', 5 5 'version' => 'dev-trunk', 6 'reference' => ' f58880f735dff8e1a9cd59ac780d55306869f75f',6 'reference' => '430498b653377c57ea05fbde2490f6f09bb8c707', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 104 104 'pretty_version' => 'dev-trunk', 105 105 'version' => 'dev-trunk', 106 'reference' => ' f58880f735dff8e1a9cd59ac780d55306869f75f',106 'reference' => '430498b653377c57ea05fbde2490f6f09bb8c707', 107 107 'type' => 'library', 108 108 'install_path' => __DIR__ . '/../../', -
woocommerce-shipping/trunk/woocommerce-shipping.php
r3223116 r3224120 8 8 * Text Domain: woocommerce-shipping 9 9 * Domain Path: /languages/ 10 * Version: 1.3. 310 * Version: 1.3.4 11 11 * Requires Plugins: woocommerce 12 12 * Requires PHP: 7.4 … … 40 40 } 41 41 42 define( 'WCSHIPPING_VERSION', '1.3. 3' ); // WRCS: DEFINED_VERSION.42 define( 'WCSHIPPING_VERSION', '1.3.4' ); // WRCS: DEFINED_VERSION. 43 43 define( 'WCSHIPPING_PLUGIN_FILE', __FILE__ ); 44 44 define( 'WCSHIPPING_PLUGIN_DIR', __DIR__ );
Note: See TracChangeset
for help on using the changeset viewer.