mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-26 06:07:35 +08:00
new file: v-wp-updater/api/DebugLogApi.php new file: v-wp-updater/api/PluginApi.php new file: v-wp-updater/api/ThemeApi.php modified: v-wp-updater/assets/styles.css new file: v-wp-updater/composer.json new file: v-wp-updater/helpers/DebugLog.php new file: v-wp-updater/helpers/Logger.php new file: v-wp-updater/helpers/Options.php new file: v-wp-updater/helpers/Pushover.php new file: v-wp-updater/helpers/Security.php renamed: v-wp-updater/includes/class-v-wp-updater-silent-upgrader-skin.php -> v-wp-updater/helpers/SilentUpgraderSkin.php deleted: v-wp-updater/includes/class-v-wp-updater-plugin-updater.php deleted: v-wp-updater/includes/class-v-wp-updater-theme-updater.php modified: v-wp-updater/install.php new file: v-wp-updater/services/CacheClearer.php new file: v-wp-updater/services/Impersonation.php new file: v-wp-updater/services/PluginUpdater.php new file: v-wp-updater/services/RemoteBackup.php new file: v-wp-updater/services/SupportBot.php new file: v-wp-updater/services/ThemeUpdater.php modified: v-wp-updater/uninstall.php new file: v-wp-updater/utilities/AbstractRemoteUpdater.php new file: v-wp-updater/utilities/Ajax.php new file: v-wp-updater/utilities/Cron.php new file: v-wp-updater/utilities/WidgetRegistry.php modified: v-wp-updater/v-wp-dashboard.php new file: v-wp-updater/vendor/autoload.php new file: v-wp-updater/vendor/composer/ClassLoader.php new file: v-wp-updater/vendor/composer/LICENSE new file: v-wp-updater/vendor/composer/autoload_classmap.php new file: v-wp-updater/vendor/composer/autoload_namespaces.php new file: v-wp-updater/vendor/composer/autoload_psr4.php new file: v-wp-updater/vendor/composer/autoload_real.php new file: v-wp-updater/vendor/composer/autoload_static.php new file: v-wp-updater/vendor/composer/platform_check.php new file: v-wp-updater/widgets/logs.php new file: v-wp-updater/widgets/services.php modified: v-wp-updater/widgets/settings.php new file: v-wp-updater/widgets/status.php new file: v-wp-updater/widgets/support.php
21 lines
1 KiB
Text
21 lines
1 KiB
Text
|
|
Copyright (c) Nils Adermann, Jordi Boggiano
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is furnished
|
|
to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
THE SOFTWARE.
|
|
|