Changelog
TRAC tickets closed: #68 #61 #8 #56 #7 #60
Additionally added real time updates to the colour wheel and demo player when editing the hex code manually, updated flowplayer to version 3.1.5
This code is in final review in dev subversion, and will be pushed to the wordpress plugins SVN tomorrow time allowing.
Entries (RSS)
Please add a class of “flowplayer” to the div so we can style the result. I have to keep adding this myself.
See #69
Cheers
Buzz
Cool – the 2.0.9.92 release fixes all the jquery conflicts with other plugins like “lightbox 2″ etc.
I had to search for your svn first but found it and exported the trunk (which is 2.0.9.92) because I could not find the release at wordpress/your site or a according tag in your svn. I think the release has not been released yet!?
Thanks anyways. This new version saved me a lot of time since I already had a look in the source and wanted to fix it by myself when I saw this “release” note.
Some suggestions concerning the source code:
- what about PHP5? why not use modifiers like public, private etc.
- why use only static methods? if you would instantiate an object, you could register all the hooks e.g. in the constructor like add_action(‘wp_authenticate’, array(&$this, ‘authenticate’)); I don’t know if you could do this like add_action(‘wp_authenticate’, array(‘myclass’, ‘authenticate’));
- why global constants? (instead of class constants, class variables)
Again – big thanks from me!
this has been pushed to the wordpress servers as of 25/05/2010