Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafageist committed Sep 19, 2019
1 parent 9f6b4e5 commit 8ddd960
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
September 18, 2019
- release 1.0.0 version
- release 0.2.0 version
- New method for build a PDO instances, orm::buildPDO($config, $connectGlobal);

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Div PHP Object Relational Mapping 0.2.0
# Div PHP Object Relational Mapping 1.0.0

This class allow to you make a mapping between your database objects and
your PHP objects.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"ORM",
"DAO",
"ADO",
"ActiveRecord",
"Active Record",
"DAL"
],
"homepage": "https://divengine.com/orm",
"version": "0.2.0",
"version": "1.0.0",
"require": {
"php": ">=7.1.0",
"ext-json": "*",
Expand Down
4 changes: 2 additions & 2 deletions src/orm.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @package divengine/orm
* @author Rafa Rodriguez @rafageist [https://rafageist.github.io]
* @version 0.1.0
* @version 1.0.0
*
* @link https://divengine.com/orm
* @link https://github.com/divengine/orm
Expand Down Expand Up @@ -70,7 +70,7 @@ class orm
*
* @var string
*/
private static $__version = '0.1.0';
private static $__version = '1.0.0';

/** @var PDO Global PDO connection for all instances of ORM or their children */
private static $__pdo_global;
Expand Down

0 comments on commit 8ddd960

Please sign in to comment.