We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1c98e8 + 37b4cc6 commit b8eaddeCopy full SHA for b8eadde
README.md
@@ -1,4 +1,4 @@
1
-## YourCode 2.1.1
+## YourCode 2.1.3
2
for MyBB 1.8.x
3
4
*Forget MyCode. Take control of YourCode-- a much better way of handling BB Code for MyBB forums*
Upload/inc/plugins/yourcode.php
@@ -17,7 +17,7 @@
17
}
18
19
define('YOURCODE_MOD_URL', MYBB_ROOT. 'inc/plugins/yourcode/modules');
20
-define('YOURCODE_VERSION', '2.1.1');
+define('YOURCODE_VERSION', '2.1.3');
21
22
// register custom class autoloader
23
spl_autoload_register('yourCodeClassAutoLoad');
0 commit comments