=== UCB Recommend === Contributors: 123teru321 Tags: ucb, recommend, recommendation, multi-armed bandit Requires at least: 3.9.14 Tested up to: 4.6.1 Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Recommendation plugin using ucb algorithm == Description == You can get related post based on user behavior. This plugin uses UCB algorithm. https://en.wikipedia.org/wiki/Multi-armed_bandit http://techlife.cookpad.com/entry/2014/10/29/102036 https://support.google.com/analytics/answer/2844870?hl=ja At least PHP5.4 is needed. [日本語の説明](https://technote.space/ucb-recommend "Documentation in Japanese") This plugin needs PHP5.4 or higher. == Installation == 1. Upload the `ucb-recommend` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Open the setting menu, it is possible to set the execution condition. == Screenshots == 1. Settings. 2. Recommendation. == Changelog == = 1.0.2 = * 2016-09-26 * add ucb constant setting * small bug fix = 1.0.1 = * 2016-09-22 small bug fix = 1.0.0 = * 2016-09-21 registered wordpress plugin directory = 0.2.9 = * 2016-09-21 small bug fix = 0.2.8 = * 2016-09-21 small bug fix = 0.2.7 = * 2016-09-21 changed logo = 0.2.6 = * 2016-09-21 changed custom post type name = 0.2.5 = * 2016-09-21 bug fix = 0.2.4 = * 2016-09-20 bug fix = 0.2.3 = * 2016-09-20 small design changes = 0.2.2 = * 2016-09-20 do shortcode of widget text = 0.2.1 = * 2016-09-20 small bug fix = 0.2.0 = * 2016-09-20 * modified design preview behavior * small bug fix = 0.1.9 = * 2016-09-20 small bug fix = 0.1.8 = * 2016-09-20 small bug fix = 0.1.7 = * 2016-09-20 * support multiple redirect urls * small bug fix = 0.1.6 = * 2016-09-20 small bug fix = 0.1.5 = * 2016-09-20 * changed post type condition set * add redirect url condition set * add filter to custom post type settings = 0.1.4 = * 2016-09-20 * add custom post type for redirect * add new redirect behavior * small bug fix = 0.1.3 = * 2016-09-19 modified design setting behavior = 0.1.2 = * 2016-09-19 * add design preview * small bug fix = 0.1.1 = * 2016-09-18 * support no context mode * small bug fix = 0.1.0 = * 2016-09-17 small bug fix = 0.0.9 = * 2016-09-17 small change to admin page’s design = 0.0.8 = * 2016-09-17 * small bug fix * small change to admin menu = 0.0.7 = * 2016-09-17 small bug fix = 0.0.6 = * 2016-09-17 small bug fix = 0.0.5 = * 2016-09-17 preview bug fix = 0.0.4 = * 2016-09-17 translation = 0.0.3 = * 2016-09-17 = 0.0.2 = * 2016-09-17 = 0.0.1 = * 2016-09-14 First release