https://github.com/pixelbart/pixelbart-filename-randomizer
WordPress Plugin: Generates a unique filename for uploaded files using a random string.
https://github.com/pixelbart/pixelbart-filename-randomizer
Last synced: about 2 months ago
JSON representation
WordPress Plugin: Generates a unique filename for uploaded files using a random string.
- Host: GitHub
- URL: https://github.com/pixelbart/pixelbart-filename-randomizer
- Owner: pixelbart
- Created: 2024-05-15T09:21:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T09:26:35.000Z (about 2 years ago)
- Last Synced: 2025-12-26T07:51:36.198Z (6 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixelbart Filename Randomizer
Pixelbart Filename Randomizer is a WordPress plugin that generates unique filenames for uploaded files using a random string.
## Description
This plugin ensures that each uploaded file gets a unique filename by appending a random string to the original file extension. This helps prevent filename conflicts and improves the security of file uploads.
## Installation
1. Download the plugin zip file or clone the repository.
2. Upload the plugin files to the `/wp-content/plugins/pixelbart-filename-randomizer` directory, or install the plugin through the WordPress plugins screen directly.
3. Activate the plugin through the 'Plugins' screen in WordPress.
## Usage
Once activated, the plugin will automatically generate unique filenames for all new uploads. No additional configuration is required.
## Details
- **Plugin Name:** Pixelbart Filename Randomizer
- **Version:** 1.0.0
- **Author:** Pixelbart
- **Author URI:** [Pixelbart](https://pixelbart.de)
- **Plugin URI:** [GitHub Repository](https://github.com/pixelbart/pixelbart-filename-randomizer)
## License
This plugin is licensed under the [MIT License](LICENSE).
## Changelog
### 1.0.0
- Initial release
## Contributing
Contributions are welcome! Please open an issue or submit a pull request to the [GitHub Repository](https://github.com/pixelbart/pixelbart-filename-randomizer).
## Support
For support, please visit the [GitHub Issues](https://github.com/pixelbart/pixelbart-filename-randomizer/issues) page.