-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
60 lines (41 loc) · 1.85 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
=== BEA - Fix Loco Translate ===
Contributors: beapi, maximeculea
Donate link: http://paypal.me/BeAPI
Tags: Loco Translate, Loco Translate add-on, mu-plugin
Requires at least: 4.6
Requires php: 5.4
Tested up to: 4.9.3
Stable tag: 1.1.1
License: GPLv3 or later
License URI: https://github.com/BeAPI/bea-fix-loco-translate/blob/master/LICENSE.md
Improve Loco Translate's plugin behaviour.
== Description ==
Improve Loco Translate's plugin behaviour.
## How ?
This plugin fix 3 behaviour included by Loco Translate :
- Add mu-plugins folders to be translated with Loco Translate
- Allow lang creation in Loco Translate despite `DISALLOW_FILE_MODS`
- Don't cache Loco Translate plugins
## Who ?
Created by [Be API](https://beapi.fr), the French WordPress leader agency since 2009. Based in Paris, we are more than 30 people and always [hiring](https://beapi.workable.com) some fun and talented guys. So we will be pleased to work with you.
This plugin is only maintained, which means we do not guarantee some free support. Consider reporting an [issue](https://github.com/BeAPI/bea-fix-loco-translate/issues) and be patient.
To facilitate the process of submitting an issue and quicker answer, we only use Github, so don't use WP.Org support, it will not be considered.
== Installation ==
This plugin works only if the [Loco Translate](https://www.advancedcustomfields.com/) plugin is installed and activated.
# Requirements
- WordPress 4.6+
- Tested up to 4.9.3.
- PHP 5.4+
# WordPress
- Download and install using the built-in WordPress plugin installer or optionnaly, consider using it as mu-plugin.
- Site activate in the "Plugins" area of the admin.
- Nothing more.
== Changelog ==
= 1.1.1 - 4 Jun 2018 =
- Decrease the php requirement to PHP5.4
= 1.1.0 - 4 Jun 2018 =
- WordPress plugin.
- First version of the plugin.
- Finish readme.
- Add composer.json.
- Init plugin.