Hi code lovers,
In a similar way as [Forum, topic 26349] Plugins and compatibility with Piwigo 2.8, considering the lack of technical impact of changes introduced in Piwigo 2.10 (compared to 2.9), I have marked all plugins and tools compatible with 2.9 as compatible with Piwigo 2.10.
For my personnal memo this is what I did:
mysql> insert into pwg_revisions_compatibilities (idx_version, idx_revision) select 80, max(idx_revision) from pwg_revisions_compatibilities join pwg_revisions r on idx_revision=id_revision join pwg_extensions_categories ec on ec.idx_extension=r.idx_extension where idx_version=79 and idx_category in (11,12) group by r.idx_extension;
Query OK, 215 rows affected (0.01 sec)
Records: 215 Duplicates: 0 Warnings: 0
idx_version 79 => 2.9
idx_version 80 => 2.10
idx_category 11 => tools
idx_category 12 => plugins
For themes, there might be some compatibility issues, see Technical changes in Piwigo 2.10. I have marked many themes as compatible, but not bootstrap_darkroom, bootstrapdefault, greydragon where I know there might be a problem (with comment_list.tpl)
Offline
Hello !
I see in admin that teekay proposes an update to version 2.4.2 for Bootstrap Darkroom, including "Various updates, including Piwigo 2.10 fixlets". If I update the theme, shall I keep my customisations via template extensions and LocalFileEditor ?
Last edited by Katryne (2019-10-09 05:35:01)
Offline
Katryne wrote:
Hello !
I see in admin that teekay proposes an update to version 2.4.2 for Bootstrap Darkroom, including "Various updates, including Piwigo 2.10 fixlets". If I update the theme, shall I keep my customisations via template extensions and LocalFileEditor ?
Your customizations shouldn't be affected at all, no big changes.
Offline