该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Ditto

描述

This plugin allows you to copy a plugin and (TODO:) theme to a test/sandbox WordPress (local for now) installation.

This plugin is intended to be used by developers/designers who need a quick way to copy their plugins and themes to another (clean) copy of WordPress so they can test their work.

Note: In future versions of the plugin it will support activation and deactivation of the deployed plugin/theme. Currently, target plugin’s code is copied (from the current WordPress installation assuming that that’s the development environment) to a target WordPress test/sandbox site. The plugin must be activated on the target WordPress test/sandbox site.

Why is the plugin needed?

When developers and designs work they work on one instalation they may not necessarily catch some glitches. That’s why it is important to test the work on a fresh installation and also on a WordPress installation that has many plugins.

Demo

Usage

You need to go to Ditto > Deploy > Select the plugin that you want to deploy and then Parent Target Directory of a local WordPress installation. The plugin will be copied in the sub-folder of the Parent Target Directory.

In the next releases the plugin will be able to deploy a theme to a test location as well as to a remote location such as http://qsandbox.com

Author

Svetoslav Marinov (Slavi) | Custom Web Programming and Design by orbisius.com

屏幕截图

  • Plugin’s dashboard page
  • Plugin’s deploy page

安装

Automatic Install

Please go to WordPress Admin > Plugins > Add New Plugin > Search for: ditto and then press install

Manual Installation

  1. Upload ditto.zip into to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常见问题

Run into issues or have questions/suggestions?

If you have suggestions or run into an issue please use our support forum at http://club.orbisius.com/support/

评价

此插件暂无评价。

贡献者及开发者

「Ditto」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「Ditto」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.1

  • Added code to remember the last used data.
  • Tested WP 4.1
  • Added themes to be copied as well + updated uninstall to delete the new setting variable.
  • Improved data sanitization

1.0.0

  • Initial Release