Skip to content

Releases: gambitph/Titan-Framework

1.12.1

04 Jul 16:42
Compare
Choose a tag to compare
  • Fixed: Compatibility of the color picker with NextGEN Gallery

1.12

19 Jun 15:58
Compare
Choose a tag to compare
  • New: Added page_template parameter for meta boxes.
  • Fixed: Error with the color picker option (and options that use the color picker) in WP 4.9
  • Fixed: PHP warning when reseting font options

1.9.2

06 Oct 16:44
Compare
Choose a tag to compare
  • New: tf_css_get_css_file_path_{$namespace} filter
  • Enhanced: Heading options in Customizer now look great
  • Enhanced: The css parameter now performs live preview changes instead of reloading the page
  • Enhanced: Added inherit values for some styles in the font option
  • Enhanced: Changed some default style values in the font option to inherit
  • Fixed: Options with a value of zero do not generate CSS properly (they wrongly reset to their default value before)
  • Fixed: getOptions function turned non-existent keys to false
  • Fixed: Existing panel names (not panel IDs) across different namespaces that match get shown in the wrong section
  • Fixed: Removed remnance of a checkbox in the enable option while in the Customizer in Firefox

1.9.1

26 Sep 15:51
Compare
Choose a tag to compare
  • Fixed: in some setups, saving options in a tab resets other tabs

1.9

24 Sep 11:04
Compare
Choose a tag to compare
1.9
  • Major performance and speed optimizations, now is less process & memory intensive
  • New iframe option
  • New custom option
  • New multiple attribute in select options for selecting multiple values
  • New desc attribute in heading options for displaying short descriptions
  • New alpha attribute in color options for picking rgba colors
  • New editor_options attribute in editor options for specifying editor settings
  • New tf_admin_tab_created_{namespace} action
  • New $titan->getOptions() function for getting multiple options at once
  • Updated Google Font list
  • Heading options now generate an id attribute
  • Now using Gulp for development and building
  • Started using WordPress PHP Coding Standards
  • Started unit testing. Coverage currently at 8%
  • Removed initializing state which could cause duplication problems
  • Bumped minimum version to 4.1
  • Simplified Titan Framework checker code
  • Fixed: notice for newly added options
  • Fixed: upload option now uses attachment url in livePreview attribute
  • Fixed: meta boxes now save properly for attachment post_types
  • Fixed: font text-shadows
  • Fixed: meta box css & js code from showing up in non-singular pages
  • Fixed: stray border in enable options in the customizer
  • Fixed: upload images misalign after saving in the customizer
  • Removed: references to old select-google-font option

1.8.1

01 Sep 09:47
Compare
Choose a tag to compare
  • Duplicated CSS rules #271
  • Generated css contains duplicated declarations #232
  • Add support for checking item ID #267
  • Removed missing gallery since we still need to work on it bd23623

1.8 rc2

28 Aug 15:01
Compare
Choose a tag to compare
  • Rolled back SCSSPHP to v0.0.15 for PHP 5.2 compatibility, newer versions are PHP 5.3+

Stability rc1

27 Aug 15:36
Compare
Choose a tag to compare
  • New option: ajax-button
  • Added new hooks:
    • tf_done
    • tf_pre_save_admin_{namespace}
    • tf_save_admin_{namespace}
    • tf_pre_reset_admin_{namespace}
    • tf_reset_admin_{namespace}
  • Added desc option for headers
  • Removed unused tracking code
  • Tweaked customizer font css
  • Added label for blank page/post titles for page/post options
  • Updated & namespaced SCSSPHP
  • Saving '0' values now work (e.g. in select options)
  • Additional check to prevent scss compile of empty string
  • Fixed bug where sometimes options without IDs (e.g. note) produce errors in the Customizer
  • Fixed possible JS running in iframe-font-preview + empty checks for CWE-200
  • getOption no longer throws a "called too early" warning and can now be called anywhere
  • #240 Update class-option-font.php
  • #235 Update class-option-checkbox.php
  • #262 Namespace invisible class
  • #264 Switch to strpos instead of preg_match
  • #253 Remove timepicker from requirements

Faster SCSS / loading time + Theme Customizer enhancements

17 Jan 04:46
Compare
Choose a tag to compare
  • Faster SCSS parsing
  • Faster loading time
  • Unit parameter for number options now supported in the Theme Customizer
  • Better font color option handling in Theme Customizer
  • Now prevents SCSS errors from showing up
  • Fixed name label issues with the enable option
  • Better plugin checking method
  • Plugin checker now integrates with TGM Plugin Activation
  • Updated Ace

1.7.2 Admin Panel Fix

22 Dec 08:18
Compare
Choose a tag to compare
  • Fixed bug introduced in 1.7.2 where admin options sometimes were not being saved