Skip to content

Commit

Permalink
Fix code health links and badges; Update PHP version in the title (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilinTv authored Feb 4, 2024
1 parent c5bd5d5 commit f90bebf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Page not Found - Propel, The Blazing Fast Open-Source PHP 5.5 ORM</title>
<title>Page not Found - Propel, The Blazing Fast Open-Source PHP8 ORM</title>
<meta name="language" content="en" >
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" >
Expand Down
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div class="home-banner">
<h2>A highly customizable and blazing fast
<strong>ORM</strong> library for PHP 5.5+.</h2>
<strong>ORM</strong> library for PHP8.</h2>

<div class="home-buttons">
<a class="button" href="http://sandbox.propelorm.org/example/bookstore" target="_blank">Demo in sandbox</a><a
Expand Down
19 changes: 9 additions & 10 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -108,22 +108,21 @@ and here are the statuses of our master branches:

<table width="100%" class="ecg">
<tr>
<td><a href="https://github.com/propelorm/Propel">Propel 1.7</a></td><td width="70"><img src="https://travis-ci.org/propelorm/Propel.svg" /></td>
</tr><tr>
<td><a href="https://github.com/propelorm/Propel2">Propel2</a></td><td><img src="https://circleci.com/gh/propelorm/Propel2/tree/master.svg?style=shield" /></td>
</tr><tr>
<td><a href="https://github.com/propelorm/Propel2">Propel2</a></td><td><img src="https://github.com/propelorm/Propel2/workflows/CI/badge.svg?branch=master" /></td>
</tr>
<tr>
<td><a href="https://github.com/SkyFoxvn/PropelBundle">PropelBundle (by SkyFoxvn)</a></td><td><img src="https://github.com/SkyFoxvn/PropelBundle/actions/workflows/CI%206.0.yml/badge.svg?branch=6.0" /></td>
</tr>
<tr>
<td><a href="https://github.com/propelorm/sfPropelORMPlugin">sfPropelORMPlugin</a></td><td><img src="https://travis-ci.org/propelorm/sfPropelORMPlugin.svg" /></td>
</tr><tr>
<td><a href="https://github.com/propelorm/PropelBundle">PropelBundle</a></td><td><img src="https://travis-ci.org/propelorm/PropelBundle.svg" /></td>
</tr><tr>
<td><a href="https://github.com/propelorm/PropelServiceProvider">PropelServiceProvider</a></td><td><img src="https://travis-ci.org/propelorm/PropelServiceProvider.svg" /></td>
</tr>
</table>

Propel2's code climate:

[![Code Climate](https://codeclimate.com/github/propelorm/Propel2/badges/gpa.svg)](https://codeclimate.com/github/propelorm/Propel2)
<a href="https://codeclimate.com/github/propelorm/Propel2"><img src="https://codeclimate.com/github/propelorm/Propel2/badges/coverage.svg" /></a>
<img src="https://img.shields.io/badge/PHPStan-level%207-brightgreen.svg?style=flat" alt="PHPStan">
<a href="https://app.codecov.io/gh/propelorm/Propel2"><img src="https://codecov.io/gh/propelorm/Propel2/branch/master/graph/badge.svg?token=L1thFB9nOG" alt="codecov"></a>
<a href="https://codeclimate.com/github/propelorm/Propel2"><img src="https://codeclimate.com/github/propelorm/Propel2/badges/gpa.svg" alt="codecov"></a>

{% endcapture %}

Expand Down

0 comments on commit f90bebf

Please sign in to comment.