michaeluno / admin-page-framework

Facilitates WordPress plugin and theme development.
http://admin-page-framework.michaeluno.jp/
Other
337 stars 71 forks source link

v3.5.4 Component generator #203

Closed michaeluno closed 9 years ago

michaeluno commented 9 years ago

apf_component_generator

As I've written small plugins using the framework, I was thinking it is not necessary to include all the files of the framework.

I have not come up with a good name for this functionality but what it does is to let you generate the framework files by selecting components. This means you can exclude certain components from the framework files.

Download

This is already included in the v3.5.4b branch. It would be appreciated if you could test it.

Download

Additional Features

Go to Dashboard -> Admin Page Framework -> Tools -> Generator and type a prefix and text domain then press Download.

Notes

Now the framework loader no longer uses the minified version but the pre-generated framework files. For this change, I'm planing to deprecate the minified version. If you have a problem with that, let me know.