Nexter Extension - FREE
Version 4.7.9
- Improvement : Nexter SEO : The image ALT warning now names every image it flagged, including slider and <picture> images that carry no plain src attribute.
- Fixed : Code Snippets : snippets added through the AI assistant now run. They were saved with a placement name the runtime did not recognise, so PHP, CSS, JavaScript and HTML snippets were all stored correctly but never executed.
- Fixed : Code Snippets : a PHP snippet created by the AI assistant now runs everywhere by default, the same as one added from the dashboard.
- Fixed : SEO : the SEO screens are now fully translated. Roughly half their strings sit in separate bundle files that WordPress was never told to load a translation file for, so those stayed English in every language.
- Fixed : Theme Builder : blocks and panels that use WordPress’s built-in code editor now load on Theme Builder screens. The builder was unregistering WordPress’s CodeMirror handle, which silently dropped every script that depended on it.
- Fixed : Image Optimization : single and bulk optimisation no longer fail with a server error on large media libraries. Each image converted its original and every thumbnail size in one request; that work is now split into small batches.
- Fixed : Image Optimization : the bulk screen now shows the real counts in its progress line instead of the raw "%1$d of %2$d images optimised" text, and the message under it is translatable.
- Fixed : Nexter SEO : the Orphan Pages check now reads the links in the served homepage, so pages linked only from a page-builder or theme-coded header are no longer reported as orphaned.
- Fixed : Code Snippets : importing a snippet that already exists is now blocked instead of silently creating a second copy. Two copies of a snippet that declares a PHP function crashed every page including the login screen.
- Fixed : Code Snippets : the two bundled snippets that declare a PHP function or constant are now wrapped in function_exists() / defined() guards, so a duplicate can no longer be fatal. Sites that already had the unguarded copies are repaired automatically on update.
Nexter Extension - FREE
Version 4.7.8
- Compatibility : WordPress 7.1 : the Abilities API lifecycle filters are now supported, so AI agents get faster repeat reads, clearer errors when a record does not exist, and switches that accept plain "on" or "yes" values. No effect before WordPress 7.1.
- Fixed : Code Snippets : enabling, editing or adding a snippet now takes effect on the next page load. The cached snippet list was only refreshed by the dashboard, so changes made any other way appeared to do nothing until the cache expired.
- Fixed : Code Snippets : a fatal error on every admin page when the stored snippet settings held a single value instead of a list; the one-time file migration could not finish, so it retried and failed again on each request, locking the dashboard out.
Nexter Extension - FREE
Version 4.7.7
- Improvement : Security : SMTP passwords and Google OAuth tokens are now encrypted in the database. Credentials saved by earlier versions keep working and convert on the next save.
- Improvement : Regenerate Thumbnails : The popup now shows a progress bar, live counts, a Stop button and a list of images it could not process.
- Improvement : Regenerate Thumbnails : Images are processed in batches, WebP and AVIF are included, and an unreadable file can no longer wipe an attachment's stored image data.
- Improvement : Nexter SEO : The image ALT warning now names the files it flagged instead of only giving a count.
- Improvement : Nexter SEO : The audit's ALT check is labelled "homepage as rendered", so it is clear why its count can differ from the single-page SEO panel.
- Fixed : Nexter SEO : Author and date archives are no longer disabled by default. Sites that deliberately turned them off keep their setting.
- Fixed : Nexter SEO : The Orphan Pages check now counts navigation, header and footer links, so pages linked from the menu are no longer reported as orphaned.
- Fixed : Nexter SEO : The per-page image ALT check no longer counts slider, lazy-loaded, decorative or tracking images.
- Fixed : SEO Redirects : "Exactly Match In Any Order" matched any query string at all; it now matches only when the same parameters are present, in any order.
- Fixed : SEO Redirects : "Ignore And Pass Parameters To Target" never passed them on; the visitor's query string now reaches the destination.
- Fixed : Custom Login URL : With the "404 page" behaviour, wp-login.php still opened the real login form and the register link gave the hidden login address away.
- Fixed : Custom Login URL : Visiting wp-admin while logged out sent the browser to a nonsense address; it now answers with a proper 404 at the same URL.
- Fixed : Custom Login URL : wp-signup.php answered with a server error instead of a not-found page when the site is not a network.
- Fixed : Regenerate Thumbnails : The feature now works on its own; it only loaded when Custom Image Sizes or Disable Image Sizes was switched on.
- Fixed : Regenerate Thumbnails : The button now reports real progress and a finished state instead of sitting on "Regenerating..." forever.
- Fixed : Disable Image Sizes : Turning a size off now actually stops the file being created; Thumbnail, Medium, Medium Large and Large were still generated.
- Fixed : Custom Fonts : TTF, OTF, WOFF and WOFF2 files now upload; the very first upload was always rejected before the extension had been saved.
- Fixed : Wider Admin Menu : The menu width now saves; it was discarded on every save and the menu stayed at its default.
- Fixed : Template Import : The bundled WordPress importer could be requested directly outside WordPress, and a crafted export file could overwrite internal values while importing menus.
- Fixed : Security : View Admin Role could change another account's roles from an unauthenticated request, and the role-granting permission check was disabled.
- Fixed : Security : Plugin and theme installs fetched their details over an unencrypted connection and installed whatever download address came back.
- Fixed : Security : The login attempt limiter trusted forwarded-for headers a visitor can set, so the limit could be evaded or used to lock someone else out.
- Fixed : Security : A template import request could name any internal method to run; only export and import are accepted now.
- Fixed : Security : The builder's post search could be called by any logged-in user and returned every matching post of every type.
- Fixed : Security : Several builder condition endpoints and the licence activation endpoints could be called without the right permission.
- Fixed : Security : Dismissing an admin notice can no longer be triggered from another site on an administrator's behalf.
- Fixed : Security : the unused PHPMailer example script is no longer shipped, ten files could be requested outside WordPress, and every plugin folder now carries an index.php stub so no directory can be browsed.
Nexter Extension - FREE
Version 4.7.6
- Fixed : SEO Redirects : one broken rule no longer stops every new redirect from saving; a rule aimed at its own URL is skipped when other rules are checked for loops
- Fixed : Rollback : picking a version in the dropdown now works; every rollback was being sent to the version already installed and refused with "Try selecting another version."
- Fixed : Security : license activation now verifies the SSL certificate, so the licence key is no longer sent over a connection that could be intercepted
- Fixed : Code Snippets : a shortcode attribute can no longer overwrite the snippet's own code, or other internal values, before the snippet runs
- Fixed : Multisite : Super Admins can now manage code snippets and Theme Builder templates on network sites without also being given the administrator role there
- Fixed : i18n : the SEO audit and image optimiser cron labels no longer load translations before WordPress is ready, which logged a "translation loading was triggered too early" warning whenever another plugin scheduled a task during start-up
- Fixed : i18n : the SMTP PHP-version notice is now translatable; the version numbers were being inserted into the message before it was handed to the translation function, so the string never reached the translation files at all
Nexter Extension - FREE
Version 4.7.5
- Improvement : Performance : feature-usage scans read content in bounded, ordered batches so nothing is double-counted or skipped, and the consent notice's styles load once per page
- Fixed : Rollback : the rollback link showed the literal text "NEXTER_EXT_VER" instead of the version number
- Fixed : Performance : the analytics payload is assembled after the page has been sent, and the user count is cached for a day instead of counting the whole user table each time
- Fixed : Performance : on servers that cannot flush the response early (mod_php, LiteSpeed, php-cgi) the analytics request no longer holds the page for up to 15 seconds
- Improvement : Performance : dashboard assets and settings no longer load on every admin screen - around 1.5 MB of scripts, the media library and the colour picker were loading on unrelated pages
- Fixed : Compliance : readme now discloses IndexNow, OpenAI, Google Gemini, WDesignKit and the newsletter signup, which were contacted but not listed
- Fixed : i18n : the deactivation feedback form's strings were missing their text domain, so they were never translated
- Fixed : SEO Redirects : a rejected redirect now says why - a rule pointing at itself, a loop, an over-long chain, the rule limit or a missing URL - instead of only "Could not save redirect."
Nexter Extension - FREE
Version 4.7.4
- Added : Security : Custom Login URL now has a "Redirect to Custom URL" behaviour, so old wp-login.php / wp-admin requests can go to your own front-end login page; accepts a slug or an on-site URL and refuses off-site targets and redirect loops
- Improvement : Nexter SEO : "Fix Now" now opens the setting that actually controls each issue, and issues fixed in the content or permalink (alt text, subheadings, readability, slug) tell you what to change instead of opening an unrelated panel
- Improvement : Nexter SEO : Readability now lists the specific over-long sentences with their word count, flags passive voice, counts oversized paragraphs and reports the share of long words, instead of showing only a score
- Fixed : Nexter SEO : pages using sliders (Smart Slider 3, Revolution Slider, Swiper) or page-builder background images are no longer reported as having "no images"; slide backgrounds, lazy-loaded sources, srcset, <picture>, video embeds and gallery blocks are now recognised
- Fixed : Nexter SEO : the homepage ALT-text check no longer flags intentionally decorative images (role="presentation", aria-hidden="true") or 1x1 tracking pixels, and now names the files that are missing ALT text
- Fixed : Nexter SEO : the SEO panel now stays open after you save and refreshes its checks in place, so a focus keyword you just entered is reflected immediately
- Fixed : Nexter SEO : changing the Focus Keyword without saving no longer shows keyword density, title/description match and slug figures calculated for the previous keyword; those checks now ask for a save instead
- Fixed : Nexter SEO : Open Graph and X (Twitter) descriptions no longer leak raw shortcode text such as [rev_slider ...] or [smartslider3 ...]; shortcodes are stripped from every meta description, social tag and term description
- Fixed : Nexter SEO : Site Audit no longer reports a "Warning" for a title or meta description that is merely outside the ideal length; only lengths that actually get cut off in search results are flagged, and the messages state that they refer to your homepage
- Fixed : Nexter SEO : WooCommerce single-product pages are dramatically faster and no longer risk exhausting memory; resolving the title/description template pulled in the entire schema replacement set (~241,000 option lookups per page view) and now resolves only the product fields it needs
- Fixed : Nexter SEO : Site Audit no longer stays stuck on "Run First Audit"; the queued audit now completes even where WP-Cron is unreliable (many shared hosts, LiteSpeed, staging and password-protected sites)
- Fixed : Nexter SEO : the URL slug check no longer asks you to add a focus keyword the slug already contains; a multi-word keyword ("best seo plugin") is now matched against the hyphenated slug ("best-seo-plugin")
- Fixed : Nexter SEO : pages using a JavaScript-driven slider (Smart Slider 3) are no longer reported as having "no images" - expanding the shortcode replaced it with a container holding no image markup, so the check now looks at both the expanded and the original content
Nexter Extension - FREE
Version 4.7.3
- Improvement : Image Optimizer (Pro) : AVIF and Smart output now work on GD builds with AVIF support but no Imagick (many shared hosts), via native imageavif()/imagewebp() with the same resize, avoid-larger and Smart AVIF+WebP handling
- Fixed : Nexter SEO : dismissing the "Enable SEO" admin notice now sticks — its dismiss script was not being loaded on the screens where the notice appears, so the close button only hid it until the next page load
- Fixed : Nexter SEO : fixed a fatal infinite recursion (memory exhaustion / HTTP 500) on WooCommerce single product pages caused by the document-title filter re-entering itself; other pages were unaffected
- Fixed : Image Optimizer : new uploads are now optimised immediately even with "Run in Background" on (which now only auto-optimises the existing library); previously they could be left unprocessed when WP-Cron did not fire
- Fixed : Image Optimizer : already-WebP/AVIF images are no longer re-optimised on upload (this produced an unusable name.webp.webp file that failed to load); such sources are skipped by extension and served as-is
- Fixed : Image Optimizer : converted images are validated before use, so a 0-byte / corrupt WebP is never stored or served — invalid output is discarded and the original kept
Nexter Extension - FREE
Version 4.7.2
- Fixed : Nexter SEO : JSON-LD schema and XML sitemap now defer to an active third-party SEO plugin (Yoast, Rank Math, AIOSEO, SEOPress and others), preventing duplicate structured data and dual sitemaps
- Fixed : Nexter SEO : the XML sitemap now self-heals its rewrite rule when enabled via settings import or migration, so /sitemap.xml serves XML without a manual permalink flush
- Fixed : Nexter SEO : default Article schema now links its WebPage node (mainEntityOfPage / isPartOf) and enforces required properties, and a blanked Article no longer emits an incomplete node
- Fixed : Nexter SEO : Site Audit link-checker now refuses to probe internal/private hosts (SSRF hardening) and verifies TLS
- Fixed : Nexter SEO : Open Graph image probe hardened further against DNS-rebinding and IPv6 bypass, with a response-size cap
- Fixed : Nexter SEO : "Switch to HTTPS" audit fix now verifies the WordPress Address host separately on split-host installs before changing any URL, preventing wp-admin lockout
- Fixed : Nexter SEO : 404 Monitor logging is now rate-limited per visitor to prevent database write amplification from bulk 404 requests
- Fixed : Accessibility : SEO admin screens now expose a page heading (H1) for screen-reader navigation
- Fixed : Nexter SEO : SEO Audit no longer reports a meta description as "missing or longer than 160 characters" when it comes from the default template — the audit now measures the rendered description, matching the Google preview
- Fixed : Nexter SEO : on-page analysis now reads the rendered page, so shortcode sliders and page-builder (Elementor) content are correctly detected for images, links and subheadings instead of reporting "no images"
- Fixed : Nexter SEO : Site Audit no longer falsely reports "images missing ALT text" for lazy-loaded/slider images (whose ALT is set by JavaScript) or for intentionally-decorative images with an empty alt=""
- Fixed : Nexter SEO : title/description template variables are resolved in a single pass, so a post title or excerpt that contains %token% text can no longer corrupt the rendered title or description
- Fixed : Nexter SEO : Open Graph and Twitter title/description are resolved independently and cross-fill each other, so filling one social field no longer diverges the cards from the real title/description on the homepage
- Fixed : Nexter SEO : Instant Indexing auto-ping now runs even on hosts with WP-Cron disabled (Kinsta, WP Engine, Cloudways, Pantheon), and its bulk rate limiter is now concurrency-safe
- Fixed : Nexter SEO : Pro-only SEO features now unlock correctly on sites activated via the legacy white-label Pro path
- Fixed : Nexter SEO : per-term robots (noindex/nofollow/noarchive) can now override a globally-noindexed taxonomy instead of silently reverting to the global setting
- Fixed : Nexter SEO : multi-keyword focus input separated by new lines is preserved, and keyword density now counts non-Latin/CJK keywords
- Fixed : Nexter SEO : schema and llms.txt now use the page's real robots signal to decide noindex, matching what search engines see when another SEO plugin is active
- Fixed : Nexter SEO : the site Organization is emitted once in structured data instead of by two uncoordinated sources
- Fixed : Nexter SEO : requesting /wp-sitemap.xml (WordPress core sitemap) now returns a proper 404 when Nexter's sitemap is active, instead of soft-redirecting to the homepage
- Fixed : Nexter SEO : an admin notice now warns when llms.txt is enabled but unreachable — a "Plain" permalink structure or a physical llms.txt file at the site root — instead of failing silently
- Fixed : Nexter SEO : Site Audit run and sitemap-regenerate endpoints now enforce capability and throttle guards
- Fixed : Nexter SEO : SEO Audit now flags an over-long meta description entered directly, and auto-generated descriptions strip raw shortcodes
- Fixed : Nexter SEO : the "SEO Checks" posts/terms list column no longer re-analyzes and writes to the database on every page load
- Fixed : Nexter SEO : the "Enable SEO" promo notice is now dismissed per-user instead of hiding it for every administrator
- Fixed : Nexter SEO : bulk "fill missing alt text" reports accurate progress and no longer signals "done" while images remain
- Improved : Nexter SEO : clearer "Search Engine Description" label, and internal hardening/cleanup across the SEO module
- Fixed : Image Optimizer : the background cron no longer retries a permanently-failing image (e.g. an AVIF encoder error) every 10 minutes forever — after 3 failed attempts it falls back to WebP, and after 3 more failed WebP attempts it is skipped for good, instead of flooding the error log indefinitely
- Fixed : Security : CSRF nonce is now enforced when dismissing the "Upgrade to Pro" admin notice
- Fixed : Security : the theme/plugin installer no longer unserializes the WordPress.org API response without class restrictions (PHP object-injection hardening) and aborts cleanly instead of writing a corrupt ZIP if the package download fails
- Fixed : Security : the plugin-deactivation feedback request now verifies the SSL certificate, and admin save actions validate JSON input before storing it
- Fixed : Compatibility : on hosts with WP-Cron disabled (Kinsta, WP Engine, Cloudways, Pantheon), the SEO score recalculation, Site Audit schedule and background image optimizer now run via a fallback instead of silently never firing
- Fixed : the plugin-deactivation popup no longer risked a fatal error from an unregistered AJAX handler, and is correctly hidden on white-labelled (Pro) sites
- Fixed : the "Upgrade to Pro" notice timing no longer drifts by a day (replaced a deprecated, timezone-dependent timestamp)
- Fixed : Search & Replace URL tool no longer strips one backslash level too many from URLs on submit
- Fixed : Code Snippets : a permission-denied read of the snippet cache file now degrades gracefully (no warning spam, and it never deletes a still-valid cache) instead of being treated as corruption
- Fixed : Bug Fixes and Improvements
Nexter Extension - FREE
Version 4.7.1
- Fixed : Nexter SEO : Schema Builder now shows a clear validation error when saving an empty FAQ Page instead of failing silently
- Fixed : Nexter SEO : Redirection rules with a query string in the source URL now match and redirect correctly
- Fixed : Nexter SEO : Open Graph image-dimension probe hardened against SSRF (rejects internal/private hosts, verifies TLS)
- Fixed : Nexter SEO : imported IndexNow API key with an invalid format is now skipped rather than silently discarded
- Improved : Nexter SEO : JSON-LD structured data is now cached persistently and rebuilt only when content or settings change (faster front-end on all hosting)
- Improved : Nexter SEO : REST endpoints for Redirects, 404 Monitor and Instant Indexing now respond to GET; a request for a missing post/term returns 404
- Fixed : Security : "Disable XML-RPC" now fully blocks the XML-RPC endpoint (method listing, pingback and authentication) — the toggle could previously report enabled without taking effect
- Fixed : White Label : the brand name now replaces "Nexter" across the SEO editor panel, Dashboard, Site Audit, Redirects and Import/Export screens, and help links respect the Hide Help Links option
- Fixed : Translations : added missing translator comments, ordered placeholders, and corrected text-domain coverage
- Fixed : Bug Fixes and Improvements
Nexter Extension - FREE
Version 4.7.0
- New : Nexter SEO : Launched built-in SEO — replace your standalone SEO plugin with Nexter. On-page SEO, schema, sitemaps, redirects, robots.txt, and image SEO, all in one plugin. Enable from Dashboard → SEO; the module loads only when turned on.
- New : Nexter SEO : SEO Site Audit — scan your site for on-page and technical issues, with a 0–100 health score and a prioritized list of top fixes.
- New : Nexter SEO : Meta Title & Description Templates — site-wide title and meta description templates with dynamic variables and a live Google search preview.
- New : Nexter SEO : Social / Open Graph — control how pages look when shared, with a default share image and Facebook and X (Twitter) cards.
- New : Nexter SEO : Schema Builder — add 18 structured-data types (Article, Product, FAQ Page, How-To, Local Business, Event, Recipe, Video, and more) with dynamic variables and display conditions. No code.
- New : Nexter SEO : XML Sitemaps — generate XML sitemaps, plus optional image, video, news, and HTML sitemaps, with exclude lists.
- New : Nexter SEO : Robots & Robots.txt Editor — set per-type index, follow, and archive rules and edit your virtual robots.txt right from the dashboard.
- New : Nexter SEO : Instant Indexing (IndexNow) — push new and updated URLs to search engines that support IndexNow instantly, automatically or in bulk.
- New : Nexter SEO : LLMs.txt for AI Search — generate an LLMs.txt file so AI engines like ChatGPT, Perplexity, and Google AI can find and cite your content.
- New : Nexter SEO : Site Verification — verify your site with Google, Bing, Pinterest, and Facebook in one place.
- New : Nexter SEO : Redirects & 404 Monitor — create 301, 302, and other redirects with flexible matching, and log broken URLs to fix.
- New : Nexter SEO : Image SEO — add automatic alt text from the filename or title (no AI needed) and redirect attachment pages to their parent post.
- New : Nexter SEO : Import / Export — move your entire SEO configuration between sites with a single JSON file.
- Fixed : Custom Font Upload : Variable Font Compatibility Register font Elementor bug fix
- Fixed : Bug Fixes and Improvements
Nexter Extension - FREE
Version 4.6.16
- Improved : Theme Builder : Register the template post type before Elementor initializes for reliable editor detection
- Improved : Security : Advanced Security : Hide Email Spam Boat : Improved URL Email Hide and Doc update
- Fixed : Theme Builder : “Edit with Elementor” rewrite rules flush automatically
- Fixed : Bug Fixes and Improvements
Nexter Extension - FREE
Version 4.6.15
- Fixed : MCP Abilities : All abilities failed to register (none appeared in WP Abilities API) due to a missing permission callback dependency
- Fixed : Security : Custom Login URL : “Change WP Admin Login Path” stripped “/” so multi-segment login paths were broken
- Fixed : Bug Fixes and Improvements
Nexter Extension - FREE
Version 4.6.14
- Fixed : Translate : Missing text-domain in Dashboard, Code Snippets and Theme Builder
- Fixed : Bug Fixes and Improvements
Nexter Extension - FREE
Version 4.6.13
- Fixed : Disable Gutenberg : "Except On" and "All Post Types" modes not disabling the block editor for selected post types
- Fixed : Code Snippets : wp_head PHP snippet (e.g. Add Google Analytics Tracking Code) not loading on the frontend
- Fixed : Code Snippets : JavaScript error when selecting a field in Conditional Logic
- Fixed : Post Duplicate : Elementor content not copied correctly on duplicated pages
- Fixed : Translate : Missing text-domain in Dashboard, Code Snippets and Theme Builder
- Fixed : Dashboard : Responsive Mobile Devices
- Fixed : Bug Fixes and Improvements
Nexter Extension - FREE
Version 4.6.12
- Improve : Dashboard : Converted dashboard modules to a component-based structure for improved maintainability and scalability
- Fixed : Custom Upload Font : TTF, Woff2 , Woff compatibility Upload file
- Fixed : Image Optimization : Improve Image optimization
- Fixed : Bug Fixes and Improvements
Nexter Extension - FREE
Version 4.6.11
- New : MCP Abilities : 26 Added WordPress Abilities API integration for templates, snippets, extensions, SMTP, security, performance, image optimization, and custom fonts.
- Added : Dashboard : Settings : "Enable MCP Abilities" setting in Connection.
- Improved : Utilities : SMTP Email : improve SMTP connection.
Nexter Extension - FREE
Version 4.6.9
- Fixed : Utilities : Post Duplicate : Post content bug Fix duplicate post.
- Fixed : Bug Fixes and Improvements.
Nexter Extension - FREE
Version 4.6.8
- Fixed : Rollback Manager : options object fatal error bug Fix
- Fixed : Translate : Some text update translation
- Fixed : Theme Builder : bug Fix
- Fixed : Bug Fixes and Improvements.
Nexter Extension - FREE
Version 4.6.6
- Fixed : Advanced Security : Options object fatal error bug Fix
- Fixed : Custom Login URL : Bug Fix
- Fixed : Bug Fixes and Improvements.
Nexter Extension - FREE
Version 4.6.7
- Fixed : Theme Builder : Translate Localization support in the Nexter Theme Builder scripts.
- Fixed : Dashboard : Corrected untranslated text strings for improved localization support.
- Fixed : Bug Fixes and Improvements.
Nexter Extension - FREE
Version 4.6.5
- Fixed : Post Duplicate : Fix issue on duplicate post data
- Fixed : Advanced Security : Options Bug fix
- Fixed : Code Snippet : CSS and JS Admin Header/Footer Load condition bug Fix
- Fixed : Bug Fixes and Improvements.
Nexter Extension - FREE
Version 4.6.3
- Improved : Bootstrap & Core : Optimized initialization flow and conditional loading for better performance and stability.
- Improved : Architecture : Refactored core modules into smaller classes for enhanced maintainability, performance, and clearer separation of logic.
- Improved : General : Applied strict checks, cleanup handling, and overall performance and stability enhancements.
- Fixed : Code Snippets : Corrected snippet display logic to use in-memory data for accurate conditional evaluation and avoid redundant meta queries.
- Fixed : Admin & Assets : Resolved issue where dashboard/admin assets were skipped due to over-restricted enqueue conditions after refactor.
- Fixed : Theme Builder : Singular & Archive Templates : Resolved issue where templates were not rendering on the frontend due to premature post type check before registration.
- Fixed : Admin Interface : Notice Dismiss : Fixed "Invalid Notice ID" error when dismissing pro license notices, added extensible filter for notice ID whitelist.
- Fixed : Performance : Template Resolution : Consolidated three separate nxt-build-get-data option reads per frontend request into a single cached read.
- Fixed : General bug fixes and performance improvements.
Nexter Extension - FREE
Version 4.6.2
- Fixed : Custom Font Upload – Resolved issue with italic font-face styles not applying correctly.
- Fixed : Code Snippets – Addressed loading issue when registering Custom Post Types and Taxonomies.
- Fixed : General bug fixes and improvements
Nexter Extension - FREE
Version 4.6.1
- Fixed : Utilities : Replace URL & Text : Improved search and replace functionality with code-level fixes for more accurate data handling.
- Fixed : Performance : Image Optimisation : Fixed white label content issue.
- Fixed : Performance : Image Optimisation : Resolved issue where SVG images included in the skip list were still being optimized.
- Fixed : Admin interface : Elementor AdFree : Fixed dynamic field icon display bug.
- Fixed : General bug fixes and performance improvements
Nexter Extension - FREE
Version 4.6.0
- Added : Image Optimization : WebP / AVIF support, including compression, resizing, and bulk optimization.
- Improved : Admin Interface : Clean Admin Bar : Added an option to toggle ON/OFF all third-party plugin nodes in the admin bar.
- Fixed : Code Snippets : Resolved an issue where the “Add On AJAX Work” option was not executing PHP snippets correctly.
- Fixed : Elementor AdFree : Dynamic Fields Hide bug Fixed CSS
Nexter Extension - FREE
Version 4.5.3
- Compatibility : Theme Builder : Support for Elementor 4.0 Template CSS
Nexter Extension - FREE
Version 4.5.2
- Security : Content Post Order : Improved Sanitized Security Code
- Security : Rollback Manager : Improved Sanitized Security Code
- Security : Limit Login Attempts : Improved Sanitized Security Code
- Security : SMTP Email : Improved Sanitized Security Code
- Security : Custom Image Sizes : Improved Sanitized Security Code
- Security : Adobe Fonts : Improved Sanitized Security Code
- Security : Custom Login Redirect : Improved Sanitized Security Code
- Security : Performance and Security Settings : Improved Sanitized Security Code
- Security : Google Captcha : Improved Sanitized Security Code
- Fixed : Code Snippet : Improved Sanitized Security Code
- Fixed : General bug fixes and performance improvements
Nexter Extension - FREE
Version 4.5.0
- Added : Theme Builder : Duplicate Template action option add
- Update : Code Snippet : All snippets run as file-based code instead of database queries, delivering faster execution and improved WordPress performance.
- Update : Code Snippet : UI/UX design improvements
- Update : Code Snippet : Create/Update snippet functionality with shortcut keys (Ctrl + S / Cmd + S)
- Update : Code Snippet : Settings relocated from Dashboard to the Snippet page
- Compatibility : Extension Security : Google and Cloudflare Turnstile Captcha : WooCommerce Compatibility
- Fixed : General bug fixes and performance improvements
Nexter Extension - FREE
Version 4.4.7
- Compatibility : Theme Builder : Added compatibility for GreenShift - Animation and Page Builder Blocks plugin template CSS loading
- Fixed : Custom SMTP : Resolved SMTP test mail functionality issue
- Fixed : Security : Improved code security and fixed vulnerability in Replace Text and URL feature
- Fixed : General bug fixes and performance improvements
Nexter Extension - FREE
Version 4.4.6
- Fixed : Theme Builder : Query Bug Fix
- Fixed : Bug Fixes and Improvements.
Nexter Extension - FREE
Version 4.4.5
- Compatibility : Elementor Pro : Theme Builder Template load Bug Fix
- Fixed : Theme Builder : Singular Template Edit Condition Select Dropdown Bug Fix
- Fixed : Theme Builder : Edit Template on load Wdesignkit Popup Improvement
- Fixed : Bug Fixes and Improvements.
Nexter Extension - FREE
Version 4.4.4
- Fixed : Elementor Pro : Theme Builder Template Load Bug Fixed
- Fixed : Bug Fixes and Improvements.
Nexter Extension - FREE
Version 4.4.2
- Security : Cross Site Scripting (XSS) : Vulnerability Issue bug Fix
- Fixed : Dashboard : CSS Bug Fix
- Fixed : Code Snippet : Editor Height : CSS Bug Fix
- Fixed : Bug Fixes and Improvements.
Nexter Extension - FREE
Version 4.4.1
- Fixed : Theme Builder : Header : Transparent Option CSS load bug Fixed
- Fixed : Bug Fixes and Improvements.
Nexter Extension - FREE
Version 4.4.0
- Important Release: Introduced a unified Nexter Settings Panel that combines all options from Nexter Theme, Nexter Blocks, and Nexter Extension into one centralized dashboard.
- New : Theme Builder : Modernized UI/UX with a smoother, more intuitive design.
- Fixed : Code Snippet : PHP Execute code Bug Fixed
- Fixed : Bug Fixes and Improvements.
Nexter Extension - FREE
Version 4.3.5
- Update : Advanced Performance : Add Toggle On/Off Options
- Update : Google Fonts : Add Toggle On/Off Options
- Update : Disable Comments : Add Toggle On/Off Options
- Update : Disable Image Sizes : Add Toggle On/Off Options
- Update : Register Custom Image Sizes : Add Toggle On/Off Options
- Update : Disable Icons : Add Toggle On/Off Options
- Update : Advanced Security : Add Toggle On/Off Options
- Update : Custom Login URL : Add Toggle On/Off Options
- Update : Custom Font Upload : Choose font .woff2, .ttf and .otf file Media Support
- Security : SVG Upload : Security Improvements bug Fixed
- Fixed : Code Snippet : JavaScript Type code bug Fixed
- Fixed : Theme Builder : Edit Conditional Language Translation Issue bug Fixed
- Fixed : Blocksy Theme : Customizer CSS conflict bug Fixed
- Fixed : Theme Builder : All Singular and All Archives Condition Template Load Bug Fixed
- Fixed : Theme Builder : Specific Category/Taxonomy Conditional Bug Fixed
- Fixed : Revisions Control : Enable Post Type Revision Support bug Fixed
- Performance : Frontend : Memory usage Optimization Code and Improvements
Nexter Extension - FREE
Version 4.1.2
- Compatibility : Blockera Site Builder Bug Fixed Devices Options
- Fixed : Bug fixes and improvements.
Nexter Extension - FREE
Version 4.3.4
- Fixed : Captcha : Cloudflare Turnstile bug Fixed
- Fixed : Minor Fixes and Improvements
Nexter Extension - FREE
Version 4.3.2
- Fixed : Code Snippet : Minor Bug Fixed and Improvements
- Fixed : Theme Builder : Exclude Query Bug Fixed
- Fixed : Minor Fixes and Improvements
Nexter Extension - FREE
Version 4.3.0
-
Added : Utilities : SMTP Email (Beta) : Gmail SMTP and Custom SMTP Connection
Send emails using Gmail SMTP, Mailgun, SendGrid, or any custom SMTP server to ensure reliable email deliverability across your WordPress site. - Added : Extra Option : Import/Export : Theme Customizer (Free) and Extension Settings (Pro)
-
Added : Utilities : Admin Role Switcher
Easily switch between WordPress user roles (like Admin, Editor, Subscriber) without logging out perfect for testing user access and permissions. -
Added : Performance : Image Upload Optimization
Automatically uploaded images reduce file size Quality and improve page load speed. -
Added : Utilities : WP Debug Mode : Developer Mode True/False
Toggle WordPress debug mode on or off with a single click to display error logs and warnings during development. -
Added : Admin Interface : Elementor Ad-Free
Hide all Elementor upgrade banners, ads, and clutter from the editor interface for a cleaner, distraction-free experience. -
Added : Security : Limit Login Attempts (Freemium)
Protect your WordPress site from brute-force attacks by limiting failed login attempts and blocking suspicious IPs after a threshold. - Added : Security : Captcha : Cloudflare Turnstile (Beta)
-
Code Snippets
- Important: Completely redesigned with a brand-new UI/UX for better user experience.
-
Enhanced Location Targeting:
- Site-wide placement options (All Pages, Frontend Only, Admin Only)
- Global Header/Body/Footer areas
- Improved page-specific targeting
-
Enhanced Conditional Logic:
- Improved User Conditions: Enhanced login status and user role conditions with better UI
- Enhanced Device Detection: Improved OS and browser detection with more options
- Enhanced Time Conditions: Better day of week scheduling interface
- Enhanced Page Targeting: Improved specific page/post targeting with search functionality
- New Logic Structure: AND/OR logic groups for complex condition combinations
- Real-time Validation: Live code validation with error reporting and Enhanced PHP code validation and execution safety
- eCommerce Integration: WooCommerce, Easy Digital Downloads, and MemberPress location support (when plugins are active)
- Code Compression: Built-in compression for CSS, JavaScript, and HTML output
- Import/Export: Enhanced snippet management with import/export functionality
- Compatibility : Theme Builder : Ultimate PostX Plugin Function Exits Bug Fixed
- Fixed : Disable Comments : Bug Fixed Select "Disable Everywhere" Disable Admin Menu bug Fixed
Nexter Extension - FREE
Version 4.2.2
- Compatibility : Bricks Builder : Theme Builder Compatibility
- Fixed : Advanced Security : bug Fix.
- Fixed : Bug Fixed & Improvements
Nexter Extension - FREE
Version 4.2.1
- Fixed : Theme Builder : Conditional Bug Fixed
Nexter Extension - FREE
Version 4.2.0
- Added : Utilities : Content Post Order
Gain control over post display order with customizable sorting options. -
Added : Utilities : Disable Gutenberg
Disable the Gutenberg block editor for some or all applicable post types. -
Added : Utilities : Redirect 404 (Freemium)
Perform 301 redirect all 404 pages to the homepage. -
Added : Utilities : Rollback Theme & Plugin
Easily revert any theme or plugin from WordPress.org to a previous version. -
Added : Advanced Performance : Media Library Infinite Scrolling
Enhance media library performance with seamless infinite scroll loading. -
Added : Performance : Revision Control
Limit post revisions to avoid database bloat for supported post types. -
Added : Performance : Heartbeat Control
Reduce server CPU load by limiting or disabling the WordPress Heartbeat API on admin, post edit, or frontend pages. -
Added : Security : SVG Upload
Enable secure uploading of SVG files for sharper, scalable graphics. -
Added : Admin Interface : Disable Admin Settings
Declutter the WordPress dashboard by disabling unnecessary default widgets.- Dashboard Activity
- At a Glance
- Quick Draft
- Site Health Status
- WooCommerce Setup
- WordPress Events and News
-
Added : Admin Interface : Clean Admin Bar
Remove unwanted items from the WordPress admin bar for a clutter-free interface. -
Added : Admin Interface : Wider Admin Menu
Set custom admin menu width. - Fixed : Bug Fixed & Improvements
Nexter Extension - FREE
Version 4.1.3
- Fixed : Theme Builder : 404 Page Template Bug Fixed
- Fixed : Bug Fixed & Improvements
Nexter Extension - FREE
Version 4.1.2
- Fixed : Theme Builder : Editing Templates in Theme Builder using Elementor Bug Fixed
- Fixed : Local Google Font : Elementor disable Google Font Bug Fixed
- Minor Bugs and Improvements.
Nexter Extension - FREE
Version 4.1.1
- Updated : Code Snippet : Imported 5 new initial snippets.
- Updated : Nexter Settings : Menu Name Change to Nexter Extension
- Fixed : Bug Fixed & Improvements
Nexter Extension - FREE
Version 4.1.0
- Updated : Theme Builder : All WP Themes Compatibility
- Fixed : Bug Fixed & Improvements
Nexter Extension - FREE
Version 4.0.9
- Compatibility : Code Snippet : All WordPress Themes
- Fixed : Bug Fixed and Improvements
Nexter Extension - FREE
Version 4.0.8
- Added : Advanced Security : Last Login Date & Time : Track user\'s last login date and time and display it in the users list table.
- Added : Advanced Security : Registration Date & Time : Show user\'s registration date and time in the users list table.
- Fixed : Theme Builder : Security Ajax Issued JS Bug Fixed
- Fixed : Bug Fixed & Improvements.
Nexter Extension - FREE
Version 4.0.7
- Fixed : Theme Builder : Template 404 Page Conditional Bug Fixed
Nexter Extension - FREE
Version 4.0.6
- Fixed : Plugin Page : What's News Update Link changelog.
- Fixed : Code Snippets : Conditional Frontend Load Snippet Bug Fixed.
Nexter Extension - FREE
Version 4.0.5
- Fixed : Plugin Page : What's News Update Link changelog.
- Fixed : Theme Builder : Hooks Conditional Load Template Frontend Bug Fixed .
- Fixed : Bug Fixed & Improvements.
Nexter Extension - FREE
Version 4.0.4
- Compatibility : Theme Builder templates (Header, Footer, Singular, Archives, 404 Page, Hooks, etc.) with:
- Astra Theme
- Hello Elementor Theme
- GeneratePress Theme
- OceanWP Theme
- Kadence Theme
- Blocksy Theme
- Neve Theme
- Enhanced support for "Code Snippets" across themes: Astra, Hello Elementor, GeneratePress, OceanWP, Kadence, Blocksy, Neve, and others.
- Updated : Dashboard : Fixed CSS design and improved UI/UX.
- Fixed : Theme Builder : Resolved bug with conditional save functionality
- Fixed : Performance : Fixed Google Fonts directory upload to the `uploads` folder.
Nexter Extension - FREE
Version 4.0.3
- Fixed : Dashboard : Branded WP Admin : Background Image Bug Fix
- Fixed : Code Snippet : Bug Fix
- Fixed : Minor Bug Fix
Nexter Extension - FREE
Version 4.0.1
- Fixed : Dashboard : Activate Pro : Bug Fixed
Nexter Extension - FREE
Version 4.0.0
- Important: Completely redesigned plugin dashboard with a brand-new UI/UX and intuitive navigation, rewritten from scratch for better performance.
- New: Theme Builder : Added popup layout for Theme Builder with streamlined, modal-based editing.
- New: Code Snippets : Decoupled code snippets from the builder for better performance and modularity.
- New: Code Snippets : Revamped code snippet design with improved UX.
- New: All Editor Controllers : Revamped controllers with new UI-UX and better performance.
- Added: Option to self-host Google Fonts for better performance and privacy.
- Added: font-display: swap for improved font loading.
- Added: Option to disable Google Fonts entirely.
Nexter Extension - FREE
Version 3.2.3
- Compatibility : Polylang WordPress Plugin : Nexter Builder Template Translation
- Fixed : Minor Bug Fix
Nexter Extension - FREE
Version 3.2.2
- Compatibility : Nexter Builder : Template Load Css Bug Fixed
Nexter Extension - FREE
Version 3.2.0
- Compatibility : Hello Elementor Theme : Nexter Builder Template
- Performance : Query Optimize and Improve Code
- Fix : Minor Bug Fix
Nexter Extension - FREE
Version 3.1.5
- Security : Nexter Security : Disable XML-RPC option Bug Fixed
- Fix : Nexter Builder : Particular Posts Sections Layout all Singular taxonomy Bug Fixed
- Improvement : Optimize Code and Improve
Nexter Extension - FREE
Version 3.1.4
- Fix : Advanced Security : Bug Fixed and improvement code
Nexter Extension - FREE
Version 3.1.3
- Fix : Advanced Security : Bug Fix for Enable REST API
Nexter Extension - FREE
Version 3.1.2
- Fix: Nexter Builder : Selecting Template for Specific Post/Taxonomy
Nexter Extension - FREE
Version 3.1.0
- Added : Security : Two Factor Authentication Login Enable
Nexter Extension - FREE
Version 3.0.6
- Fix : Local Google Font : Loading Issued Block Editor @font_face Bug Fixed
- Fix : Extra Options : Custom Fonts Upload Bug Fix
Nexter Extension - FREE
Version 3.0.5
- Fix : Settings : Performance and Security : Options Bug Fix
- Improvements : Improvements and Bug Fixes
Nexter Extension - FREE
Version 3.0.4
- Fix : Advanced Security : Header XSS Protection Bug Fix
- Fix : Nexter Builder : Display Rules Condition Bug Fix
Nexter Extension - FREE
Version 3.0.1
- Compatibility : Wordpress 6.3
- Compatibility : ACF : Select2 conflict JS Bug Fix
- Update : Nexter Builder : Layout Section Header/Footer Template Elementor Editor Bug Fix
Nexter Extension - FREE
Version 3.0.0
- Added : Beta : Extra Options : Regenerate Thumbnails
- Added : Performance : Disable Image Sizes
- Added : Performance : Register Custom Image Sizes
- Added : Performance : Disable Elementor Icons
- Added : Advanced Performance : Defer CSS & JS
- Added : Advanced Performance : Defer CSS & JS
- Added : Advanced Security : Disable File Editor
- Added : Advanced Security : Remove Meta Generator
- Added : Advanced Security : XSS Protection
- Added : Advanced Security : Secure Cookies
- Added : Advanced Security : iFrame Security
- Update : Nexter Builder Added
- Improved : Performance by optimizing CSS & JS
- Update : Ability to use standalone Without Nexter Theme
- Fix : Switch Button Bug Fix Plugin Compatibility