Closed coreykn closed 3 years ago
Clean code base with changes primarily coming from recent refactor of CDN Enabler, such as:
Validate settings when backend is being updated.
Fix how the settings version is checked when getting the settings from the database.
Update order of settings to reflect the order displayed in the settings page.
Prepend settings link instead of appending it in the plugin row.
Use printf() instead of echo sprintf().
printf()
echo sprintf()
Update element IDs to use cache_enabler_* prefix to avoid potential (highly unlikely) collisions.
cache_enabler_*
Clean code base with changes primarily coming from recent refactor of CDN Enabler, such as:
Validate settings when backend is being updated.
Fix how the settings version is checked when getting the settings from the database.
Update order of settings to reflect the order displayed in the settings page.
Prepend settings link instead of appending it in the plugin row.
Use
printf()
instead ofecho sprintf()
.Update element IDs to use
cache_enabler_*
prefix to avoid potential (highly unlikely) collisions.