Skip to content

Commit

Permalink
iCalcreator-2.29.19
Browse files Browse the repository at this point in the history
  • Loading branch information
iCalcreator committed Jan 29, 2020
1 parent 3687fe0 commit 661613a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ docs/summary and docs/using for details.

Stable 2.28.2 *(master)*.

Release 2.30 candidate (tag 2.29.18)
Release 2.30 candidate (tag 2.29.19)

###### Sponsorship

Expand Down Expand Up @@ -275,3 +275,6 @@ END:VALARM
END:VEVENT
END:VCALENDAR
```
###### License

iCalcreator is licensed under the LGPLv3 License.
6 changes: 3 additions & 3 deletions autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* copyright (c) 2007-2020 Kjell-Inge Gustafsson, kigkonsult, All rights reserved
* Link https://kigkonsult.se
* Package iCalcreator
* Version 2.29.18
* Version 2.29.19
* License Subject matter of licence is the software iCalcreator.
* The above copyright, link, package and version notices,
* this licence notice and the invariant [rfc5545] PRODID result use
Expand Down Expand Up @@ -33,12 +33,12 @@
* iCalcreator package autoloader
*
* @author Kjell-Inge Gustafsson, kigkonsult <ical@kigkonsult.se>
* @since 2.29.18 - 2020-01-25
* @since 2.29.19 - 2020-01-29
*/
/**
* Do NOT alter or remove the constant!!
*/
define( 'ICALCREATOR_VERSION', 'iCalcreator 2.29.18' );
define( 'ICALCREATOR_VERSION', 'iCalcreator 2.29.19' );
/**
* load iCalcreator src and support classes and Traits
*/
Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"management",
"calendar",
"vCalendar",
"event",
"todo",
"alarm",
"vevent",
"vtodo",
"vjournal",
Expand All @@ -18,8 +21,7 @@
"standard",
"daylight"
],
"time" : "2019-09-04",
"license": "LGPL-3.0-or-later",
"license": "lgpl-3.0",
"support": {
"issues": "https://github.com/iCalcreator/iCalcreator/issues"
},
Expand Down
4 changes: 2 additions & 2 deletions src/IcalBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* copyright (c) 2007-2020 Kjell-Inge Gustafsson, kigkonsult, All rights reserved
* Link https://kigkonsult.se
* Package iCalcreator
* Version 2.29.18
* Version 2.29.19
* License Subject matter of licence is the software iCalcreator.
* The above copyright, link, package and version notices,
* this licence notice and the invariant [rfc5545] PRODID result use
Expand Down Expand Up @@ -58,7 +58,7 @@
* Do NOT alter or remove the constant!!
*/
if( ! defined( 'ICALCREATOR_VERSION' )) {
define( 'ICALCREATOR_VERSION', 'iCalcreator 2.29.18' );
define( 'ICALCREATOR_VERSION', 'iCalcreator 2.29.19' );
}

/**
Expand Down

0 comments on commit 661613a

Please sign in to comment.