Changeset 2182352
- Timestamp:
- 10/29/2019 02:38:17 PM (6 years ago)
- Location:
- recombee-recommendation-engine/trunk
- Files:
-
- 4 edited
-
includes/class-RecombeeReBlogSettings.php (modified) (1 diff)
-
log/requests-errors.log (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
recombee-re.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
recombee-recommendation-engine/trunk/includes/class-RecombeeReBlogSettings.php
r1967402 r2182352 396 396 <li><span class="wparam">' . __('ajaxMode', 'recombee-recommendation-engine') . '</span> - ' . __('Optional. Default “on”. Can be "on", "off". Recommendations are loaded asynchronously with AJAX mode enabled, and therefore do not increase load time of the pages at your site. This mode may increase page speed load, but search engines, probably, will not parse recommendations content.', 'recombee-recommendation-engine') . '</li> 397 397 <li><span class="wparam">' . __('followThemeCSS', 'recombee-recommendation-engine') . '</span> - ' . __('Optional. Default “on”. With this option On, the container with the products will be rendered via the active theme WooCommerce templates and CSS rules. Otherwise, the original WooCommerce template and styles will be used. Also if option value is Off plugin does not takes into account parameter "columns".', 'recombee-recommendation-engine') . '</li> 398 <li><span class="wparam">' . __('suppress', 'recombee-recommendation-engine') . '</span> - ' . __('Optional. Default “off”. This option allows to enable or disable the output of recommendations on individual pages of the site. It can take a value that consists of two parts: suppress logic (“off”, “exclude”, “include”) and the post(s) or post\'s taxonomy terms, where it will be applied (comma separated object\'s id). “off” - the option is disabled and recommendations are displayed everywhere, “exclude” - recommendations are displayed everywhere, except for the specified post\'s ID or posts, that belongs to specified taxonomy term\'s ID, “include” - recommendations are displayed only at the specified post\'s or post\'s, that belongs to specified taxonomy term\'s ID. Examples: <span class="code">suppress="include post 12, 55, 21"</span> <span class="code">suppress="exclude post12, 55, 21"</span> <span class="code">suppress="include terms 45, 32, 11"</span> <span class="code">suppress="exclude terms 67, 2, 9"</span> <span class="code">suppress="off"</span>', 'recombee-recommendation-engine') . '</li>398 <li><span class="wparam">' . __('suppress', 'recombee-recommendation-engine') . '</span> - ' . __('Optional. Default “off”. This option allows to enable or disable the output of recommendations on individual pages of the site. It can take a value that consists of two parts: suppress logic (“off”, “exclude”, “include”) and the post(s) or post\'s taxonomy terms, where it will be applied (comma separated object\'s id). “off” - the option is disabled and recommendations are displayed everywhere, “exclude” - recommendations are displayed everywhere, except for the specified post\'s ID or posts, that belongs to specified taxonomy term\'s ID, “include” - recommendations are displayed only at the specified post\'s or post\'s, that belongs to specified taxonomy term\'s ID. Examples: <span class="code">suppress="include posts 12, 55, 21"</span> <span class="code">suppress="exclude posts 12, 55, 21"</span> <span class="code">suppress="include terms 45, 32, 11"</span> <span class="code">suppress="exclude terms 67, 2, 9"</span> <span class="code">suppress="off"</span>', 'recombee-recommendation-engine') . '</li> 399 399 <li><span class="wparam">' . __('wTitle', 'recombee-recommendation-engine') . '</span> - ' . __('Default empty. Title before widget content. HTML allowed', 'recombee-recommendation-engine') . '</li> 400 400 <li><span class="wparam">' . __('columns', 'recombee-recommendation-engine') . '</span> - ' . __('Default 3 for “followThemeCSS=off” & for “followThemeCSS=on” default will be taken form “WooCommerce Products per raw” value. Integer between 0 & 9 inclusive. The maximum number of columns to which widget content will be divided if possible (depends on free space inside widget container)', 'recombee-recommendation-engine') . '</li> -
recombee-recommendation-engine/trunk/log/requests-errors.log
r2095964 r2182352 1 24.05.2019 13:32:44 -> db connect/disconnect -> statusCode: 404 -> message: Unable to parse database2 24.05.2019 13:43:52 -> db connect/disconnect -> statusCode: 404 -> message: Unable to parse database3 24.05.2019 13:44:14 -> db connect/disconnect -> statusCode: 404 -> message: Unable to parse database4 24.05.2019 13:44:27 -> db connect/disconnect -> statusCode: 404 -> message: Unable to parse database5 24.05.2019 13:44:30 -> db connect/disconnect -> statusCode: 404 -> message: Unable to parse database6 25.05.2019 19:52:28 -> db connect/disconnect -> statusCode: 404 -> message: Unable to parse database7 25.05.2019 19:52:43 -> db connect/disconnect -> statusCode: 404 -> message: Unable to parse database8 25.05.2019 19:52:49 -> db connect/disconnect -> statusCode: 404 -> message: Unable to parse database9 25.05.2019 19:52:56 -> db connect/disconnect -> statusCode: 404 -> message: Unable to parse database10 25.05.2019 19:52:57 -> db connect/disconnect -> statusCode: 404 -> message: Unable to parse database11 25.05.2019 19:53:00 -> db connect/disconnect -> statusCode: 404 -> message: Unable to parse database12 25.05.2019 19:53:15 -> db connect/disconnect -> statusCode: 404 -> message: Unable to parse database13 25.05.2019 19:53:16 -> db connect/disconnect -> statusCode: 404 -> message: Unable to parse database14 25.05.2019 19:53:19 -> db connect/disconnect -> statusCode: 404 -> message: Unable to parse database15 25.05.2019 20:09:43 -> db connect/disconnect -> statusCode: 404 -> message: Unable to parse database16 25.05.2019 20:09:51 -> db connect/disconnect -> statusCode: 404 -> message: Unable to parse database -
recombee-recommendation-engine/trunk/readme.txt
r2101525 r2182352 4 4 Requires at least: 4.9 5 5 Tested up to: 5.2 6 Stable tag: 2.6. 86 Stable tag: 2.6.9 7 7 Requires PHP: 5.5 8 8 WC requires at least: 3.3 9 WC tested up to: 3. 69 WC tested up to: 3.7 10 10 License: GPLv3 11 11 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 60 60 61 61 == Changelog == 62 = 2.6.9 - 29-10-2019 = 63 * Test - WP 5.2 64 * Test - WC 3.7 65 62 66 = 2.6.8 - 06-06-2019 = 63 67 * Test - WP 5.2 -
recombee-recommendation-engine/trunk/recombee-re.php
r2101543 r2182352 5 5 * Author: Recombee 6 6 * Author URI: https://recombee.com 7 * Version: 2.6. 87 * Version: 2.6.9 8 8 * License: GPLv3 9 9 * Text Domain: recombee-recommendation-engine
Note: See TracChangeset
for help on using the changeset viewer.