Skip to content

Commit 7b81528

Browse files
committed
Release version 2.7.0
1 parent 4b69f2e commit 7b81528

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ OUTLINE
4949
- [replace()](#replace)
5050
- [delete()](#delete)
5151
- [getLastInsertID()](#getlastinsertid)
52+
- [getAffectedRows()](#getaffectedrows)
5253
- [setAlias()](#setalias)
5354
- [Soft Deleted](#soft-deleted)
5455
- [Configuration](#configuration-1)

src/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Base Model
77
*
88
* @author Nick Tsai <myintaer@gmail.com>
9-
* @version 2.6.0
9+
* @version 2.7.0
1010
* @see https://github.com/yidas/codeigniter-model
1111
*/
1212
class Model extends \CI_Model

0 commit comments

Comments
 (0)