Skip to content
leemason edited this page Jun 6, 2012 · 2 revisions
  • Ticket #63 - now fixed
  • Added check for &tab= in the url to select tabs from other admin pages
  • Uses submit_button(); function from wordpress core (replaces manual input type="submit")
  • Added javascript confirm before resetting values
  • Added some responsiveness - ipad only for now (section titles get hidden and only icon shown until you hover over them)
  • Added basic Google webfonts field type - improvements to come later
  • Uses opt_name in transients*
  • Error and warnings js uses opt_name action*
  • Added sections as sub menu in admin menu (optional)
  • Improved the show(); method with optional default value - also checks for empty option value
  • set(); method checks the opt_name and value exist before updating options
  • Better windows support (i hope)
  • Framework URL and version are now protected vars (for clarities sake)
  • Import/Export feed now doesn't define the &option= in the url*
  • Removed all generic actions - all are now prefixed with the option name*
  • Added filters for imported/saved/changed text
  • theme-options.php file has been renamed to nhp-options.php

* This for better multi use compatability when i get round to it, this way filters wont effect other theme/plugins using the framework as well