Changeset 3337682
- Timestamp:
- 08/01/2025 09:31:59 AM (8 months ago)
- Location:
- social-semantic-recommendation-sosere/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
social-semantic-recommendation-sosere.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
social-semantic-recommendation-sosere/trunk/readme.txt
r3239547 r3337682 8 8 Requires at least: 5.0 9 9 Tested up to: 6.7.2 10 Stable tag: 3.1. 710 Stable tag: 3.1.8 11 11 License: GPLv2 12 12 … … 46 46 47 47 48 **Custom Caching**49 -----------------------------------------50 * SOSERE is efficient, caching related posts data as your site is visited51 52 53 **Multilanguage support**54 -----------------------------------------55 * Support multilanguage plugins56 * [qTranslate](https://wordpress.org/plugins/qtranslate/)57 * [xili-language](https://wordpress.org/plugins/xili-language/)58 * wpml59 * [polylang](https://wordpress.org/plugins/polylang/)60 61 62 Settingpage translations available for:63 64 * English65 * German66 * Spanish67 * Portuguese ( Thanks to [Ricardo Nuno](http://ricardonuno.photoshelter.com) )68 * Italian ( Thanks to Marco Oliosi )69 70 71 48 Take a look at the [SOSERE Demo Site](http://demo.sosere.com) and become impressed. 72 49 … … 152 129 153 130 == Changelog == 131 = 3.1.8 = 132 * Update: tested up to WordPress 6.8.1 133 * Bugfix: fix too early triggered translation loading 134 154 135 = 3.1.7 = 155 136 * Update: tested up to WordPress 6.7.2 -
social-semantic-recommendation-sosere/trunk/social-semantic-recommendation-sosere.php
r3239547 r3337682 32 32 * Description reference for social-semantic-recommendation-sosere 33 33 */ 34 $dump = __( 'SOSERE displays a list or thumbnails of related entries at the bottom of a post based on an unique, self-learning, socialsemantic analysis algorithm. It is efficient and fits perfect to each post individually.', 'social-semantic-recommendation-sosere' );34 $dump = "SOSERE displays a list or thumbnails of related entries at the bottom of a post based on an unique, self-learning, socialsemantic analysis algorithm. It is efficient and fits perfect to each post individually."; 35 35 36 36 /**
Note: See TracChangeset
for help on using the changeset viewer.