Updated Today Version 1.6 Released

by Chris K on April 7, 2009

The Updated Today plugin has been updated to version 1.6. In this version I have corrected the error that drafts would invoke the ‘Updated Today’ banner and now only posts or pages with the ‘publish’ status will cause the banner to be displayed.

You can download directly from my site at the plugin page or from WordPress.org.

The plugin has been updated to version 1.6.1 to fix a Z-Index issue with some themes. Should be live soon at WordPress.org

{ 3 comments… read them below or add one }

Rodolfo April 7, 2009 at 5:02 am

Holas, felicidades, solo para mencionar que hay que corregir la linea donde haces el query

$query = “SELECT post_date, id FROM wp_posts WHERE post_modified LIKE ‘”.$today.”%’ “;

ya que la tabla puede cambiar si el dueƱo cmabia el prefijo o si usa muwp

$query = “SELECT post_date, id FROM TABLE_USED WHERE post_modified LIKE ‘”.$today.”%’ “;

o utilizar algun comando que sustituya o quite esa sentencia, una vez corregido funciona perfecto !!

Rodolfo April 7, 2009 at 5:28 am

La linea ORIGINAL

$query = “SELECT post_date, id FROM wp_posts WHERE wp_posts.post_modified LIKE ‘”.$today.”%’ AND wp_posts.post_status=’publish’”;

para que funciona con wordpress 2.7 habria que hacerle la modificacion.

Chris K April 7, 2009 at 7:39 am

Please double check your installation of Wordpress 2.7 for modifications as a standard 2.7 installation using the 1.6 version of the plugin is working correctly at http://www.chriskdesigns.com/wp27/.

Leave a Comment

Previous post:

Next post: