這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Strings Sanitizer

外掛說明

In A Nutshell

Works by converting common accentuated UTF-8 characters, as well as a few special cyrillic, hebrew, spanish and german characters.
Any white space will be replaced by a hyphen, thus generating SEO friendly post slugs, as well as generating Linux-friendly filenames.

Requirements

This plugin requires:

  • WordPress 3.0+
  • PHP 5.1.0+

Praises and Criticisms

Comments, bug reports and feature requests are more then welcome.
Please send you inquiries by email, at wordpress@prospek.ca.

Shameless Plug

Explore more plugins by Prospek, and while you are at it, pay us a little visit.

安裝方式

Install Strings Sanitizer via the WordPress.org plugin directory, or download the latest version, unzip, and place the folder and it’s entire content to the plugins directory of your WordPress installation (most likely in /wp-content/plugins/).

After activating, a new top level menu labelled “Prospek” will appear in the admin menu sidebar, containing a submenu labelled “Strings Sanitizer”.

Select it. Click it. Explore it.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Strings Sanitizer〉的開發相關工作。

參與者

將〈Strings Sanitizer〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0

  • Initial release
  • ADD: French translations
  • ADD: Added classes/admin_pointers.php helper class
  • ADD: Using new feature pointers from WP 3.3+ upon plugin activation
  • OPT: Code refactoring, optimizations and documentation
  • ADD: Added CSS and webfonts
  • CHG: Successful regression testing, up to WordPress version 2.7
  • CHG: Successful testing on WordPress version 3.4-beta3
  • FIX: Only add filters if we are in admin area, otherwise, it might break the frontend! Wikes.

1.0b4

  • Changes in readme.txt

1.0b3

  • FIX: Fixed constructor, effectively removing dependency to PHP >= 5.3
  • ADD: Added classes/admin_notices.php helper class
  • OPT: Display notice to admins, if PHP >= 5.1 dependency is not met
  • CHG: Changed plugin display name (Prospek Strings Sanitizer -> Strings Sanitizer)
  • ADD: Added WordPress Plugin page header image
  • UPD: Updated plugin description
  • CHG: Successful regression testing, up to WordPress version 2.8

1.0b2

  • FIX: Fixed contributors and short description
  • REM: Removed unneeded logs directory

1.0b1

  • Initial beta release