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

Aggregator

描述

It’s best practise to have only a very few page requests. This plugin aggregates all your local JavaScript files to two requests only.

Arbitrary section

安裝

  1. Upload aggragator-wordpress.zip to the /wp-content/plugins/ directory
  2. Extract the Plugin to a aggregator Folder
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

評價

There are no reviews for this plugin.

貢獻者及開發者

“Aggregator” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Aggregator 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

2.1.2

  • PHP 7.3 compatibility update

2.1.1

  • only add aggregated file if not empty
  • tiny refactorings

2.1

  • additional attributes for script tags

2.0.4

  • localize scripts on wp_print_scripts action fix

2.0.3

  • main php file rename
  • external scripts with https:// and // fix aggregation fix

2.0.2

  • typos fixed (hook name and html comments)

2.0.1

  • rerender on javascript content file changes

2.0

  • we can handle different aggregation combinations now
  • scripts need to be rerendered
  • Hook ph_aggregator_ignore is marked as deprecated, please make sure to update your code to use the new hook aggregator_ignore, which provides a js handle argument.

1.1.4

  • added try catch blocks around each javascript file to prevent script execution after an error

1.1.3

  • wp_enqueue with aggregated files time as version

1.1.2

  • get correct working theme directory

1.1.1

  • default to uploads
  • theme slug for aggregated scripts

1.1

  • aggregated location configuratable
  • object orientation implemented

1.0.8

  • localization data for aggregated scripts fix

1.0.7

  • dequeue wrong scripts fix

1.0.6

  • new rules

1.0.5

  • aggregated folder in plugin deprecated

1.0.4

  • aggregation to theme directory

1.0.3

  • when to aggregate optimization

1.0.2

  • aggregate to subfolder to prevent deployment issues

1.0.1

  • Separate logged in and logged out aggregation

1.0

  • First release
  • aggregates JavaScript files