No description
Find a file
2024-05-13 16:09:03 +05:00
aws first commit 2024-05-13 16:09:03 +05:00
includes first commit 2024-05-13 16:09:03 +05:00
languages first commit 2024-05-13 16:09:03 +05:00
templates first commit 2024-05-13 16:09:03 +05:00
.gitignore first commit 2024-05-13 16:09:03 +05:00
license.txt first commit 2024-05-13 16:09:03 +05:00
README.md first commit 2024-05-13 16:09:03 +05:00
wp-thumbs-admin-update.php first commit 2024-05-13 16:09:03 +05:00

WPThumbs Admin Update Plugin

The "WPThumbs Admin Update" is a WordPress plugin designed to simplify the management and publishing of updates for custom WordPress plugins hosted on the administrator's main site. This document outlines the specific requirements, features, installation instructions, and usage guidelines for this plugin.

Table of Contents

  1. Features
  2. Requirements
  3. Installation
  4. Usage
  5. Testing
  6. Documentation
  7. License
  8. Author

Features

Plugin Management

  • Plugin Registration: Allows the administrator to register custom WordPress plugins for which updates will be managed. This involves specifying the plugin name, version, and the URL where updates are available.
  • Update Publishing: Enables the administrator to publish new versions of registered plugins. This includes specifying the new version number and providing the updated plugin files.
  • Update History: Maintains a history of updates, showing when each update was published and which plugins were updated.

Update Notification

  • Notification to Client Sites: The plugin can send notifications to client sites whenever new updates are available for the registered plugins. These notifications contain information about the available updates.

User Interface

  • User-Friendly Dashboard: Provides an intuitive and user-friendly dashboard for the administrator to manage registered plugins, publish updates, and view update history.
  • Customization: Allows the administrator to customize the appearance of the update notifications that client sites receive.

Requirements

  • WordPress
  • PHP

Installation

  1. Download the latest release from the Releases page.
  2. Upload the plugin folder to your WordPress site's wp-content/plugins/ directory.
  3. Activate the "WPThumbs Admin Update" plugin via the WordPress admin dashboard.

Usage

  1. Log in to your WordPress admin panel.
  2. Go to the "WPThumbs Admin Update" dashboard.
  3. Register your custom WordPress plugins.
  4. Publish updates for registered plugins.
  5. View the update history.
  6. Customize update notifications for client sites.

For detailed usage instructions, please refer to the official documentation.

Testing

Rigorous testing procedures have been implemented to verify the functionality of the plugin, including unit testing and integration testing.

Documentation

Comprehensive documentation is provided to guide the administrator in setting up and using the plugin.

License

This software is distributed under the MIT License. See the License section for more details.

Author