Changeset 1568506
- Timestamp:
- 01/05/2017 11:59:15 AM (9 years ago)
- Location:
- komentbox
- Files:
-
- 13 added
- 2 edited
-
tags/3.1.7 (added)
-
tags/3.1.7/comments.php (added)
-
tags/3.1.7/export.php (added)
-
tags/3.1.7/js (added)
-
tags/3.1.7/js/komentbox.js (added)
-
tags/3.1.7/komentbox.css (added)
-
tags/3.1.7/komentbox.php (added)
-
tags/3.1.7/komentbox_LICENSE (added)
-
tags/3.1.7/readme.txt (added)
-
tags/3.1.7/settings.php (added)
-
tags/3.1.7/uninstall.php (added)
-
tags/3.1.7/wp-komentbox.php (added)
-
tags/3.1.7/wp-plugin.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-komentbox.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
komentbox/trunk/readme.txt
r1568282 r1568506 51 51 == Upgrade Notice == 52 52 53 = 1.0=53 = 3.1.7 = 54 54 This is initial version of the kommentbox for wordpress plugin 55 55 -
komentbox/trunk/wp-komentbox.php
r1568352 r1568506 4 4 Plugin URI: http://www.nlpcaptcha.in/integration/wordpress 5 5 Description: Integrates NLPCaptcha anti-spam solutions with wordpress 6 Version: 2.16 Version: 3.1.7 7 7 Author: NLPCaptcha 8 8 Email: support@nlpcaptcha.com … … 13 13 define('KOMENTBOX_IMPORTER_URL', 'http://analysis.nlpcaptcha.in/'); 14 14 define('KOMENTBOX_API_URL', 'http://analysis.nlpcaptcha.in/api/'); 15 define('KOMENTBOX_VERSION', ' 1.2');15 define('KOMENTBOX_VERSION', '3.1.7'); 16 16 define('KOMENTBOX_IMPORT_TIMEOUT', 30); 17 17 define('KOMENTBOX_PLUGIN_URL',plugin_dir_path( __FILE__ ));
Note: See TracChangeset
for help on using the changeset viewer.