Skip to content

Commit d2b3c10

Browse files
author
Samuel Akopyan
committed
~ prepare to release
1 parent 2323864 commit d2b3c10

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+74
-75
lines changed

CHANGELOG

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 1.3.x -
1+
Version 1.3.2 - 24 Jan, 2020
22
----------------------------
33
- New: added CRecordEntity to ORM model
44
- New: added phpunit tests
@@ -15,6 +15,7 @@ Version 1.3.x -
1515
- Bug: fixed PHP7 syntax requirements in TCPDF vendor, CValidator helper
1616
- Bug: fixed overwriting existing vars in View rendeting
1717

18+
1819
Version 1.2.2 - 01 Jan, 2019
1920
----------------------------
2021
- New: added possibility to define Captcha fields in CDataForm widget
@@ -392,5 +393,3 @@ Version 0.0.1 - July 12, 2012 (Initial release)
392393
----------------------------
393394
- New: created main structure
394395
- New: created main entry to the application /public/index.php
395-
396-

demos/hello-world/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*/
1111

demos/login-system/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*/
1111

demos/simple-blog/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*/
1111

demos/simple-cms/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*/
1111

demos/static-site/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*/
1111

framework/Apphp.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC: PROTECTED: PRIVATE:

framework/collections/CConfig.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC (static): PROTECTED: PRIVATE:

framework/components/CClientScript.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC: PROTECTED: PRIVATE:

framework/components/CComponent.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC: PROTECTED: PRIVATE:

framework/components/CDbHttpSession.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC: PROTECTED: PRIVATE:

framework/components/CHttpCookie.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC: PROTECTED: PRIVATE:

framework/components/CHttpRequest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @project ApPHP Framework
77
* @author ApPHP <[email protected]>
88
* @link http://www.apphpframework.com/
9-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
9+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
1010
* @license http://www.apphpframework.com/license/
1111
*
1212
* PUBLIC: PROTECTED: PRIVATE:

framework/components/CHttpSession.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC: PROTECTED: PRIVATE:

framework/components/CLocalTime.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC: PROTECTED: PRIVATE:

framework/components/CLogger.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC: PROTECTED: PRIVATE:

framework/components/CMessageSource.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC: PROTECTED: PRIVATE:

framework/components/CMobileDetect.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC: PROTECTED: PRIVATE:

framework/components/CShoppingCart.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC: PROTECTED: PRIVATE:

framework/components/CUri.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @project ApPHP Framework
77
* @author ApPHP <[email protected]>
88
* @link http://www.apphpframework.com/
9-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
9+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
1010
* @license http://www.apphpframework.com/license/
1111
*
1212
* PUBLIC: PROTECTED: PRIVATE:

framework/core/CController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC: PROTECTED: PRIVATE:

framework/core/CDebug.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC (static): PROTECTED: PRIVATE (static):

framework/core/CModel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC: PROTECTED: PRIVATE:

framework/core/CRouter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* USAGE:

framework/core/CView.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC: PROTECTED: PRIVATE:

framework/core/interfaces.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
*

framework/db/CActiveRecord.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @project ApPHP Framework
77
* @author ApPHP <[email protected]>
88
* @link http://www.apphpframework.com/
9-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
9+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
1010
* @license http://www.apphpframework.com/license/
1111
*
1212
* NOTES:

framework/db/CDatabase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* IMPORTANT:

framework/db/CDbCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* Starting from version 1.0.0, CDbCommand can be used as a query builder

framework/db/CRecordEntity.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @project ApPHP Framework
77
* @author ApPHP <[email protected]>
88
* @link http://www.apphpframework.com/
9-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
9+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
1010
* @license http://www.apphpframework.com/license/
1111
*
1212
*

framework/docs/GENERAL

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
License: GNU LGPL v.3
88
Site: https://www.apphp.com/php-framework/
99
http://www.apphpframework.com
10-
Copyright: ApPHP Web Development Framework (c) 2012 - 2019
10+
Copyright: ApPHP Web Development Framework (c) 2012 - 2020
1111
All rights reserved.
1212

1313

framework/helpers/CArray.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC (static): PROTECTED: PRIVATE:

framework/helpers/CAuth.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC (static): PROTECTED: PRIVATE:

framework/helpers/CCache.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC (static): PROTECTED: PRIVATE:

framework/helpers/CClass.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC (static): PROTECTED: PRIVATE:

framework/helpers/CConvert.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC (static): PROTECTED: PRIVATE:

framework/helpers/CCurrency.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC (static): PROTECTED: PRIVATE:

framework/helpers/CFile.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC (static): PROTECTED: PRIVATE:

framework/helpers/CFilter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC (static): PROTECTED: PRIVATE:

framework/helpers/CGeoLocation.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC (static): PROTECTED: PRIVATE:

framework/helpers/CGlobals.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @project ApPHP Framework
77
* @author ApPHP <[email protected]>
88
* @link http://www.apphpframework.com/
9-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
9+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
1010
* @license http://www.apphpframework.com/license/
1111
*
1212
*

framework/helpers/CHash.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC (static): PROTECTED: PRIVATE (static):

framework/helpers/CHtml.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @project ApPHP Framework
66
* @author ApPHP <[email protected]>
77
* @link http://www.apphpframework.com/
8-
* @copyright Copyright (c) 2012 - 2019 ApPHP Framework
8+
* @copyright Copyright (c) 2012 - 2020 ApPHP Framework
99
* @license http://www.apphpframework.com/license/
1010
*
1111
* PUBLIC (static): PROTECTED (static): PRIVATE (static):

0 commit comments

Comments
 (0)