-
Notifications
You must be signed in to change notification settings - Fork 9
/
readme.txt
executable file
·249 lines (171 loc) · 7.92 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
=== Plugin Name ===
International SEO by Transifex
Contributors: txmatthew, ThemeBoy, brooksx
Tags: transifex, localize, localization, multilingual, international, SEO
Requires at least: 3.5.2
Tested up to: 6.5.3
Stable tag: 1.3.46
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Translate your WordPress powered website using Transifex.
== Description ==
This plugin is designed to be used with Transifex localization platform. There’s no need to create one language per post, insert language tags, or have multiple WordPress instances. Your site’s content is automatically detected and ready to be saved to the Transifex localization platform, where you can translate with the help of your existing translators, or order professional translations from Transifex partners.
In order to use Transifex, you will need to [sign up here for an account](https://app.transifex.com/signup/?utm_source=wp-directory&utm_campaign=int-wp). This plugin also requires a Transifex Live API key. More information about how to obtain a key can be found in the [plugin documentation](https://help.transifex.com/en/articles/6261241-wordpress#h_2339ce4961).
Features:
* Integrates Transifex into WordPress
* Adds support for localized language URLs either by subdomain or subdirectory.
* Adds support rewriting all URLs on the page
* Automatically adds hreflang tags to your pages.
* Adds supports for using an external prerendered server for SEO purposes
* Works with WordPress multisite
Learn more about the [Transifex Live Translation Plugin](https://www.transifex.com/integrations/wordpress/?utm_source=wp-directory&utm_campaign=int-wp).
Get Involved:
Developers can contribute via the plugin's [GitHub Repository](https://github.com/transifex/transifex-live-wordpress).
Translators can contribute new languages to this plugin or our other WordPress plugins through [Transifex](https://explore.transifex.com/wp-translations/transifex-live/?utm_source=wp-directory&utm_campaign=int-wp).
Minimum Requirements:
* WordPress 3.5.2 or greater
* PHP version 5.4.0 or greater
* MySQL version 5.0 or greater
== Installation ==
Automatic
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of Transifex Live, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.
In the search field type "Transifex Live" and click Search Plugins. Once you’ve found the plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking Install Now. After clicking that link you will be asked if you’re sure you want to install the plugin. Click yes and WordPress will automatically complete the installation.
After installation a new menu setting option will appear called 'Transifex Live'. You will need to complete the admin form before the plugin will become active.
Manual
The manual installation method involves downloading the plugin and uploading it to your webserver via your favorite FTP application.
1. Download the plugin file to your computer and unzip it
2. Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation’s wp-content/plugins/ directory.
3. Activate the plugin from the Plugins menu within the WordPress admin.
After installation a new menu setting option will appear called 'Transifex Live'. You will need to complete the admin form before the plugin will become active.
Upgrading
Automatic updates should work like a charm; as always though, ensure you backup your site just in case.
== Screenshots ==
1. screenshot-1.jpg
2. screenshot-2.jpg
3. screenshot-3.jpg
== Tips for developers ==
The Transifex Live plugin uses Wordpress hooks to manipulate the links found in your website's content, so they always point to the appropriate language. If you use custom post types (or one of your plugins does) that emits the 'the_content' filter, our code might not be triggered.
For those cases, it is recommended to manually trigger our custom filter 'tx_link' before you return your content, as seen in the example below:
Ex. $updated_content = apply_filters('tx_link', $original_content);
It is also recommended to use [widgets](https://codex.wordpress.org/Widgets_API) in your theme instead of custom code, since this allows you to make your integration more future proof against incompatibilities with 3rd party modules.
== Changelog ==
= 1.3.46 =
Exclude wordpress uploaded images from subdirectories
= 1.3.45 =
Add support for custom post links hook
= 1.3.44 =
Fix for language picker
= 1.3.43 =
Fix for archive pages with customized slug
= 1.3.42 =
Toggle canonical URLs
= 1.3.41 =
Remove source subdirectory hreflang
= 1.3.40 =
Fix hrefland in source alternate tag
= 1.3.39 =
Add subdirectory rewrite rules for archive pages of custom post types
= 1.3.38 =
Fix for hierarchical custom post types
Fix for urls start with en
Add hreflang x-default tag
Add source language in published languages
= 1.3.37 =
Support Wordpress custom permalink slugs
= 1.3.36 =
Support Wordpress custom post types
= 1.3.35 =
Support Transifex live settings translate_urls
= 1.3.34 =
Support Wordpress installation in a subfolder
= 1.3.33 =
Update the latest tested WordPress version (6.2)
= 1.3.32 =
Maintenance release
= 1.3.31 =
Maintenance release
= 1.3.30 =
Maintenance release
= 1.3.29 =
Update documentation urls
= 1.3.28 =
Update the latest tested WordPress version (6.0)
= 1.3.27 =
Fix hreflang
= 1.3.26 =
Skip static when calling prerender
= 1.3.25 =
Fix deprecated implode and unparenthesized warnings
= 1.3.24 =
Update the latest tested WordPress version (5.6)
= 1.3.23 =
Update the latest tested WordPress version (5.5)
= 1.3.22 =
Fix a bug related with the generation of the HTTP version of the links
that have the hreflang attribute.
= 1.3.21 =
Update the latest tested WordPress version (5.4)
= 1.3.20 =
Update the latest tested WordPress version (5.3.2)
= 1.3.19 =
Fix subfolder url rewritting for external domains
= 1.3.18 =
Update the latest tested Wordpress version
Add metrics for Wordpress versions used by the plugin
= 1.3.17 =
Add missing prerender value to Transifex live settings
= 1.3.16 =
Add link filter hook for custom type blocks
= 1.3.15 =
Add filter for custom rewrite rules
= 1.3.14 =
Add hook for handling content's url rewrites
= 1.3.13 =
Support X-Transifex-Lang header to set correct language for prerender request
Minor fixes in the way prerender url is handled
= 1.3.12 =
Minor fixes
= 1.3.11 =
Support Live's manifest.jsonp file
= 1.3.10 =
Update keywords
= 1.3.9 =
Cosmetic changes to plugin copy and WordPress.org assets
= 1.3.8 =
Added staging checkbox to admin page
= 1.3.7 =
Fix to allow custom hreflang code and enhanced subdomain language detection
= 1.3.6 =
Patch release for rewrite fix when locale is in url
= 1.3.5 =
Patch release for improved static front page support
= 1.3.4 =
Minor patch release, cleared up some minor warning issues
= 1.3.3 =
A few minor fixes. Revised admin UI
= 1.3.2 =
Added additional Prerender options for caching
= 1.3.1 =
Patch for Prerender logic
= 1.3.0 =
Fixed support for PHP 5.4
Fixed hreflang tag output for subdirectories
Improved admin UI
Added picker support that respects locale
Additional admin API key validation
Added Prerendering capability
Fixed some timing issues with the WP loop
= 1.2.0 =
Added support for subdomains
Added reverse lookups for many link types
= 1.1.0 =
Cleaned up readme and notes
Fixed brittle js ordering and namespace
Removed settings that can now be controlled in Transifex Live dashboard
Initial implementation of SEO and lang urls
SEO and lang urls feature switch set to off
Removing staging option (use Transifex dashboard to control it)
SEO and lang urls and HREFLANG enabled
Custom language picker color options removed
= 1.0.0 =
Full release. Restructured plugin to follow boilerplate. Added unit tests.