Skip to content

Commit 1f7f111

Browse files
committed
update setup
1 parent 0e57ce6 commit 1f7f111

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

hook.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function plugin_pdf_MassiveActions($type) {
5555
function 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() {
7575
function 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);

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function plugin_init_pdf() {
9797
function 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',

0 commit comments

Comments
 (0)