Skip to content

Commit 447ca06

Browse files
committed
release v1.2.3
1 parent ded3304 commit 447ca06

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![](http://tinyissue.com/assets/images/giant-preview.png)
22

3-
# Installing Tiny Issue v1.2.2
3+
# Installing Tiny Issue v1.2.3
44

55
- Create a MySQL Database
66
- Make /uploads/ write-able (CHMOD 777)

app/application/config/tinyissue.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

33
return array(
4-
'release_date' => '5-26-2012',
5-
'version' => '1.2.2'
4+
'release_date' => '6-29-2012',
5+
'version' => '1.2.3'
66
);

changes.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Tiny Issue Change Log
22

3+
## Tiny Issue v1.2.3
4+
5+
- Added support for SMTP encryption protocol
6+
- Added Markdown support
7+
- General bug fixes
8+
9+
### Upgrading from v1.2.2
10+
11+
- Replace the `app` folder
12+
313
## Tiny Issue v1.2.2
414

515
- Added activity log to issue page

0 commit comments

Comments
 (0)