Changeset 8221 for trunk/www/index.php
- Timestamp:
- 03/10/10 18:57:47 (6 months ago)
- Files:
-
- 1 modified
-
trunk/www/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/index.php
r8191 r8221 8 8 <h1>' . _("Latest news") . '</h1> 9 9 10 <h2>' . sprintf(_("%s - pgAdmin v%s released"), "2010-03-10", "1.10.2") . '</h2> 11 12 <p>' . _("pgAdmin 1.10.2 has now been released. Please see the <a href=\"/development/changelog.php\">CHANGELOG</a> for details of the bug fixes in this release or visit the <a href=\"download\">download area</a> to get your copy now.") . '</p> 13 10 14 <h2>' . sprintf(_("%s - pgAdmin v%s released"), "2009-12-04", "1.10.1") . '</h2> 11 15 12 16 <p>' . _("pgAdmin 1.10.1 has now been released. Please see the <a href=\"/development/changelog.php\">CHANGELOG</a> for details of the bug fixes in this release or visit the <a href=\"download\">download area</a> to get your copy now.") . '</p> 13 14 <h2>' . sprintf(_("%s - pgAdmin v%s released"), "2009-06-30", "1.10.0") . '</h2>15 16 <p>' . _("pgAdmin 1.10.0 has now been released! Highlights of the new release include a graphical query builder, a scripting engine in the query tool and support for PostgreSQL 8.4 in addition to <a href=\"/development/changelog.php\">numerous other changes</a>. For a rundown of the key features, take a look at our <a href=\"/visualtour.php\">visual tour</a>.") . '</p><p>' . _("Please visit the <a href=\"download\">download area</a> to get your copy now. Any questions or other support issues should be sent to <a href=\"mailto:pgadmin-support@postgresql.org\">pgadmin-support@postgresql.org</a>.") . '</a></p>17 17 18 18 <h1>' . _("Introduction") . '</h1> … … 25 25 26 26 <div class="pgaBanner"> 27 ' . sprintf(_("The current version of pgAdmin is <a href=\"/download/\">%s</a>."), "1.10. 1") . '27 ' . sprintf(_("The current version of pgAdmin is <a href=\"/download/\">%s</a>."), "1.10.2") . ' 28 28 </div> 29 29
