Closed mjordan closed 7 years ago
Resolved with 6a9fef8bc5aaa36dd8853fecb76685614a911a47.
Awesome. I'll add support to the staging server tomorrow or Friday.
With a default of '2.4.8' for current deposits?
Yes.
The column in the database will be NOT NULL
. I'll update all the rows so that they are 2.4.8, and have the staging server assign 2.4.8 for any deposit that doesn't have that attribute.
The commit to support this is ubermichael/pkppln-php@326239a
Because of differences in the export XML between OJS 2.8 and 3.x, the PLN staging server needs to know the version number of the OJS instance that generates each deposit. To record the version number per deposit, we should add:
<pkp:content>
element, the OJS version number as a 'ojsVersion' attribute similar to other attributes at https://github.com/defstat/PKP-PLN/blob/master/classes/DepositPackage.inc.php#L208Tagging @ubermichael so he's aware of what needs to be done on the PKP-PLN staging server side.