PluginProbe
Hostinger Tools / 3.0.78
Hostinger Tools v3.0.78
3.0.78 3.0.77 3.0.76 3.0.75 3.0.74 3.0.73 3.0.72 3.0.71 3.0.70 3.0.69 3.0.68 3.0.67 3.0.66 1.8.1 1.8.2 1.8.3 1.9.1 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 All 109 releases
← All changes | readme.txt +643 -95 1.9.4 → 3.0.78 View file →
@@ -1,162 +1,710 @@
1 -=== Hostinger ===
2 -Tags: onboarding, hostinger
3 -Requires at least: 5.9
4 -Tested up to: 6.4
5 -Requires PHP: 7.4
6 -Stable tag: 1.9.4
1 +=== Hostinger Tools ===
2 +Tags: hostinger, tools, maintenance, security, https
3 +Requires at least: 5.5
4 +Tested up to: 7.1
5 +Requires PHP: 8.1
6 +Stable tag: 3.0.78
7 7 License: GPLv3
8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html
9 +Simplified WordPress management. Manage site info, maintenance, security, & redirects.
9 10
10 11 == Description ==
11 12
12 -Hostinger Onboarding WordPress Plugin simplifies and speeds up the setup of WordPress websites.
13 +Hostinger Tools is an all-in-one plugin designed to streamline essential tasks for WordPress site administrators. This plugin offers a range of features to help you manage your site's information, maintenance mode, security, and redirects effectively.
13 14
15 +# **Features:**
16 +
17 +# *Basic Info*
18 +- Displays the current WordPress version with automatic update checks.
19 +- Shows the current PHP version with automatic update checks.
20 +
21 +# *Maintenance Mode*
22 +- Easily enable or disable maintenance mode for your site.
23 +- Provide a URL to bypass maintenance mode for selected users.
24 +
25 +# *Security*
26 +- Enable or disable XML-RPC requests to enhance your site's security.
27 +- Enable or disable Authorize application page to enhance your site's security.
28 +
29 +# *Redirects*
30 +- Force all URLs to use HTTPS for secure browsing.
31 +- Force all URLs to use WWW to ensure consistency in site access.
32 +
33 +# *LLMs.txt Generation*
34 +- Automatically generate a structured LLMs.txt file in Markdown format.
35 +- Include website title, description, posts, pages, and products (if WooCommerce is active).
36 +- Keep the file updated when content changes or new content is published.
37 +- Help AI-powered tools better understand and interact with your website content.
38 +
39 +Hostinger Tools is the new version of the previous Hostinger plugin, offering an updated and enhanced experience.
40 +The Onboarding assistant and the Learning section previously included in this plugin were moved to the separate plugin Hostinger Easy Onboarding.
41 +
42 +== Frequently Asked Questions ==
43 +
44 += How Do I Install the Plugin =
45 +
46 +If you set up a WordPress site on Hostinger's managed WordPress hosting account, this plugin will be automatically installed.
47 +
48 +Alternatively, you can install the plugin directly from your WordPress dashboard. Just go to **Plugins > Add New Plugins**, search for "Hostinger Tools" in the plugin repository, click Install, and then Activate.
49 +
50 += Is There a Cost Associated With Using the Hostinger Tools Plugin? =
51 +
52 +The Hostinger Tools Plugin is available for free. However, the AI Assistant features for content creation are distributed with a different plugin exclusive to our Business and Cloud hosting plans customers.
53 +
54 += Are There Any Specific Hosting Requirements for This Plugin? =
55 +
56 +The Hostinger Tools Plugin is designed to work seamlessly on any hosting platform, ensuring wide compatibility and ease of use. However, the plugin requires these minimum requirements:
57 +* PHP 8.0 or greater
58 +* MySQL 5.6 or greater
59 +
60 += Can I Access Educational Resources Outside This Plugin? =
61 +
62 +Yes, the educational resources you can find in this plugin are available on our [Hostinger Academy YouTube channel](https://www.youtube.com/@HostingerAcademy) and [Hostinger Tutorials website](https://www.hostinger.com/tutorials/wordpress).
63 +
14 64 == Installation ==
15 65
16 -= Minimum Requirements =
66 +# **Minimum Requirements**
17 67
18 -* PHP 7.4 or greater is recommended
68 +* PHP 8.0 or greater is recommended
19 69 * MySQL 5.6 or greater is recommended
20 70
21 -= Automatic installation =
71 +# **Automatic installation**
22 72
23 -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.”
73 +If you set up a WordPress site on Hostinger's managed WordPress hosting account, this plugin will be automatically installed.
24 74
25 -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.
75 +Alternatively, you can use the automatic installation from the dashboard, and WordPress will handle the file transfer - you won't need to leave your web browser. To do an automatic install of the Hostinger plugin, log in to your WordPress dashboard, navigate to the Plugins menu, and click **Add New**.
26 76
27 -= Manual installation =
77 +In the search field, type **Hostinger**, then click **Search Plugins**. Once you find us, you can view details about it, such as the point release, rating, and description. Most importantly, of course, you can install it by clicking **Install Now**, and WordPress will take it from there.
28 78
29 -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).
79 +# **Manual installation**
30 80
31 -= Updating =
81 +The 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.
32 82
83 +# **Updating**
84 +
33 85 Automatic updates should work smoothly, but we still recommend you back up your site.
34 86
35 -= Development =
87 +== Changelog ==
36 88
37 -Here's how to use the Hostinger Plugin's Asset Builder to compile your assets:
89 +3.0.78 (2026-09-22)
38 90
39 -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.
91 +- Feature: Link to llms.txt from the public site head
40 92
41 -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.
93 +3.0.77 (2026-08-25)
42 94
43 -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.
95 +- Tweak: Rename Kodee to Hostinger Agent
44 96
45 -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.
97 +3.0.76 (2026-08-20)
46 98
47 -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.
99 +- Tweak: Bump Tested Up to 7.1
100 +- Tweak: Update dependencies
48 101
49 -== Changelog ==
102 +3.0.75 (2026-08-11)
50 103
51 -1.2.0 (2023-03-22)
104 +- Feature: Update dependencies
105 +- Fix: Remove BOM from llms.txt
52 106
53 -- Updated How To videos
54 -- Added Lithuanian language translations
55 -- Updated assets
56 -- Redirect from Hostinger dashboard into plugin
107 +3.0.74 (2026-08-06)
57 108
58 -1.3.0 (2023-04-11)
109 +- Feature: Add custom application password message
59 110
60 -- Autocomplete onboarding steps
61 -- Redirect Hosting clients by segment
62 -- Hide logo upload step if theme not support
63 -- Updated How To videos
111 +3.0.73 (2026-07-29)
112 +
113 +- Fix: Security dependencies
114 +
115 +3.0.72 (2026-07-07)
116 +
117 +- Fix: Update dependencies
118 +
119 +3.0.71 (2026-07-02)
120 +
121 +- Fix: Update dependencies
122 +
123 +3.0.70 (2026-06-25)
124 +
125 +- Fix: Update dependencies
126 +
127 +3.0.69 (2026-06-23)
128 +
129 +- Fix: Update dependencies
130 +
131 +3.0.68 (2026-06-16)
132 +
133 +- Fix: Llms.txt generation from hPanel
134 +
135 +3.0.67 (2026-06-02)
136 +
137 +- Tweak: Update dependencies
138 +
139 +3.0.66 (2026-04-29)
140 +
141 +- Feature: Enable application passwords
142 +- Dev: Update Deployment Workflow Automations
143 +- Tweak: Update dependencies
144 +
145 +3.0.65 (2026-04-08)
146 +
147 +- Version bump: PATCH
148 +
149 +3.0.64 (2026-04-08)
150 +
151 +- Dev: Update Deployment Workflow Automations
152 +
153 +3.0.63 (2026-04-07)
154 +
155 +- Tweak: Update dependencies
156 +
157 +3.0.62 (2026-04-02)
158 +
159 +- Tweak: Update dependencies
160 +- Dev: Update Release automation workflow
161 +
162 +3.0.61 (2026-03-31)
163 +
164 +- Tweak: Update dependencies
165 +- Dev: Release Workflow Automation
166 +
167 +3.0.60 (2026-03-10)
168 +
169 +- Tweak: Update dependencies
170 +
171 +3.0.59 (2026-03-03)
172 +
173 +- Fix: XML RPC disable settings not working
174 +- Fix: Prevent LLMS warning when LLMS is disabled
175 +- Tweak: Bumps up required php version in readme.txt
176 +
177 +3.0.58 (2026-02-10)
178 +
179 +- Fix: Minimum php version notice
180 +
181 +3.0.57 (2026-01-06)
182 +
183 +- Tweak: Implement PHP Compat WP
184 +- Feature: Remove MCP settings
185 +- Fix: LLMS file overwrite
186 +
187 +3.0.56 (2025-12-09)
188 +
189 +- Feature: Add CTA to copy Web2Agent URL to clipboard
190 +
191 +3.0.55 (2025-12-02)
192 +
193 +- Feature: Bump up WP Tested up to Flag
194 +- Dev: Add code automation workflow
195 +- Dev: Bump up package versions
196 +
197 +3.0.54 (2025-11-20)
198 +
199 +- Feature: Update readme
200 +- Fix: Security issue
201 +
202 +3.0.53 (2025-10-09)
203 +
204 +- Feature: Learn more destination link changed in LLMS section
205 +
206 +3.0.52 (2025-09-30)
207 +
208 +- Fix: Settings route
209 +- Dev: Fix release updater
210 +- Tweak: Bump dependencies
211 +
212 +3.0.51 (2025-09-18)
213 +
214 +- Feature: Added Cli command for AI discovery features
215 +
216 +3.0.50 (2025-09-15)
217 +
218 +- Remove plugin split banner
219 +
220 +3.0.49 (2025-09-05)
221 +
222 +- Removed warnings
223 +- UI improvements
224 +- Assets optimization
225 +
226 +3.0.48 (2025-08-21)
227 +
228 +- Support for MCP optional entry in llms.txt
229 +- Add Learn More in MCP section
230 +- Generate llms.txt entries in the background
231 +
232 +3.0.47 (2025-08-08)
233 +
234 +- Add MCP choice
64 235 - Updated translations
65 -- Updated onboarding steps
66 236
67 -1.4.0 (2023-04-17)
68 -- Added new "Add product" step
69 -- Adjusted onboarding steps by website type
70 -- Updated logo upload step
71 -- Autocomplete site title step on settings change
237 +3.0.46 (2025-08-05)
72 238
73 -1.4.1 (2023-05-15)
74 -- Fix site health session warning
239 +- Fixed empty lines in llms.txt
75 240
76 -1.5.0 (2023-05-23)
77 -- Add onboarding steps autocomplete date
241 +3.0.45 (2025-07-28)
78 242
79 -1.6.0 (2023-06-08)
80 -- Add plugin update feature
243 +- Update WP helper package
81 244
82 -1.6.1 (2023-06-13)
83 -- Fixed unused assets
84 -- Fixed maintenance mode cache
245 +3.0.44 (2025-07-23)
85 246
86 -1.6.2 (2023-06-15)
87 -- Fixed maintenance mode conflicts with other plugins
247 +- Update translations
88 248
89 -1.6.3 (2023-07-11)
90 -- Add AI asistant
249 +3.0.43 (2025-07-22)
91 250
92 -1.6.4 (2023-08-08)
93 -- Add additional AI assistant buttons
251 +- Add Web2MCP feature
252 +- Fix Settings state on failure
253 +- Bump dependencies version
94 254
95 -1.6.5 (2023-08-14)
255 +3.0.42 (2025-07-03)
256 +
257 +- Menu translations
258 +
259 +3.0.41 (2025-06-19)
260 +
261 +- Update translations for ES, MX and CO
262 +
263 +3.0.40 (2025-06-17)
264 +
265 +- Added latest translations
266 +- Provide visual feedback to user when changing settings
267 +- Fixed www urls rewrite
268 +
269 +3.0.39 (2025-06-12)
270 +
271 +- Updated logic to detect 3rd Party LLMs files
272 +- Updated UI and Copy for LLMS section
273 +- Add support for WooCommerce products in LLMS.txt
274 +- Added check for main plugin class to prevent class not found issues
275 +- Update readme.txt tags
276 +
277 +3.0.38 (2025-06-09)
278 +
279 +- Tweaks the UI for PHP and WordPress version under Tools
280 +- Fallback to Site URL when no Blog Title is set in LLMS.txt
281 +- Clear cache on settings change
282 +
283 +3.0.37 (2024-05-12)
284 +
285 +- Remove unused assets
286 +- Fixed Jetpack autoloader issue
287 +- Added LLMS.txt generation functionality
288 +- Added few new Spanish locales (es_AR, es_CO, es_MX)
289 +
290 +3.0.36 (2024-04-29)
291 +
292 +- Style corrections
293 +
294 +3.0.35 (2024-04-28)
295 +
296 +- Add edit site button support for block themes
297 +
298 +3.0.34 (2024-04-10)
299 +
300 +- Add preview and site edit buttons
301 +
302 +3.0.33 (2025-04-04)
303 +
304 +- Remove hardcoded references
305 +
306 +3.0.32 (2025-03-04)
307 +
308 +- Updated compatibility
309 +
310 +3.0.31 (2025-02-24)
311 +
312 +- Fixed assets load issue
313 +
314 +3.0.30 (2025-02-24)
315 +
316 +- Enhanced WordPress application security settings
317 +
318 +3.0.29 (2025-02-21)
319 +
320 +- Update packages
321 +
322 +3.0.28 (2025-02-12)
323 +
324 +- Added correct reseller link to PHP update
325 +
326 +3.0.27 (2025-02-11)
327 +
328 +- Fixed bypass code regeneration
329 +
330 +3.0.26 (2025-02-10)
331 +
332 +- Fixed settings update
333 +
334 +3.0.25 (2025-02-10)
335 +
336 +- Added new translations
337 +
338 +3.0.24 (2025-02-10)
339 +
340 +- Fixed bypass input field visibility
341 +
342 +3.0.23 (2025-02-07)
343 +
344 +- Added ability enable or disable Authorize application page
345 +
346 +3.0.22 (2025-01-08)
347 +
348 +- Added preview website link in navbar
349 +
350 +3.0.21 (2024-12-09)
351 +
352 +- Added recommended PHP version
353 +
354 +3.0.20 (2024-12-03)
355 +
356 +- Updated packages
357 +
358 +3.0.19 (2024-11-13)
359 +
360 +- Dismiss plugin split notice after close
361 +
362 +3.0.18 (2024-11-08)
363 +
364 +- Remove unused assets
365 +- Remove flush cache duplicates
366 +
367 +3.0.17 (2024-10-24)
368 +
369 +- Updated plugin url by locale
370 +
371 +3.0.16 (2024-10-22)
372 +
373 +- Fix cache litespeed cleaning
374 +
375 +3.0.15 (2024-10-18)
376 +
377 +- Woocommerce coming soon mode cache flush
378 +
379 +3.0.14 (2024-10-11)
380 +
381 +- Add tutorial link
382 +
383 +3.0.13 (2024-10-09)
384 +
385 +- Fix `force www` row not being shown when user is not eligible to adjust it
386 +
387 +3.0.12 (2024-10-01)
388 +
389 +- Fix maintenance mode cache issue
390 +
391 +3.0.11 (2024-09-13)
392 +
393 +- Fix logo visibility
394 +
395 +3.0.10 (2024-09-11)
396 +
397 +- Update packages
398 +
399 +3.0.9 (2024-08-04)
400 +
401 +- Added conditional check for maintenance class CLI
402 +
403 +3.0.8 (2024-08-27)
404 +
405 +- Updated recommended PHP version
406 +
407 +3.0.6 (2024-07-30)
408 +
409 +- Added cli commands descriptions
410 +
411 +3.0.5 (2024-07-24)
412 +
413 +- PHP version card change
414 +- Translations
415 +
416 +3.0.4 (2024-07-09)
417 +
418 +- Vendor autoload fix
419 +
420 +3.0.3 (2024-07-02)
421 +
422 +- Added tests
423 +
424 +3.0.2 (2024-06-19)
425 +
426 +- Updated menu package
427 +
428 +3.0.1 (2024-06-06)
429 +
430 +- Added skeleton loader for UI
431 +- Removed hPanel links from admin bar menu
432 +
433 +3.0.0 (2024-05-30)
434 +
435 +- Renamed plugin to Hostinger Tools
436 +- Added check WordPress and PHP versions
437 +- Added ability to enable/disable maintenance mode and get bypass link
438 +- Added ability to enable/disable XML-RPC
439 +- Added ability to force redirects to HTTPS and WWW URLs
440 +- Moved Onboarding steps and Learning section to separate plugin Hostinger Easy Onboarding
441 +
442 +2.2.4 (2024-05-13)
443 +
444 +- Update prebuilt websites
445 +
446 +2.2.3 (2024-05-08)
447 +
448 +- Increased minimum PHP version
449 +
450 +2.2.2 (2024-04-17)
451 +
452 +- "Omnisend" authentication fix
453 +
454 +2.2.1 (2024-04-16)
455 +
456 +- Fixed loading issues
457 +
458 +2.2.0 (2024-04-15)
459 +
460 +- Compatibility fixes
461 +
462 +2.1.9 (2024-04-03)
463 +
464 +- CSAT survey improvements
465 +
466 +2.1.8 (2024-03-29)
467 +
468 +- Assets compatibility fix
469 +
470 +2.1.7 (2024-03-27)
471 +
472 +- Improved internal services
473 +- Added links to hPanel in admin bar
474 +- Fixed hpanel redirect to subdomain
475 +
476 +2.1.6 (2024-03-18)
477 +
478 +- CSS fixes
479 +
480 +2.1.5 (2024-03-16)
481 +
482 +- Fixed Namespace issues
483 +
484 +2.1.4 (2024-03-14)
485 +- Removed vendors
486 +
487 +2.1.3 (2024-03-14)
488 +
489 +- Refactored codebase
490 +
491 +2.1.2 (2024-03-13)
492 +
493 +- Removed sessions
494 +
495 +2.1.1 (2024-03-08)
496 +
497 +- Changed "Omnisend" promo appearance conditions
498 +
499 +2.1.0 (2024-03-04)
500 +
501 +- Lower WordPress version requirement
502 +- Added "Omnisend" plugin upgrade promo message
503 +
504 +2.0.9 (2024-02-20)
505 +
506 +- Astra theme compatibility
507 +- Internal services improvements
508 +
509 +2.0.8 (2024-02-14)
510 +
511 +- Fixed files loading
512 +
513 +2.0.7 (2024-02-13)
514 +
515 +- Survey adjustments
516 +
517 +2.0.6 (2024-02-09)
518 +
519 +- Added affiliate surveys
520 +- Internal services improvements
521 +
522 +2.0.5 (2024-02-06)
523 +
524 +- Added surveys
525 +
526 +2.0.4 (2024-02-02)
527 +
528 +- Added jump to hPanel
529 +- Redesign tabs section
530 +
531 +2.0.3 (2024-01-19)
532 +
533 +- Fixes
534 +- Added promotional banner
535 +
536 +2.0.2 (2024-01-19)
537 +
538 +- Updated internal services
539 +
540 +2.0.1 (2024-01-16)
541 +
542 +- Added onboarding step for affiliate plugin
543 +
544 +2.0.0 (2024-01-10)
545 +
546 +- Increased minimal WordPress version
547 +
548 +1.9.9 (2023-12-18)
549 +
550 +- Fixed assets load on subfolder installations
551 +
552 +1.9.8 (2023-12-14)
553 +
554 +- Version mismatch fix
555 +
556 +1.9.7 (2023-12-13)
557 +
558 +- Added tests, adjusted assets loading
559 +- Fixed maintenance security issue
560 +
561 +1.9.6 (2023-12-01)
562 +
563 +- Added filter for tabs / tab content
564 +
565 +1.9.5 (2023-11-27)
566 +
567 +- Hide notices in hostinger page
568 +- Remove surveys
569 +
570 +1.9.4 (2023-11-23)
571 +
572 +- Fix survey requests
573 +
574 +1.9.3 (2023-11-21)
575 +
576 +- Fixed RTL survey issues
577 +- Added survey close button
578 +
579 +1.9.2 (2023-11-19)
580 +
581 +- Fixes
582 +
583 +1.9.1 (2023-11-15)
584 +
96 585 - Add translations
97 586
98 -1.6.6 (2023-08-17)
99 -- Add additional submenu items
587 +1.9.0 (2023-11-15)
100 588
101 -1.6.7 (2023-09-08)
589 +- Fix survey transients
590 +
591 +1.8.9 (2023-11-14)
592 +
593 +- Added onboarding survey
594 +- Fix onboarding steps duplicates
595 +
596 +1.8.8 (2023-11-13)
597 +
102 598 - Bugfixes
103 -- Redirect all users from hpanel
104 -- Text changes
105 599
106 -1.7.0 (2023-09-08)
107 -- Add CSAT survey
600 +1.8.7 (2023-10-30)
108 601
109 -1.7.1 (2023-09-20)
110 -- Add additional request header
602 +- Add woocommerce onboarding survey
111 603
112 -1.7.2 (2023-09-22)
113 -- Hide notices in hostinger page
604 +1.8.6 (2023-10-23)
114 605
115 -1.8.0 (2023-09-27)
116 -- Additional amplitude events
606 +- Translations
117 607
118 -1.8.1 (2023-10-03)
119 -- Remove video iframes
608 +1.8.5 (2023-10-20)
120 609
121 -1.8.2 (2023-10-05)
122 -- Adjust CSAT survey
610 +- Text corrections
123 611
612 +1.8.4 (2023-10-20)
613 +
614 +- Added regenerate website tab
615 +- Style corrections
616 +
124 617 1.8.3 (2023-10-13)
618 +
125 619 - Add domain connection step
126 620 - Hide preview banner
127 621
128 -1.8.4 (2023-10-20)
129 -- Added regenerate website tab
130 -- Style corrections
622 +1.8.2 (2023-10-05)
131 623
132 -1.8.5 (2023-10-20)
133 -- Text corrections
624 +- Adjust CSAT survey
134 625
135 -1.8.6 (2023-10-23)
136 -- Translations
626 +1.8.1 (2023-10-03)
137 627
138 -1.8.7 (2023-10-30)
139 -- Add woocommerce onboarding survey
628 +- Remove video iframes
140 629
141 -1.8.8 (2023-11-13)
630 +1.8.0 (2023-09-27)
631 +
632 +- Additional amplitude events
633 +
634 +1.7.2 (2023-09-22)
635 +
636 +- Hide notices in hostinger page
637 +
638 +1.7.1 (2023-09-20)
639 +
640 +- Add additional request header
641 +
642 +1.7.0 (2023-09-08)
643 +
644 +- Add CSAT survey
645 +
646 +1.6.7 (2023-09-08)
647 +
142 648 - Bugfixes
649 +- Redirect all users from hpanel
650 +- Text changes
143 651
144 -1.8.9 (2023-11-14)
145 -- Added onboarding survey
146 -- Fix onboarding steps duplicates
652 +1.6.6 (2023-08-17)
147 653
148 -1.9.0 (2023-11-15)
149 -- Fix survey transients
654 +- Add additional submenu items
150 655
151 -1.9.1 (2023-11-15)
656 +1.6.5 (2023-08-14)
657 +
152 658 - Add translations
153 659
154 -1.9.2 (2023-11-19)
155 -- Fixes
660 +1.6.4 (2023-08-08)
156 661
157 -1.9.3 (2023-11-21)
158 -- Fixed RTL survey issues
159 -- Added survey close button
662 +- Add additional AI assistant buttons
160 663
161 -1.9.4 (2023-11-23)
162 -- Fix survey requests
664 +1.6.3 (2023-07-11)
665 +
666 +- Add AI asistant
667 +
668 +1.6.2 (2023-06-15)
669 +
670 +- Fixed maintenance mode conflicts with other plugins
671 +
672 +1.6.1 (2023-06-13)
673 +
674 +- Fixed unused assets
675 +- Fixed maintenance mode cache
676 +
677 +1.6.0 (2023-06-08)
678 +
679 +- Add plugin update feature
680 +
681 +1.5.0 (2023-05-23)
682 +
683 +- Add onboarding steps autocomplete date
684 +
685 +1.4.1 (2023-05-15)
686 +
687 +- Fix site health session warning
688 +
689 +1.4.0 (2023-04-17)
690 +
691 +- Added new "Add product" step
692 +- Adjusted onboarding steps by website type
693 +- Updated logo upload step
694 +- Autocomplete site title step on settings change
695 +
696 +1.3.0 (2023-04-11)
697 +
698 +- Autocomplete onboarding steps
699 +- Redirect Hosting clients by segment
700 +- Hide logo upload step if theme not support
701 +- Updated How To videos
702 +- Updated translations
703 +- Updated onboarding steps
704 +
705 +1.2.0 (2023-03-22)
706 +
707 +- Updated How To videos
708 +- Added Lithuanian language translations
709 +- Updated assets
710 +- Redirect from Hostinger dashboard into plugin