Title: Digitizer Site Worker for Aura
Author: Digitizer
Published: <strong>2. април 2026.</strong>
Last modified: 2. април 2026.

---

Претражи додатке

![](https://ps.w.org/digitizer-site-worker/assets/banner-772x250.png?rev=3497876)

![](https://ps.w.org/digitizer-site-worker/assets/icon-256x256.png?rev=3497877)

# Digitizer Site Worker for Aura

 [Digitizer](https://profiles.wordpress.org/benkalsky/)

[Преузимање](https://downloads.wordpress.org/plugin/digitizer-site-worker.1.3.5.zip)

 * [Детаљи](https://sr.wordpress.org/plugins/digitizer-site-worker/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/digitizer-site-worker/#reviews)
 *  [Постављање](https://sr.wordpress.org/plugins/digitizer-site-worker/#installation)
 * [Изградња](https://sr.wordpress.org/plugins/digitizer-site-worker/#developers)

 [Подршка](https://wordpress.org/support/plugin/digitizer-site-worker/)

## Опис

Digitizer Site Worker for Aura is a lightweight WordPress plugin that enables remote
site management through the Aura dashboard. It provides secure REST API endpoints
for:

 * **Site Health Status** – WordPress version, PHP version, plugins, themes, database
   info, disk usage
 * **Plugin Updates** – Update individual plugins remotely
 * **Theme Updates** – Update themes remotely
 * **Core Updates** – Update WordPress core remotely
 * **Translation Updates** – Bulk update all translations
 * **Database Updates** – Run WordPress core database upgrades and plugin-specific
   migrations (Elementor, WooCommerce, Crocoblock)

#### Security

Three layers of authentication protect all API endpoints:

 1. **WordPress Application Password** – Standard WordPress REST API authentication
 2. **Aura Site Token** – Unique token verified via X-Aura-Token header
 3. **IP Whitelist** – Optional IP restriction for additional security
 4. **Domain Whitelist** – Optional origin domain restriction

#### External Service

This plugin connects to the [Aura dashboard](https://my-aura.app/) to enable remote
site management.
 When connected, the Aura dashboard sends authenticated REST API
requests to your site to check health status and perform updates. The plugin itself
does not send data outbound — it only responds to authenticated incoming requests.

 * [Aura Terms of Service](https://my-aura.app/terms)
 * [Aura Privacy Policy](https://my-aura.app/privacy)

#### Requirements

 * WordPress 6.2 or higher
 * PHP 7.4 or higher
 * WordPress REST API enabled
 * Application Password support (WordPress 5.6+)

## Снимци екрана

 * [[
 * Digitizer Site Worker settings page — configure your site token, IP whitelist,
   and domain whitelist.
 * [[
 * Connection test section — verify your API endpoint and plugin version.
 * [[
 * Security settings — manage IP and domain whitelists for enhanced protection.
 * [[
 * Activity log — monitor remote update and maintenance operations.

## Постављање

 1. Upload the `digitizer-site-worker` folder to `/wp-content/plugins/`
 2. Activate the plugin through the Plugins menu
 3. Go to Tools > Digitizer Site Worker to find your site token
 4. Add the site token to your Aura dashboard

## ЧПП

### Is this plugin safe?

Yes. All endpoints require three layers of authentication. No actions can be performed
without valid credentials.

### Does this plugin slow down my site?

No. The plugin only loads its REST API endpoints. It has zero impact on frontend
performance.

### What happens if I deactivate the plugin?

Your Aura dashboard will no longer be able to communicate with this site. No data
is lost.

## Прегледи

Нема рецензија за овај додатак.

## Сарадници и градитељи

„Digitizer Site Worker for Aura“ је софтвер отвореног кода. Следећи људи су допринели
овом додатку.

Сарадници

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

[Преведите „Digitizer Site Worker for Aura“ на свој језик.](https://translate.wordpress.org/projects/wp-plugins/digitizer-site-worker)

### Заинтересовани сте за градњу?

[Прегледајте код](https://plugins.trac.wordpress.org/browser/digitizer-site-worker/),
проверите [SVN складиште](https://plugins.svn.wordpress.org/digitizer-site-worker/)
или се пријавите на [белешку градње](https://plugins.trac.wordpress.org/log/digitizer-site-worker/)
преко [RSS-а](https://plugins.trac.wordpress.org/log/digitizer-site-worker/?limit=100&mode=stop_on_copy&format=rss).

## Белешка о изменама

#### 1.3.5

 * Fix: Restore clean icon for WordPress.org

#### 1.3.4

 * Branding update: New banners and icons
 * Improved screenshots and documentation

#### 1.3.3

 * Initial release to WordPress.org
 * CI/CD deploy automation
 * Tested up to WordPress 7.0

#### 1.3.2

 * Fix: Clear plugin cache after self-update to ensure correct version is reported
 * Uses wp_clean_plugins_cache() + wp_cache_flush() before reading new version

#### 1.3.1

 * Security: Use specific WordPress capabilities for REST API permission callbacks
    - update/plugin  update_plugins
    - update/core  update_core
    - update/theme  update_themes
    - update/translations  update_core
    - update/database  update_core
    - self-update  update_plugins
 * Addresses WordPress.org plugin review feedback (Review ID: R digitizer-site-worker/
   benkalsky/22Mar26)

#### 1.3.0-beta.6

 * Fix: Run Elementor upgrade callbacks directly and synchronously, bypassing the
   background runner that relies on loopback HTTP/WP-Cron — works reliably regardless
   of DISABLE_WP_CRON setting

#### 1.3.0-beta.5

 * Fix: Elementor migrations now deferred to WP-Cron instead of running inline —
   prevents REST API timeout from loopback HTTP blocking

#### 1.3.0-beta.4

 * Feature: Self-update endpoint (POST /self-update) — update AuraWorker from a 
   GitHub release zip URL
 * Feature: URL validation restricts self-update to official Digitizers/AuraWorker
   GitHub releases

#### 1.3.0-beta.3

 * Fix: Elementor/Elementor Pro migrations now run asynchronously via Elementor’s
   batched background task system
 * Fix: Removed premature version option update that marked migrations as complete
   before background tasks finished

#### 1.3.0-beta.2

 * Fix: Database migrations could timeout — added set_time_limit(120) for long-running
   migrations
 * Fix: Catch \Throwable instead of \Exception to handle PHP fatal errors during
   migrations

#### 1.3.0-beta.1

 * Feature: Plugin-specific database migration support (Elementor, Elementor Pro,
   WooCommerce, JetEngine/Crocoblock)
 * Feature: New GET /database-status endpoint — returns pending migration status
   for detected plugins
 * Feature: POST /update/database now accepts optional `plugin` parameter for targeted
   migrations
 * Feature: `aura_worker_migration_registry` filter for third-party plugin migration
   registration

#### 1.2.0

 * Security: Fix IP whitelist bypass via spoofable proxy headers — now uses REMOTE_ADDR
   only
 * Security: Standardize capability checks to manage_options for all endpoints
 * Security: Protect site token from form overwrite via sanitize_callback
 * Security: Cast token header to string for PHP 8 compatibility
 * Security: Add validate_callback with regex for plugin/theme parameters
 * Fix: update_core() missing false check — filesystem failures silently reported
   success
 * Fix: update_core() sprintf received array instead of version string
 * Fix: update_core() missing is_array guard before accessing updates array
 * Fix: update_plugin() and update_theme() treated null return as success
 * Fix: update_translations() dead is_wp_error check — false return reported as 
   success
 * Fix: Raw SQL interpolation in get_status() — now uses $wpdb->prepare()
 * Fix: Disk usage iterator changed from SELF_FIRST to LEAVES_ONLY
 * Cleanup: Removed duplicate require_once in update_core()
 * Cleanup: Removed unnecessary flush_rewrite_rules() calls

#### 1.0.0

 * Initial release
 * Site health status endpoint
 * Plugin, theme, and core update endpoints
 * Translation and database update endpoints
 * Three-layer security (Application Password + Site Token + IP Whitelist)
 * Settings page under Tools menu

## Мета

 *  Version **1.3.5**
 *  Last updated **2 седмице раније**
 *  Active installations **Мање од 10**
 *  WordPress version ** 6.2 или новије **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 или новије **
 *  Language
 * [English (US)](https://wordpress.org/plugins/digitizer-site-worker/)
 * Tags
 * [dashboard](https://sr.wordpress.org/plugins/tags/dashboard/)[maintenance](https://sr.wordpress.org/plugins/tags/maintenance/)
   [management](https://sr.wordpress.org/plugins/tags/management/)[remote](https://sr.wordpress.org/plugins/tags/remote/)
   [updates](https://sr.wordpress.org/plugins/tags/updates/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/digitizer-site-worker/advanced/)

## Оцене

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/digitizer-site-worker/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/digitizer-site-worker/reviews/)

## Сарадници

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

## Подршка

Имате нешто да кажете? Потребна вам је помоћ?

 [Види форум подршке](https://wordpress.org/support/plugin/digitizer-site-worker/)