File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ function plugin_pdf_MassiveActions($type) {
5555function plugin_pdf_install () {
5656 global $ DB ;
5757
58- $ migration = new Migration ('2.1 .0 ' );
58+ $ migration = new Migration ('3.0 .0 ' );
5959
6060 include_once (Plugin::getPhpDir ('pdf ' )."/inc/profile.class.php " );
6161 PluginPdfProfile::install ($ migration );
@@ -75,7 +75,7 @@ function plugin_pdf_install() {
7575function plugin_pdf_uninstall () {
7676 global $ DB ;
7777
78- $ migration = new Migration ('2.1 .0 ' );
78+ $ migration = new Migration ('3.0 .0 ' );
7979
8080 include_once (Plugin::getPhpDir ('pdf ' )."/inc/config.class.php " );
8181 PluginPdfConfig::uninstall ($ migration );
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ function plugin_init_pdf() {
9797function plugin_version_pdf () {
9898
9999 return ['name ' => __ ('Print to pdf ' , 'pdf ' ),
100- 'version ' => '2.1 .0 ' ,
100+ 'version ' => '3.0 .0 ' ,
101101 'author ' => 'Remi Collet, Nelly Mahu-Lasson ' ,
102102 'license ' => 'GPLv3+ ' ,
103103 'homepage ' => 'https://github.com/yllen/pdf ' ,
You can’t perform that action at this time.
0 commit comments