Title: Blaminhor Essentials – All-in-One: SEO, Cache, SMTP &amp; More
Author: blaminhor
Published: <strong>23 sausio, 2026</strong>
Last modified: 7 birželio, 2026

---

Ieškoti įskiepiuose

![](https://ps.w.org/blaminhor-essentials/assets/icon-256x256.png?rev=3445615)

# Blaminhor Essentials – All-in-One: SEO, Cache, SMTP & More

 Autorius [blaminhor](https://profiles.wordpress.org/blaminhor/)

[Parsisiųsti](https://downloads.wordpress.org/plugin/blaminhor-essentials.2.3.2.zip)

 * [Informacija](https://lt.wordpress.org/plugins/blaminhor-essentials/#description)
 * [Atsiliepimai](https://lt.wordpress.org/plugins/blaminhor-essentials/#reviews)
 *  [Diegimas](https://lt.wordpress.org/plugins/blaminhor-essentials/#installation)
 * [Kūrimas](https://lt.wordpress.org/plugins/blaminhor-essentials/#developers)

 [Pagalba](https://wordpress.org/support/plugin/blaminhor-essentials/)

## Aprašymas

**One plugin to replace twenty. Free forever.**

I was tired of my WordPress installs looking like a graveyard of single-purpose 
plugins — one for SEO, one for cache, one for SMTP, one for redirects, one for backups.
Each one with its own dashboard, its own upsell banners, its own freemium dance.
So I built Blaminhor Essentials.

**Why this plugin exists:**

 * **Every WordPress essential under one roof.** SEO, cache, SMTP, backup, cookie
   banner, contact forms, anti-spam, redirections, broken links, duplicator, database
   optimizer, domain changer, fatal error recovery, favicon, HTTPS redirect, hide
   login, image sizes, maintenance mode, mute core emails, post types order, user
   role editor, classic editor, disable comments. Switch on what you use today; 
   the rest stays out of your way until the day you need it.
 * **No tax for what you don’t use.** Each module is independent: an inactive one
   loads no PHP, registers no hooks, enqueues no assets, runs no queries. You’re
   only paying — in memory and milliseconds — for the features you actually turned
   on.
 * **Replaces what you already have.** SEO, cache, SMTP, backup, cookie banner, 
   redirections, duplicator, user role editor, and a dozen more — the kind of dedicated
   plugins you’ve stacked one by one over the years, now in a single coherent toolkit.
   Built-in importers for Yoast, Rank Math, All in One SEO, WP Mail SMTP, Post SMTP,
   Easy WP SMTP, Redirection, and Safe Redirect Manager — your existing data comes
   with you.
 * **Free.** All features above are free. No tracking, no telemetry.
 * **Translated in 11 languages.** English, French, German, Spanish, Italian, Portuguese(
   Brazil), Japanese, Russian, Turkish, Dutch, Indonesian.
 * **You can email me anytime.** `hi+wp@blaminhor.com`

**Available Features — 23 modules:**

#### Performance

 * **Cache & Performance** — Page cache, asset optimization and lazy load, plus 
   a Web Vitals dashboard and an auto-pilot that benchmarks each speed option on
   your own pages.

#### SEO & Links

 * **SEO/GEO** — Meta titles and descriptions with SERP preview, XML sitemaps, per-
   type indexing control, and one-click import from Yoast, Rank Math or All in One
   SEO.
 * **Redirections 301** — Simple or regex 301 redirects with hit counters, slug-
   change detection, and CSV / plugin import (Redirection, Safe Redirect Manager).
 * **Broken Links** — Scan posts, pages and custom post types for dead internal 
   and external links, with live results and one-click fixes.

#### Emails

 * **SMTP Mailer** — Reliable delivery through 12+ providers (Brevo, SendGrid, Mailgun,
   AWS SES…) with automatic relay fallback, logging, and import from WP Mail SMTP,
   Post SMTP or Easy WP SMTP.
 * **Mute Core Emails** — Silence WordPress automatic notifications (updates, new
   users, password changes, comments) individually.

#### Security & Maintenance

 * **Cookie Banner** — Self-hosted consent banner that blocks tracking scripts and
   embeds until visitors agree, with GDPR/CCPA/LGPD presets, Consent Mode v2, and
   a 13-month consent log.
 * **Anti-Spam Honeypot** — Block spam bots on the comment, login, registration 
   and password forms with a hidden trap — no CAPTCHA, no external service.
 * **Hide Login Page** — Replace wp-login.php with a custom URL and block bots probing
   the default login.
 * **HTTPS Redirect** — Force HTTPS site-wide with optional mixed-content fixing
   and an HSTS header.
 * **Fatal Error Recovery** — Recover a crashed site from a secret URL by disabling
   the culprit plugin, with no FTP access.
 * **Maintenance** — Show a Coming Soon (200) or Maintenance (503) page, with role
   and IP whitelisting.
 * **User Role Editor** — Create, clone and edit roles and capabilities, with per-
   user overrides and JSON import/export.

#### Database & Migration

 * **Backup & Restore** — Scheduled backups of files and database as separate archives,
   with a safety backup and one-click undo before every restore.
 * **Database Optimizer** — Clean revisions, transients, spam and orphaned data 
   on a schedule, with an at-a-glance size and overhead overview.
 * **Domain Changer** — Change your site domain and update every database reference,
   including serialized data, in one click.

#### Content & Media

 * **Forms** (Beta) — Accessible drag-and-drop contact forms with entries stored
   in the database, no-CAPTCHA spam protection, and GDPR controls.
 * **Content Duplicator** — Clone any post, page or custom post type with all fields,
   taxonomies and child posts; supports every major page builder.
 * **Classic Editor & Widgets** — Restore the classic editor and/or the classic 
   widgets screen, independently.
 * **Image Sizes** — Disable unused thumbnail sizes, register custom ones, and regenerate
   existing images.
 * **Favicon Generator** — Generate every favicon format (PNG, Apple Touch, Android,
   Windows tiles) from a single square image.
 * **Post Types Order** — Reorder posts, pages, custom post types and taxonomies
   with drag and drop.
 * **Disable Comments** — Remove the comment system site-wide and hide it from the
   admin, reversibly.

### WP-CLI Commands

Every module is fully configurable from the command line through the `wp blaminhor...`
namespace — useful for scripts, CI/CD, fixtures, and AI assistants like Claude Code
or Cursor. The CLI delegates to the same validation pipeline as the admin UI, so
settings stay consistent.

Discover the full command tree:

    ```
    wp help blaminhor
    wp help blaminhor <subcommand>
    ```

Lifecycle:

    ```
    wp blaminhor info
    wp blaminhor modules list [--active-only|--inactive-only] [--category=<slug>]
    wp blaminhor modules activate <module-id>
    wp blaminhor modules deactivate <module-id> [--yes]
    ```

A few examples per module (full reference: see the bundled `llms.txt`):

 * SMTP: `wp blaminhor smtp add-relay --name=Gmail --host=smtp.gmail.com --port=
   587 --encryption=tls --from-email=hello@example.com`, `wp blaminhor smtp test--
   to=admin@example.com`
 * Redirections: `wp blaminhor redirections add --source=/old --target=/new`, `wp
   blaminhor redirections list --search=/blog`
 * SEO/GEO: `wp blaminhor seo set --sitemap-enabled=true --ai-block-chatgpt=true`,`
   wp blaminhor seo list-urls`
 * Maintenance: `wp blaminhor maintenance enable --headline="Be right back"`, `wp
   blaminhor maintenance disable`
 * HTTPS Redirect: `wp blaminhor https-redirect enable --hsts=true`
 * Database Optimizer: `wp blaminhor db-optimizer scan`, `wp blaminhor db-optimizer
   clean --tasks=revisions,spam_comments`
 * Cache: `wp blaminhor cache purge`, `wp blaminhor cache status`
 * Backup: `wp blaminhor backup list`, `wp blaminhor backup delete <prefix> --yes`

All listing commands accept `--format=table|json|csv|yaml|count|ids` for scripting.
Mutating commands require `--user=<admin-login>` for the capability check. Sensitive
values (SMTP passwords, recovery keys) are never printed in cleartext.

The Backup module exposes `list` and `delete` only — creating and restoring a backup
remain admin-only, where the stepped AJAX flow avoids PHP timeouts and the pre-restore
safety net runs.

### Privacy Policy

Blaminhor Essentials does not collect any personal data. The SMTP Mailer feature
stores email metadata locally if logging is enabled, but this data stays on your
server.

### Third Party Services

This plugin allows you to optionally configure connections to external SMTP services
for email delivery. **No data is sent to any external service unless you explicitly
configure an SMTP relay.**

When you configure the SMTP Mailer module, your emails will be sent through the 
service you choose. The following services have preset configurations available:
Gmail, Microsoft Outlook/Office 365, Brevo (formerly Sendinblue), SendGrid, Mailgun,
Amazon SES, Postmark, Elastic Email, SparkPost, Mailjet, SMTP2GO, Zoho Mail.

You can also configure any other SMTP server using the „Other” option. Please review
the privacy policy of any third-party service you choose to use.

### Support

For support or feedback, email me at **hi+wp@blaminhor.com** or visit **[https://wp.blaminhor.com/](https://wp.blaminhor.com/)**.

## Ekrano nuotraukos

 * [[
 * Modular dashboard – Enable only the modules you need, organised by category with
   instant activation.
 * [[
 * Cache & Performance – Overview of your whole cache stack, with an auto-pilot 
   that tests each speed option on your real pages.
 * [[
 * SEO/GEO – Manage meta titles and descriptions for all your content from one place,
   with at-a-glance optimisation status.
 * [[
 * SMTP Mailer – Send through several relays with automatic fallback when one provider
   fails.
 * [[
 * Backup & Restore – Choose exactly what to back up: database, plugins, themes 
   and uploads.
 * [[
 * Database Optimizer – See your database size and overhead, then clean and optimise
   in one click.
 * [[
 * Fatal Error Recovery – Recover a crashed site from a secret recovery URL, with
   no FTP access.
 * [[
 * Image Sizes – Review every registered thumbnail size and disable the ones you
   do not use.
 * [[
 * User Role Editor – Edit capabilities per role, search, and add or clone roles.
 * [[
 * Cookie Banner – GDPR consent banner with jurisdiction presets, layout and appearance
   controls.

## Diegimas

 1. Upload the `blaminhor-essentials` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to „Blaminhor Essentials” in the admin menu.
 4. Turn on the features you need.

## DUK

### Will activating all features slow down my site?

No. Each module only loads its code when activated. Disabled modules have zero impact
on performance — no PHP loaded, no hooks registered, no queries run.

### Is it really free? Is there a Pro version?

Yes, it’s genuinely free. Every module and every feature is included — no locked„
Pro” tier, no trial that expires, no ads in your dashboard. I don’t track you and
I don’t sell your data. If it saves you time, a kind review is all I ask.

### What are the requirements?

WordPress 6.2 or newer and PHP 8.1 or newer. It runs fine on standard shared hosting:
heavy jobs like backups and link scans are processed in small batches to avoid timeouts,
and no background service or special server access is required.

### Can I replace multiple plugins with this one?

Yes, that’s the main goal. Blaminhor Essentials can replace Redirection, Yoast/Rank
Math, WP Mail SMTP, UpdraftPlus, Duplicate Post, User Role Editor, and many others.

### Will it conflict with my existing SEO, cache or SMTP plugin?

Every module is off by default and independent, so installing the plugin changes
nothing until you switch something on. The one thing to avoid is running two plugins
that do the same job — two SEO plugins, or two page caches — since they can clash.
The clean path is to import your data into the matching module, then deactivate 
the old plugin.

### How do I migrate my data from other plugins?

Several modules include import features, so you don’t lose your existing setup:
–**
SEO**: Import titles, descriptions and keywords from Yoast SEO, Rank Math or All
in One SEO. – **SMTP**: Import from WP Mail SMTP, Post SMTP or Easy WP SMTP. – **
Redirections**: Import from the Redirection plugin, Safe Redirect Manager or a CSV
file.

### Does the plugin send my data to external servers?

No. Everything runs on your own server by default — no telemetry, no usage tracking.
The only data that ever leaves your site is what you set up yourself: the SMTP module
sends your emails through the relay you choose, and the Cache module can run a Google
PageSpeed audit when you click the button. Nothing else.

### What happens to my settings if I deactivate or uninstall the plugin?

Your data is safe by default. Deactivating keeps every setting untouched, so you
can switch the plugin back on right where you left off. Even deleting the plugin
removes nothing unless you first turn on the „Delete all data on uninstall” option—
and your posts, pages and media are never touched either way. If you do opt in, 
uninstalling cleans up the plugin’s own options, tables and files so nothing is 
left behind.

### If I turn off a module, do I lose its data?

No. Turning a module off only stops it from running — your redirects, SEO meta, 
form entries and settings are all kept, so you can switch it back on later exactly
as it was. Data is only removed if you delete the whole plugin with the „Delete 
all data on uninstall” option enabled.

### Can I back up my entire site?

Yes. The Backup module creates separate archives for database, plugins, themes and
uploads. You can schedule automatic backups (daily, weekly, monthly) and set retention
limits.

### What happens if a backup restore goes wrong?

The plugin automatically creates a safety backup before any restore. If something
goes wrong, you can undo it with one click.

### Does the SMTP module support multiple providers?

Yes. You can configure multiple relays with automatic fallback. If the primary one
fails, it tries the next in your list.

### Can I duplicate Elementor/Divi pages?

Yes. The Content Duplicator fully supports all major page builders, including Elementor,
Divi, Beaver Builder, Brizy and Oxygen.

### Can I control which user roles can access certain features?

Yes. For example, the Post Types Order module lets you choose which roles can reorder
content (Administrator, Editor or Author), and the User Role Editor gives you fine-
grained control over every capability.

### What if my site crashes after a plugin update?

The Fatal Error Recovery module detects PHP fatal errors and gives you a secret 
recovery URL to deactivate the problematic plugin — no FTP access needed.

### What languages is the plugin available in?

Eleven. English, French, German, Spanish, Italian, Brazilian Portuguese, Japanese,
Russian and Turkish are fully translated; Dutch and Indonesian are partially translated,
with anything untranslated falling back to English.

### Does the plugin work with multisite?

Most modules work on each individual site of a multisite network. Backups (Backup,
Domain Changer, Database Optimizer) are stored in a separate folder per site, so
they stay fully isolated. Network-wide administration from the main site isn’t supported
yet.

### How can I get support?

Email me at hi+wp@blaminhor.com or visit [wp.blaminhor.com](https://wp.blaminhor.com/).
You can also use the feedback form on the plugin dashboard.

## Atsiliepimai

![](https://secure.gravatar.com/avatar/e507f4fcf7872e9ecdda99c354a1c2e8cadd6507dcc347d0dfdbd0a24b5a8681?
s=60&d=retro&r=g)

### 󠀁[Effet wouahhhhhh](https://wordpress.org/support/topic/effet-wouahhhhhh/)󠁿

 [laurentleyvraz](https://profiles.wordpress.org/laurentleyvraz/) 17 gegužės, 2026
1 reply

Il y a une semaine, en parcourant mon fil Facebook sur une page d’entraide WordPress,
je suis tombé sur une publication de Blaminhor — et honnêtement, je ne m’attendais
pas à ce que ça change autant ma façon de gérer mon site. Sceptique au départ face
au nombre d’installations encore modeste, je me suis quand même lancé… et quelle
bonne décision ! Blaminhor est ce que j’appellerais une extension „bundle” dans 
le meilleur sens du terme : SEO, cache et performances, copie d’articles et de pages,
gestion des cookies, optimisateur de base de données, SMTP — tout y est, regroupé
en un seul outil cohérent et redoutablement efficace. Grâce à lui, j’ai pu éliminer
une bonne partie de mes extensions, allégeant mon installation WordPress comme jamais.
Le travail accompli par ce développeur est tout simplement remarquable. Il ne manque
plus que quelques briques pour atteindre la perfection absolue : un module de gestion
d’événements digne de The Events Calendar, un système de formulaires de contact 
à la hauteur de Contact Form 7 avec ses extensions associées, un équivalent à Mailpoet
pour la gestion des newsletters, un encodeur d’adresses mail et enfin un gestionnaire
de snippets — et ce jour-là, je pourrai me débarrasser de la quasi-totalité de mes
extensions restantes. Le potentiel est immense, et au vu de la trajectoire actuelle,
je ne serais pas surpris que tout cela arrive :-). Si le système de notation le 
permettait, je mettrais 6 étoiles sans hésiter — 5, c’est tout simplement trop peu
pour ce que Blaminhor m’a déjà apporté.

![](https://secure.gravatar.com/avatar/c59bf45b0ab2e6bb5a0d81d25a6eabb65172b216b493a11bbd6802b119df7201?
s=60&d=retro&r=g)

### 󠀁[A must-have for reducing plugin clutter!](https://wordpress.org/support/topic/a-must-have-for-reducing-plugin-clutter/)󠁿

 [Dustin Tantum](https://profiles.wordpress.org/tantumonium/) 17 gegužės, 2026 1
reply

This plugin deserves way more attention! It’s packed with super useful features,
but you only activate what you need so there’s zero bloat. This single plugin effortlessly
replaced four separate maintenance and functionality plugins I previously relied
on. Give it a try… you won’t be disappointed!

![](https://secure.gravatar.com/avatar/44322ab5c6c20c0623d10a32d4ddd657f080f7c1644a560bcbd23e5614c28054?
s=60&d=retro&r=g)

### 󠀁[Just get this…wow!](https://wordpress.org/support/topic/just-get-this-wow/)󠁿

 [Bill Lewis](https://profiles.wordpress.org/billlewis/) 10 balandžio, 2026 1 reply

I can mot say enough about this SUPER plugin and FREE. WOW! The Best WPPlug in EVER!
E V E R!!!!!!! The list of what it does goes on and on. Thanks! You can also use
the feedback form on the plugin dashboard.

 [ Perskaityti visus atsiliepimus (3) ](https://wordpress.org/support/plugin/blaminhor-essentials/reviews/)

## Programuotojai ir komandos nariai

“Blaminhor Essentials – All-in-One: SEO, Cache, SMTP & More” yra atviro kodo programa.
Prie jos sukūrimo prisidėję žmonės surašyti toliau.

Autoriai

 *   [ blaminhor ](https://profiles.wordpress.org/blaminhor/)

Įskiepis “Blaminhor Essentials – All-in-One: SEO, Cache, SMTP & More” išverstas 
į 3 kalbas. Dėkojame [vertėjams](https://translate.wordpress.org/projects/wp-plugins/blaminhor-essentials/contributors)
už jų darbą.

[Išverskite “Blaminhor Essentials – All-in-One: SEO, Cache, SMTP & More” į savo kalbą.](https://translate.wordpress.org/projects/wp-plugins/blaminhor-essentials)

### Domina programavimas?

[Peržiūrėkite kodą](https://plugins.trac.wordpress.org/browser/blaminhor-essentials/),
naršykite [SVN repozitorijoje](https://plugins.svn.wordpress.org/blaminhor-essentials/),
arba užsiprenumeruokite [kodo pakeitimų žurnalą](https://plugins.trac.wordpress.org/log/blaminhor-essentials/)
per [RSS](https://plugins.trac.wordpress.org/log/blaminhor-essentials/?limit=100&mode=stop_on_copy&format=rss).

## Pakeitimų istorija

#### 2.3.2

 * Fixed: Database Optimizer – The „Optimize Tables” button returns to its normal
   label as soon as optimization finishes, even during the short page reload.
 * Fixed: Database Optimizer – The „Items to Clean” count reaches zero after a full
   cleanup; comments awaiting moderation are listed separately since Clean All never
   removes them.
 * Improved: SEO/GEO – When the SEO title or description is empty, a hint explains
   search engines build it automatically, and clicking the preview copies that suggestion
   in as an editable starting point.
 * Improved: Backup – The backup list explains that the listed sizes are those of
   the compressed files, smaller than the database since indexes are rebuilt on 
   restore, and can vary slightly between backups.

#### 2.3.1

 * Added: Post Types Order, Favicon and User Role Editor – One-click import from
   their matching standalone plugin (Custom Taxonomy Order, Favicon by RealFaviconGenerator,
   and User Role Editor) so you keep your existing order, icon and custom capabilities
   when you switch to Blaminhor Essentials.
 * Fixed: Backup – Named database backups keep their name after being downloaded
   and re-uploaded to another site; deleting the safety backup from the restore 
   notice clears it from the list and counter; a restore no longer leaves „plugin
   file does not exist” errors (plugins missing from the backup are switched off
   cleanly); and media-heavy sites no longer stall, since already-compressed files
   like images, video and PDFs skip pointless re-compression.

#### 2.3.0

 * Added: Forms – A new module to build accessible contact forms (Beta) with a drag-
   and-drop builder, Gutenberg block and shortcode; submissions are stored in the
   database and exportable as CSV; spam is blocked without a CAPTCHA by default,
   with optional reCAPTCHA or Cloudflare Turnstile; conditional logic and multi-
   step forms; GDPR controls (consent field, optional hashed IP, automatic entry
   purge); merge tags like {name} and a fully editable notification body with an{
   all_fields} recap; notifications and auto-replies go through your SMTP relay.
 * Added: Cache & Performance – Preload and Purge & preload buttons in the overview
   and toolbar Cache menu warm your pages on demand with a live progress bar, and
   after a theme change clears your Critical CSS a dismissible notice regenerates
   it in one click.
 * Added: Backup – A manual backup can be given a name shown in the list and file
   name, and the list flags backups made on a different domain so you can see which
   ones need a domain change on restore.
 * Fixed: Backup – Uploaded backups keep their name, date and label and import once
   cleanly without duplicates or stray archives; a restore keeps you signed in and
   on your current site address even when the backup came from another domain (prompting
   a domain change to finish), reports its exact outcome including any file it could
   not write, blocks a second restore while one is running, and ends a stalled step
   with a clear message; scheduled retention deletes the oldest backups as configured,
   the table sorts by the column you click, and automatic pre-update backups get
   a clean file name.
 * Improved: Cache & Performance – Clearing the cache simply empties it without 
   starting a background crawl, so a quick purge stays quick.
 * Improved: Backup – The pre-restore safety backup snapshots only what the restore
   will overwrite, so a database-only restore is far faster, and tells you when 
   no rollback point exists; the Undo offer appears only for a complete, valid safety
   backup; an empty or corrupt archive leaves your folder untouched; and leftover
   temp files are cleaned on the next run while files over 100MB skipped from a 
   backup are listed in the log.

#### 2.2.0

 * Added: Anti-Spam Honeypot – New module that blocks spam bots on your comment,
   login, registration and password forms with a hidden trap — no CAPTCHA, no external
   service; spam goes to the recoverable Spam queue, with a link filter, IP throttle,
   fail-open login and a privacy-friendly journal of hashed IPs.

#### 2.1.1

 * Improved: Backup – Restoring a backup runs smoothly through to completion, including
   large and previously-uploaded backups.
 * Improved: Backup – Restoring a site to a new web address keeps both the site 
   and the admin reachable.
 * Improved: Backup – Restore options stay available, settings save safely while
   a backup runs, and the confirmation buttons read clearly.
 * Improved: Cache & Performance – Cache preloading runs reliably through to completion.

#### 2.1.0

 * Added: Cache & Performance – Major overhaul: a new Overview of your whole cache
   stack, a live preview editor, and an empirical auto-pilot that tests each optimisation
   on your real pages before recommending it.
 * Improved: Cache & Performance – Plain-language relabel across every tab, settings
   regrouped by intent, and a one-click auto-pilot with a real progress bar.
 * Fixed: Cache & Performance – Security hardening: logged-in pages can no longer
   leak to anonymous visitors, plus fixes for cache poisoning, SSRF on self-hosted
   Google Fonts, and rate-limit bypass.
 * Fixed: Cache & Performance – Page caching is more reliable: correct HTML minification
   spacing, coalesced purge cycles, object-cache (Redis/Memcached) invalidation,
   and accurate host detection.
 * Removed: Cache & Performance – Dropped the unsafe „cache pages for logged-in 
   visitors” option and a few non-functional toggles.
 * Fixed: SMTP Mailer – Drag-and-drop relay reordering works again and saves reliably;
   the test result now shows next to the relay you tested.
 * Improved: Core – Enabling a module no longer jumps you to its settings, so you
   can switch several on in a row; modules that still need configuring show a „Needs
   setup” badge.

#### 2.0.2

 * Fixed: Cache & Performance – Clear button on per-template Critical CSS rows is
   now a standard secondary button, visually consistent with the adjacent Generate
   button.
 * Updated: Core – Dashboard vertical spacing tightened so the header, search bar
   and category grid stay compactly aligned on a single 16px rhythm.

#### 2.0.1

 * Updated: Core – Button corners now match the WordPress 7 native style (2px radius)
   for a tighter, more familiar look across every module.

#### 2.0.0

 * Improved: Core – Plugin redesigned across all 21 modules on a unified visual 
   grammar aligned with WordPress 7: buttons, fields, tables, tabs and notices share
   the same look.
 * Improved: Core – Full WCAG 2.1 AA accessibility: keyboard navigation, screen-
   reader support (ARIA), focus rings on every interactive element and reduced-motion
   support.
 * Improved: Core – Codebase modernised on PHP 8.1 with strict types, enums and 
   value objects for tighter security and faster execution.
 * Improved: Core – Save bar at top and bottom of every module shows the unsaved-
   changes count and offers one-click Cancel and Save.
 * Improved: Core – Redesigned tab bar (per-tab unsaved-changes dot, Alt+1..9 keyboard
   shortcuts), and tabs persist in the URL for reloads and shared links.
 * Improved: Core – Dashboard loads faster with a lighter stylesheet footprint, 
   and module pages follow your WordPress admin colour scheme.
 * Added: Core – Optional ‘Alerts & quick actions’ dashboard widget that surfaces
   module alerts and exposes shortcut buttons on the WP dashboard (off by default).
 * Improved: SEO/GEO – Content Overview redesigned with stat cards, filters, search,
   pagination, bulk actions (indexed/noindex/clear meta) and a new ‘All indexed 
   types’ view.
 * Improved: Cookie Banner – GDPR Article 7 personal-data exporters and erasers 
   added for privacy-rights requests.
 * Improved: Broken Links – Scan terminal prefixes each line with a status icon (
   success/warning/error) for clearer reading.
 * Fixed: Core – Security hardening: Domain Changer SQL injection during migration,
   Backup filename injection on downloads, Cache & Performance POST input handling.
 * Fixed: Core – Localisation gaps closed: Backup list dates, SEO/GEO archive date
   placeholder and Broken Links result counts now follow the active language (singular/
   plural).

Older entries (versions 1.0.0 to 1.11.0) are archived in `changelog.txt` shipped
with the plugin.

## Metainformacija

 *  Version **2.3.2**
 *  Atnaujinta **prieš 23 val**
 *  Aktyvių instaliacijų **50+**
 *  WordPress versija ** 6.2 ar naujesnė **
 *  Ištestuota iki **7.0**
 *  PHP versija ** 8.1 ar naujesnė **
 *  Kalbos
 * [Dutch](https://nl.wordpress.org/plugins/blaminhor-essentials/), [English (US)](https://wordpress.org/plugins/blaminhor-essentials/),
   [Lao](https://lo.wordpress.org/plugins/blaminhor-essentials/) ir [Russian](https://ru.wordpress.org/plugins/blaminhor-essentials/).
 *  [Išversti į savo kalbą](https://translate.wordpress.org/projects/wp-plugins/blaminhor-essentials)
 * Žymos
 * [backup](https://lt.wordpress.org/plugins/tags/backup/)[cache](https://lt.wordpress.org/plugins/tags/cache/)
   [cookies](https://lt.wordpress.org/plugins/tags/cookies/)[seo](https://lt.wordpress.org/plugins/tags/seo/)
   [smtp](https://lt.wordpress.org/plugins/tags/smtp/)
 *  [Daugiau](https://lt.wordpress.org/plugins/blaminhor-essentials/advanced/)

## Įvertinimai

 5 out of 5 stars.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/blaminhor-essentials/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/blaminhor-essentials/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/blaminhor-essentials/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/blaminhor-essentials/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/blaminhor-essentials/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/blaminhor-essentials/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/blaminhor-essentials/reviews/)

## Autoriai

 *   [ blaminhor ](https://profiles.wordpress.org/blaminhor/)

## Pagalba

Turite pastabų? Reikia pagalbos?

 [Peržiūrėti pagalbos forumą](https://wordpress.org/support/plugin/blaminhor-essentials/)