We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded3304 commit 447ca06Copy full SHA for 447ca06
README.md
@@ -1,6 +1,6 @@
1

2
3
-# Installing Tiny Issue v1.2.2
+# Installing Tiny Issue v1.2.3
4
5
- Create a MySQL Database
6
- Make /uploads/ write-able (CHMOD 777)
app/application/config/tinyissue.php
<?php
return array(
- 'release_date' => '5-26-2012',
- 'version' => '1.2.2'
+ 'release_date' => '6-29-2012',
+ 'version' => '1.2.3'
);
changes.md
@@ -1,5 +1,15 @@
# Tiny Issue Change Log
+## Tiny Issue v1.2.3
+
+- Added support for SMTP encryption protocol
+- Added Markdown support
7
+- General bug fixes
8
9
+### Upgrading from v1.2.2
10
11
+- Replace the `app` folder
12
13
## Tiny Issue v1.2.2
14
15
- Added activity log to issue page
0 commit comments