Plugin Directory

Changeset 3337682


Ignore:
Timestamp:
08/01/2025 09:31:59 AM (8 months ago)
Author:
sosere
Message:

3.1.8

  • Update: tested up to WordPress 6.8.1
  • Bugfix: fix too early triggered translation loading
Location:
social-semantic-recommendation-sosere/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • social-semantic-recommendation-sosere/trunk/readme.txt

    r3239547 r3337682  
    88Requires at least: 5.0
    99Tested up to: 6.7.2
    10 Stable tag: 3.1.7
     10Stable tag: 3.1.8
    1111License: GPLv2
    1212
     
    4646
    4747
    48 **Custom Caching**
    49 -----------------------------------------
    50 *  SOSERE is efficient, caching related posts data as your site is visited
    51 
    52 
    53 **Multilanguage support**
    54 -----------------------------------------
    55 * Support multilanguage plugins
    56 * [qTranslate](https://wordpress.org/plugins/qtranslate/)
    57 * [xili-language](https://wordpress.org/plugins/xili-language/)
    58 * wpml
    59 * [polylang](https://wordpress.org/plugins/polylang/)
    60 
    61 
    62 Settingpage translations available for:
    63  
    64 * English
    65 * German
    66 * Spanish
    67 * Portuguese ( Thanks to [Ricardo Nuno](http://ricardonuno.photoshelter.com) )
    68 * Italian ( Thanks to Marco Oliosi )
    69 
    70 
    7148Take a look at the [SOSERE Demo Site](http://demo.sosere.com) and become impressed.
    7249
     
    152129
    153130== Changelog ==
     131= 3.1.8 =
     132* Update: tested up to WordPress 6.8.1
     133* Bugfix: fix too early triggered translation loading
     134
    154135= 3.1.7 =
    155136* Update: tested up to WordPress 6.7.2
  • social-semantic-recommendation-sosere/trunk/social-semantic-recommendation-sosere.php

    r3239547 r3337682  
    3232* Description reference for social-semantic-recommendation-sosere
    3333*/
    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.";
    3535
    3636/**
Note: See TracChangeset for help on using the changeset viewer.