=== Hostinger ===
Tags: onboarding, hostinger
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 1.9.4
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

== Description ==

Hostinger Onboarding WordPress Plugin simplifies and speeds up the setup of WordPress websites.

== Installation ==

= Minimum Requirements =

* PHP 7.4 or greater is recommended
* MySQL 5.6 or greater is recommended

= Automatic installation =

Automatic installation is the easiest option -- WordPress will handle the file transfer, and you wonâ€™t need to leave your web browser. To do an automatic install of Hostinger plugin, log in to your WordPress dashboard, navigate to the Plugins menu, and click â€œAdd New.â€

In the search field type â€œHostinger,â€ then click â€œSearch Plugins.â€ Once youâ€™ve found us,  you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by! Click â€œInstall Now,â€ and WordPress will take it from there.

= Manual installation =

Manual installation method requires downloading the Hostinger plugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains [instructions on how to do this here](https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation).

= Updating =

Automatic updates should work smoothly, but we still recommend you back up your site.

= Development =

Here's how to use the Hostinger Plugin's Asset Builder to compile your assets:

Installation: Start by navigating to your project's root directory in your command line interface. Run npm install to install all the necessary project dependencies.

Configuration: Make sure your project's "scripts" section in your package.json file includes the necessary commands for asset compilation. As shown in your example, these commands define how assets are processed during development and production phases.

Development Mode: Execute "npm run dev" or "npm run development" to initiate the development environment. This command will use Node.js and Webpack to build your assets while displaying progress.

Production Mode: When you're ready to launch your project, run "npm run prod" or "npm run production" to build assets optimized for production, again utilizing Node.js and Webpack.

Watching for Changes: During development, you can use "npm run watch" to continuously monitor your assets and rebuild them when changes are detected. This command is invaluable for real-time asset management.

== Changelog ==

1.2.0 (2023-03-22)

- Updated How To videos
- Added Lithuanian language translations
- Updated assets
- Redirect from Hostinger dashboard into plugin

1.3.0 (2023-04-11)

- Autocomplete onboarding steps
- Redirect Hosting clients by segment
- Hide logo upload step if theme not support
- Updated How To videos
- Updated translations
- Updated onboarding steps

1.4.0 (2023-04-17)
- Added new "Add product" step
- Adjusted onboarding steps by website type
- Updated logo upload step
- Autocomplete site title step on settings change

1.4.1 (2023-05-15)
- Fix site health session warning

1.5.0 (2023-05-23)
- Add onboarding steps autocomplete date

1.6.0 (2023-06-08)
- Add plugin update feature

1.6.1 (2023-06-13)
- Fixed unused assets
- Fixed maintenance mode cache

1.6.2 (2023-06-15)
- Fixed maintenance mode conflicts with other plugins

1.6.3 (2023-07-11)
- Add AI asistant

1.6.4 (2023-08-08)
- Add additional AI assistant buttons

1.6.5 (2023-08-14)
- Add translations

1.6.6 (2023-08-17)
- Add additional submenu items

1.6.7 (2023-09-08)
- Bugfixes
- Redirect all users from hpanel
- Text changes

1.7.0 (2023-09-08)
- Add CSAT survey

1.7.1 (2023-09-20)
- Add additional request header

1.7.2 (2023-09-22)
- Hide notices in hostinger page

1.8.0 (2023-09-27)
- Additional amplitude events

1.8.1 (2023-10-03)
- Remove video iframes

1.8.2 (2023-10-05)
- Adjust CSAT survey

1.8.3 (2023-10-13)
- Add domain connection step
- Hide preview banner

1.8.4 (2023-10-20)
- Added regenerate website tab
- Style corrections

1.8.5 (2023-10-20)
- Text corrections

1.8.6 (2023-10-23)
- Translations

1.8.7 (2023-10-30)
- Add woocommerce onboarding survey

1.8.8 (2023-11-13)
- Bugfixes

1.8.9 (2023-11-14)
- Added onboarding survey
- Fix onboarding steps duplicates

1.9.0 (2023-11-15)
- Fix survey transients

1.9.1 (2023-11-15)
- Add translations

1.9.2 (2023-11-19)
- Fixes

1.9.3 (2023-11-21)
- Fixed RTL survey issues
- Added survey close button

1.9.4 (2023-11-23)
- Fix survey requests
