File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ see the git history.
77[ R202009] ( https://github.com/DistributedProofreaders/dproofreaders/releases/tag/R202009 )
88first before upgrading to R202102 or later releases.**
99
10- ## R??????
10+ ## R202503
1111Scripts supporting this upgrade are in ` SETUP/upgrade/22 `
1212
1313### Notices & Deprecations
@@ -25,6 +25,22 @@ instead.
2525### Changes
2626
2727* WikiHiero support has been removed (cpeel)
28+ * New APIs (70ray, cpeel) -- see [ ` dp-openapi.yaml ` ] ( ../api/dp-openapi.yaml )
29+ for complete spec
30+ * ` v1/documents `
31+ * ` v1/documents/:document `
32+ * ` v1/dictionaries `
33+ * ` v1/projects/:projectid/pages/:pagename/reportbad `
34+ * ` v1/projects/:projectid/pages/:pagename/wordcheck `
35+ * ` v1/projects/:projectid/pickersets `
36+ * ` v1/projects/:projectid/wordcheck `
37+ * ` v1/storage/:storagekey ` -- see also the [ API Admin Guide] ( API.md )
38+ * Check for corrupt images in Project Quick Check and during project load (cpeel)
39+ * Replaced all raw shell calls with Symfony's Process class (mrducky4, cpeel)
40+ * Work to remove inline JavaScript to ` .js ` files (70ray)
41+ * Extensive typing added to functions and classes (jchaffraix)
42+ * JavaScript style formatter updates (chrismiceli)
43+ * Composer dependencies updated and Symfony polyfills up to 8.4 added (cpeel)
2844
2945## R202409
3046Scripts supporting this upgrade are in ` SETUP/upgrade/21 `
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ Run the scripts in the following directories in order
118118* c/SETUP/upgrade/19/
119119* c/SETUP/upgrade/20/
120120* c/SETUP/upgrade/21/
121+ * c/SETUP/upgrade/22/
121122
122123### Upgrading from release R202102
123124Run the scripts in the following directories in order
@@ -128,6 +129,7 @@ Run the scripts in the following directories in order
128129* c/SETUP/upgrade/19/
129130* c/SETUP/upgrade/20/
130131* c/SETUP/upgrade/21/
132+ * c/SETUP/upgrade/22/
131133
132134### Upgrading from release R202109
133135Run the scripts in the following directories in order
@@ -137,6 +139,7 @@ Run the scripts in the following directories in order
137139* c/SETUP/upgrade/19/
138140* c/SETUP/upgrade/20/
139141* c/SETUP/upgrade/21/
142+ * c/SETUP/upgrade/22/
140143
141144### Upgrading from release R202202
142145Run the scripts in the following directories in order
@@ -145,24 +148,33 @@ Run the scripts in the following directories in order
145148* c/SETUP/upgrade/19/
146149* c/SETUP/upgrade/20/
147150* c/SETUP/upgrade/21/
151+ * c/SETUP/upgrade/22/
148152
149153### Upgrading from release R202209 or R202303
150154Run the scripts in the following directories in order
151155
152156* c/SETUP/upgrade/19/
153157* c/SETUP/upgrade/20/
154158* c/SETUP/upgrade/21/
159+ * c/SETUP/upgrade/22/
155160
156161### Upgrading from release R202309
157162Run the scripts in the following directories in order
158163
159164* c/SETUP/upgrade/20/
160165* c/SETUP/upgrade/21/
166+ * c/SETUP/upgrade/22/
161167
162168### Upgrading from release R202403
163169Run the scripts in the following directories in order
164170
165171* c/SETUP/upgrade/21/
172+ * c/SETUP/upgrade/22/
173+
174+ ### Upgrading from release R202409
175+ Run the scripts in the following directories in order
176+
177+ * c/SETUP/upgrade/22/
166178
167179## Install the modified ` dp.cron `
168180Install the modified ` dp.cron ` .
You can’t perform that action at this time.
0 commit comments