Skip to content

Commit

Permalink
PHP update from 5.5 to 8 (#439)
Browse files Browse the repository at this point in the history
* Update head.html with current PHP version

Updated from 5.5 to 8 (5.5 was still shown in the Google SERPs)

* Update index.markdown

Updated the mentioned PHP version from 5.5 to 8 (the old version was still mentioned in the Google SERPs)
  • Loading branch information
gxjansen authored May 8, 2024
1 parent f90bebf commit ae56282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<title>{% if page.title %} {{ page.title }} - {% endif %}Propel, The Blazing Fast Open-Source PHP 5.5 ORM</title>
<title>{% if page.title %} {{ page.title }} - {% endif %}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 index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ All releases at github.com: [github.com/propelorm/Propel2/releases](https://gith

### What is Propel exactly? ###

Propel is an open-source Object-Relational Mapping (ORM) for SQL-Databases in PHP 5.5.
Propel is an open-source Object-Relational Mapping (ORM) for SQL-Databases in PHP8.
It allows you to access your database using a set of objects, providing a simple API for storing and retrieving data.

Additional to its ORM capabilities it does provide a **query-builder**, **database schema migration**, **reverse engineering** of existing database and much more.
Expand Down

0 comments on commit ae56282

Please sign in to comment.