-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
68 lines (40 loc) · 1.72 KB
/
readme.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
=== AppThemes WPML Bridge ===
Contributors: appthemes
Tags: appthemes, wpml, integration, language, localization, multilingual, classipress
Requires at least: 4.0
Tested up to: 4.6.1
Stable tag: 1.3
This plugin adds additional WPML compatibility for AppThemes themes.
== Description ==
When it comes to creating a multilingual website with WordPress, there's no question that the [WPML plugin](http://wpml.org/) is the best out there.
This plugin handles all the little details required to run AppThemes themes together with WPML.
Find out more at [plugin page](http://docs.appthemes.com/wpml-bridge-plugin/)
= Supported themes =
* ClassiPress
Support for other themes coming soon.
== Installation ==
Manual installation via FTP:
1. Upload the `appthemes-wpml-bridge` directory to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' screen in your WordPress admin area
== Upgrade Notice ==
== Frequently Asked Questions ==
= Plugin doesn't work for me, what to do? =
Report it with details on [AppThemes support forum](http://forums.appthemes.com/plugins/).
== Screenshots ==
== Changelog ==
= 1.3 =
* Use new function cp_explode() to properly handle checkbox values
* Register in WPML also escaped checkbox values
* Corrected loading plugin textdomain
* Fix typo in variable name
= 1.2 =
* Make all fields labels and values translatable on the single ClassiPress Ad page
= 1.1 =
* Added immediate registering strings for form fields
* Added localization of dropdown, radio, and checkbox values
* Added all categories to form layout editor
* Fixed featured ads slider and marking ad as featured
* Fixed language selector for frontend Edit Ad page
* Minor corrections to Orders
= 1.0 =
* Initial release