[Update] PG4WP 1.1.0rc3

PGP4WP 1.1.0rc3 is out, integrating some patches transmited by Boris HUISGEN (many thanks to him).

I tagged this release as stable, but it still needs testing before I remove the ‘rc’ status.

See the changelog if you want to know what has changed.

Please vote in the plugin directory if it works for you.

[Update] A bug was introduced in PG4WP 1.1.0rc3 when handling permalinks, so I released a quickfix in 1.1.0rc4 that shouldn’t have the problem.

You can download PG4WP 1.1.0rc4 from the plugin directory here.

2 Comments

  1. Error running :
    SELECT YEAR(min(post_date_gmt)) AS firstyear, YEAR(max(post_date_gmt)) AS lastyear FROM wp_posts WHERE post_date_gmt > 1970
    —- converted to —-
    SELECT EXTRACT(YEAR FROM min(post_date_gmt)) AS firstyear, EXTRACT(YEAR FROM max(post_date_gmt)) AS lastyear FROM wp_posts WHERE post_date_gmt > to_timestamp (\1970′)
    —-
    ERROR: syntax error at or near “\”
    LINE 1: …r FROM wp_posts WHERE post_date_gmt > to_timestamp (\1970′)

  2. Hawk__ says:

    Eh oui un copier-coller malheureux et mal relu et il manque un caractère.
    Une version corrigée a été mise en ligne, 1.1.0rc4

Leave a Reply