Archive for the 'Change Log' Category

etiquetags 2.0 alpha 2

Jul 31

2010

etiquetags 2.0 alpha 2 is here.
This new version fixes some bugs related with the WordPress Plugin:

  1. All the variables and functions have the et_ prefix instead of ed_ avoiding to have the same names of WP native Quicktags functions.
  2. The etiquetags.js file has new values for the etForm var: this avoids the malfunction of other plugins and the Quick edit functions in WordPress admin pages.
    New value is etForm=document.getElementById('post') but the demo version maintains the same value: etForm = document.forms[0]

2 responses so far