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

Lines changed: 2 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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:

0 commit comments

Comments
 (0)