Linux 软件免费装
Banner图

Google App Engine for WordPress

开发者 google
sennza
更新时间 2015年2月24日 12:35
PHP版本: 3.5 及以上
WordPress版本: 4.1.1
版权: GPLv2 or later
版权网址: 版权信息

标签

google email mail uploads cloud storage app engine gae uploading

下载

1.0 1.1 1.2 1.3 1.4 1.5 1.6

详情介绍:

Google App Engine for WordPress enables seamless operation of your WordPress-powered site on the App Engine PHP runtime. This plugin adds overrides to core functionality in WordPress to use App Engine infrastructure, such as the Mail functionality, and uploading media to Google Cloud Storage Note: This plugin is designed to be used with Google App Engine only and will not work with any other hosting.

安装:

This plugin should be downloaded and placed in your /wp-content/plugins/ directory. The App Engine infrastructure does not allow you to install plugins and themes without deploying them via appcfg.py.
  1. Unzip appengine/ to the /wp-content/plugins/ directory
  2. Deploy your code to App Engine
  3. Activate the plugin through the 'Plugins' menu in WordPress

升级注意事项:

1.4
  • Use a default 30 second timeout for URLFetch requests.
  • Use auto loading for GAE SDK.
  • Use CloudStorageTools::getPublicUrl() for Cloud Storage URLs so that they work correctly on the development server.
  • Add support for serving uploaded media files over HTTPs.
1.3
  • Add support for importing a WDX file from Google Cloud Storage into the site.
  • Provide a URL Fetch based HTTP client, which is optimized for the App Engine environment. This also corrects issues caused by fsockopen only being available to paid application in the production environment.
1.2
  • Use CloudStorageTools::getPublicUrl in the dev environment so PIL is not a requirement.
  • Work around is_writable check in the development environment.
1.1
  • Fix uploads issue on the development server where PyCrypto is not available.
  • include 'max_bytes_per_blob' in createUploadUrl options only if wp_max_upload_size() is a positive int
  • Remove writable bucket check work around is this is now natively supported.
1.0 This version is the initial release of Google App Engine for WordPress.

常见问题:

Why can't I use the plugin installer/upgrader?

For security reasons, all code on App Engine must be deployed via appcfg.py. This includes WordPress plugins and themes, as well as editing files via the administration panel.

Is this plugin required to run WordPress on App Engine?

We recommend running App Engine for WordPress to ensure that all WordPress functionality works correctly. Without this plugin, you will not be able to send email or upload files, and some UI may be broken.

更新日志:

1.6 1.5 1.4 1.3 1.2 1.1 1.0