From ee4e398109ef272f7348f192434e9094fb0a2d0a Mon Sep 17 00:00:00 2001 From: Mahdi Yazdani Date: Tue, 9 Apr 2024 14:31:44 +0300 Subject: [PATCH] =?UTF-8?q?Version=201.9.4=20-=20Maintenance=20release=20?= =?UTF-8?q?=F0=9F=9A=A7=20=20(#41)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: Remove `@author` header tag * fix: Update purchase Pro version URL * fix: Reformat plugin header comments * Generated * fix: Update purchase Pro version URL * feat: Add new version changelog * feat: Bump plugin version * Update upgrade content in description * Add new PRO features to the description * style: Remove notice wrapper padding * feat: Bump WC tested version * feat: Load hooks * fix: Code tidy * fix: Typo * fix: Remove setup params * fix: Remove duplicate hooks * fix: Remove unused variable * Bump WC version * Fix line break --------- Co-authored-by: Sajedeh Gooklani --- README.md | 6 +- docs/index.html | 4 +- languages/woo-store-vacation.pot | 116 ++++++++++++------------- readme.txt | 25 +++--- src/Admin/Menu.php | 2 - src/Ajax/Ajax.php | 2 - src/Ajax/OnBoarding.php | 2 - src/Ajax/Rate.php | 2 - src/Ajax/Rated.php | 2 - src/Assets.php | 2 - src/Compatibility/WooCommerce.php | 2 - src/Enhancements/Docs.php | 2 - src/Enhancements/Meta.php | 46 +++++----- src/Enhancements/Notices.php | 2 - src/Enhancements/OnBoarding.php | 2 - src/Enhancements/Rate.php | 2 - src/Enhancements/Upsell.php | 2 - src/File.php | 2 - src/Helper/Links.php | 4 +- src/Helper/Settings.php | 2 - src/I18n.php | 2 - src/Installer.php | 2 - src/Integration/Elementor/Register.php | 2 - src/Integration/Elementor/Widget.php | 2 - src/Plugin.php | 26 ++++-- src/PluginServiceProvider.php | 2 - src/Settings/Options.php | 2 - src/Settings/Register.php | 2 - src/Settings/Sections/Conditions.php | 2 - src/Settings/Sections/General.php | 2 - src/Settings/Sections/Section.php | 2 - src/Settings/Settings.php | 2 - src/Shortcode/Notice.php | 5 +- src/Shortcode/Shortcode.php | 2 - src/TemplateManager.php | 2 - src/Util/Choices.php | 2 - src/Util/DateTime.php | 2 - src/Util/Resolutions.php | 2 - src/WooCommerce/Vacation.php | 2 - uninstall.php | 4 - woo-store-vacation.php | 35 ++++---- 41 files changed, 141 insertions(+), 192 deletions(-) diff --git a/README.md b/README.md index e763afd..ef26ef0 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ A WordPress plugin that allows you to put your WooCommerce store on vacation mode by disabling the checkout process, displaying a custom message to visitors, and more. -[![Woo Store Vacation Downloads](https://img.shields.io/wordpress/plugin/dt/woo-store-vacation.svg)](https://wordpress.org/plugins/woo-store-vacation) [![Woo Store Vacation Active Installs](https://img.shields.io/wordpress/plugin/installs/woo-store-vacation.svg)](https://wordpress.org/plugins/woo-store-vacation) [![Woo Store Vacation Ratings](https://img.shields.io/wordpress/plugin/r/woo-store-vacation.svg)](https://wordpress.org/plugins/woo-store-vacation) [![Woo Store Vacation Tested](https://img.shields.io/wordpress/plugin/tested/woo-store-vacation.svg)](https://wordpress.org/plugins/woo-store-vacation) [![Woo Store Vacation Version](https://img.shields.io/wordpress/plugin/v/woo-store-vacation.svg)](https://wordpress.org/plugins/woo-store-vacation) [![Woo Store Vacation License](https://img.shields.io/github/license/mypreview/woo-store-vacation)](https://wordpress.org/plugins/woo-store-vacation) [![Upgrade to premium version to unlock more features](https://img.shields.io/badge/💰-Upgrade%20to%20PRO-%23fedd04)](https://mypreview.one/woo-store-vacation) +[![Woo Store Vacation Downloads](https://img.shields.io/wordpress/plugin/dt/woo-store-vacation.svg)](https://wordpress.org/plugins/woo-store-vacation) [![Woo Store Vacation Active Installs](https://img.shields.io/wordpress/plugin/installs/woo-store-vacation.svg)](https://wordpress.org/plugins/woo-store-vacation) [![Woo Store Vacation Ratings](https://img.shields.io/wordpress/plugin/r/woo-store-vacation.svg)](https://wordpress.org/plugins/woo-store-vacation) [![Woo Store Vacation Tested](https://img.shields.io/wordpress/plugin/tested/woo-store-vacation.svg)](https://wordpress.org/plugins/woo-store-vacation) [![Woo Store Vacation Version](https://img.shields.io/wordpress/plugin/v/woo-store-vacation.svg)](https://wordpress.org/plugins/woo-store-vacation) [![Woo Store Vacation License](https://img.shields.io/github/license/mypreview/woo-store-vacation)](https://wordpress.org/plugins/woo-store-vacation) [![Upgrade to premium version to unlock more features](https://img.shields.io/badge/💰-Upgrade%20to%20PRO-%23fedd04)](https://woo.com/products/store-vacation) -[![Woo Store Vacation](https://ps.w.org/woo-store-vacation/assets/banner-1544x500.jpg)](https://mypreview.one/woo-store-vacation) +[![Woo Store Vacation](https://ps.w.org/woo-store-vacation/assets/banner-1544x500.jpg)](https://woo.com/products/store-vacation) > ⚠️ If you are not a developer, we recommend using the official [plugin post page](https://wordpress.org/plugins/woo-store-vacation "Download Woo Store Vacation plugin") on wordpress.org for this plugin. @@ -79,4 +79,4 @@ We kindly appreciate your support! If you find this plugin helpful, we would be ## Go premium 💰 -We are excited to offer you the premium (paid) version of the plugin! Unlock advanced features and enhanced functionality by upgrading to PRO. Take your experience to the next level. [Click here](https://mypreview.one/woo-store-vacation) to Upgrade to PRO and enjoy the additional benefits. +We are excited to offer you the premium (paid) version of the plugin! Unlock advanced features and enhanced functionality by upgrading to PRO. Take your experience to the next level. [Click here](https://woo.com/products/store-vacation) to Upgrade to PRO and enjoy the additional benefits. diff --git a/docs/index.html b/docs/index.html index d9dd3cf..6d3f6cf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -619,7 +619,7 @@

woo_store_vacation_vacation_mode

- +
Woo Store Vacation plugin Plams icon

Get PRO →

@@ -740,7 +740,7 @@

woo_store_vacation_vacation_mode