=== Pudding Package Backup === Contributors: platinaxe Tags: backup, plugins, zip, version control, development Requires at least: 5.0 Tested up to: 6.8 Stable tag: 1.0.1 Requires PHP: 7.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Easily backup your WordPress plugins with version information. Creates versioned ZIP backups of your plugins, excluding development files. == Description == Pudding Package Backup is a simple yet powerful tool that helps you create clean, versioned backups of your WordPress plugins. Simply visit your WordPress Plugins page, click the "Backup" link next to any plugin, and it will instantly offer you a ZIP download of that plugin with version information included in the filename. It automatically excludes development files and directories, ensuring you get only the essential plugin files in your backup. = Key Features = * One-click backup from the plugins page * Automatically includes plugin version in the backup filename * Excludes development files and directories (node_modules, .git, etc.) * Clean, simple interface * No configuration needed * Works with all WordPress plugins = Use Cases = * Creating clean backups before updates * Sharing plugins with version information * Maintaining a version history of your plugins * Preparing plugins for distribution * Quick backup of modified plugins == Installation == 1. Upload the `platinaxe-pudding-package-backup` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to the Plugins page to see the new "Backup" link for each plugin == Frequently Asked Questions == = What files are excluded from the backup? = The plugin automatically excludes common development directories like: * node_modules * .git * And other development-related files = Where are the backup files stored? = Backup files are stored in the WordPress uploads directory under a 'plugin-backups' folder. = Can I customize which files are excluded? = Currently, the plugin excludes common development files by default. This ensures clean, production-ready backups. == Screenshots == 1. Backup link in the plugins list 2. Example of a versioned backup file == Changelog == = 1.0.1 = * General code cleanup = 1.0.0 = * Initial release == Upgrade Notice == = 1.0.0 = Initial release of Pudding Plugin Backup