-
Notifications
You must be signed in to change notification settings - Fork 31
/
version.txt
52 lines (44 loc) · 2.5 KB
/
version.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
= 1.1.7 =
* removed styles from html elements and added options to use .css file or print inline styles
* fixed tag creation on post edit.
* fixed earlier bad post slug introduced in 1.1.6
= 1.1.6 =
* compatible with mqtranslate
* php5.4+ compatible
= 1.1.5 =
* bugfixes
= 1.1 =
* added multisite support
* fixed some parse url bugs
* fixed slug bases validation
= 1.0 =
* new branch, the plugin has been rewrited: now the code is commented and wrapped inside a class, also all code has change and the performance has been increased.
* structural changes:
* no ID for slug type, then don't install qtrasnlate_slug table.
* slugs now are stored on meta tables, installation creates a termmeta table with some new 'core functions' to access/save data, based on [simple term meta](http://wordpress.org/extend/plugins/simple-term-meta/).
* some automation:
* the plugin generates translated slug automatically from title in empty cases (like wordpress).
* the plugin checks if the slug already exists (per each language and type / taxonomy), and adds a progressive number in this case (like wordpress).
* works on ajax requests like creatig new taxonomies on edit post page.
* possibility to translate the base of permastructs for 'post_types' and 'taxonomies' (uses $wp_rewrite).
* added some filters:
* 'qts_validate_post_slug' : args( $post (object), $slug (string), $lang (string) ) / filter to process the post slug before is saved on the database.
* 'qts_validate_term_slug' : args( $term (object), $slug (string), $lang (string) ) / filter to process the term slug before is saved on the database.
* 'qts_current_url' : args ( $url (string), $lang (string) ) / filter to process the entire url after it has been generated.
* 'qts_permastruct' : args ( $permastruct (string), $name (string) ) / filter to process the permastruct, used for change the base.
* added plugin language textdomain (.pot file)
* new admin options page for save the base permastructs.
* import process when the plugin updates older versions.
* some bug fixes.
* some Qtranslate patches.
= 0.9 =
* some wordpress qTranslate bug fixes
* adds a javascript solution for qTranslate Nav Menus
= 0.8 =
* added support por Categories
* added support por Tags
* added support por Taxonomies
* added support por Custom Post Types
= 0.7 ( enhanced by Zapo (http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=4&t=1049&start=50#p7499) ) =
* added suport for qTranslate TLD domain mode (en: domain.com | fr: domain.fr) visit
= 0.5 and 0.6 enhanched by Marco Del Percio =