Skip to content

Commit b8eadde

Browse files
author
Mark Vincent
authored
Merge pull request #47 from WildcardSearch/maintenance
2.1.3 Release
2 parents a1c98e8 + 37b4cc6 commit b8eadde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## YourCode 2.1.1
1+
## YourCode 2.1.3
22
for MyBB 1.8.x
33

44
*Forget MyCode. Take control of YourCode-- a much better way of handling BB Code for MyBB forums*

Upload/inc/plugins/yourcode.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818

1919
define('YOURCODE_MOD_URL', MYBB_ROOT. 'inc/plugins/yourcode/modules');
20-
define('YOURCODE_VERSION', '2.1.1');
20+
define('YOURCODE_VERSION', '2.1.3');
2121

2222
// register custom class autoloader
2323
spl_autoload_register('yourCodeClassAutoLoad');

0 commit comments

Comments
 (0)