Download the PHP package upperdog/wp-core-update-cleaner without Composer

On this page you can find all versions of the php package upperdog/wp-core-update-cleaner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wp-core-update-cleaner

WP Core Update Cleaner

When WordPress is updated, it re-installs wp-config-sample.php, readme files, and license files even though you may have deleted them before. This plugin automatically removes these files when WordPress is manually or automatically updated. It also removes these files when activating the plugin for the first time. Removing these files is not mandatory, but you may want to if you don't want them to expose your WordPress version or if you just like to keep things neat and clean.

Files that are removed:

You may not want to install this plugin if you're using a plugin or service to scans your site to verify checksums on the core files. When the removed files are missing it might result in warnings.

Installation

  1. Upload the wp-core-update-cleaner directory to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.

Frequently Asked Questions

Why does this plugin exist?

We found ourselves manually deleting wp-config-sample.php, readme.html, and license.txt every time we updated a WordPress site. If you're maintaining multiple WordPress sites like us, this can get tedious. So instead, we developed this plugin to take care of deleting these files for us.

Why should I delete these files?

You don't have to delete these files if you want to keep them for some reason. However, the readme file contains the version number of the WordPress version you're running. This may be used by bots or evil people trying to hurt your site by taking advantage of security exploits in your version if you've not installed security patches. Also, there's no reason to have wp-config-sample.php and the license files just laying around.

Changelog

1.2.0 (2018-10-27)

1.1.0 (2018-10-22)

1.0


All versions of wp-core-update-cleaner with dependencies

PHP Build Version
Package Version
Requires composer/installers Version ^1.6
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package upperdog/wp-core-update-cleaner contains the following files

Loading the files please wait ....