-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
101 lines (82 loc) · 3.19 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
=== GP Toolbox ===
Contributors: pedromendonca
Donate link: https://github.com/sponsors/pedro-mendonca
Tags: glotpress, translation, toolbox, i18n
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 7.4
Requires Plugins: glotpress
Stable tag: 1.0.6
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Set of tools to help you manage your GlotPress.
== Description ==
This set of tools extends the functionality of GlotPress, bringing to light any potential problems hidden under the hood, keeping it clean, fast and trouble-free.
== Features ==
* WordPress dashboard:
* Admin menu link to GlotPress menu item.
* Admin menu link to the Tools page.
* GlotPress menu:
* Menu item for GlotPress Tools.
* Menu item for WordPress dashboard.
* GlotPress project page:
* Adds 'Old', 'Rejected' and 'Warnings' columns to the project table of Translation Sets.
* Button to quickly and permanently delete 'Old' and 'Rejected' translations.
* Tools:
* Permissions - Overview of Admins and Validators, quick delete, duplicates check.
* Originals - Overview of all Originals for each Project.
* Glossaries - Overview of Global Glossaries, Project Glossaries and Glossary entries.
* Translation Sets - Overview of all Translation Sets.
* Translations - Overview of all Translations, for each Translation Set.
== Requirements ==
* GlotPress v3.0.
== Frequently Asked Questions ==
= Can I contribute to this plugin? =
Sure! You are welcome to report any issues or add feature suggestions on the [GitHub repository](https://github.com/pedro-mendonca/GP-Toolbox).
== Screenshots ==
1. Project page with added 'Old' and 'Rejected' columns, with delete buttons
2. Tools
3. Tools > Permissions
4. Tools > Originals
5. Tools > Translation Sets
6. Tools > Translations
7. Tools > Glossaries
== Changelog ==
= 1.0.6 =
* Improve template argument loading and static analysis.
* Tested up to WordPress 6.7
* Tested up to GlotPress 4.0.1
* Include minified assets maps
* Remove plugin header for Git Updater, forbiden by the .org Plugin Team.
= 1.0.5 =
* New: Warnings column on project page.
* New: Hook to updateHighlight of project page table cells from other plugins.
* Fix: CSS issues.
* Tested up to GlotPress 4.0.0
= 1.0.4 =
* Tested up to WordPress 6.5
* Tested up to GlotPress 4.0.0-rc.1
* Improve tables filter links
* Set dependency header for GlotPress according WP 6.5
= 1.0.3 =
* Remove link in current breadcrumb item.
* Link translations with active originals.
* Filter translations by unknown translation sets.
* Show originals filters only for existent cases.
* CSS fixes.
= 1.0.2 =
* Add confirmation before delete items.
= 1.0.1 =
* Fix Glossaries tools sorting and improve filtering.
* Improve Glossaries tools filters.
= 1.0.0 =
* Initial release.
* Add columns for Old and Rejected translations in GlotPress Project page.
* Tools overview page.
* Permissions tools page.
* Originals tools page.
* Glossary tools page.
* Translation Sets tools page.
* Translations tools page.
* WordPress dashboard menu items.
* GlotPress menu items.