Skip to content

Commit 3248ea8

Browse files
committed
Released Version 3.0.4
1 parent 3229d26 commit 3248ea8

35 files changed

+40
-36
lines changed

Block/Adminhtml/Export.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Magento\PageCache\Model\Config;
99

1010
/**
11-
* @version 3.0.3
11+
* @version 3.0.4
1212
* @package JetRails® Varnish
1313
* @author Rafael Grigorian - JetRails®
1414
* @copyright JetRails®, all rights reserved

Block/Adminhtml/Export/Varnish4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use JetRails\Varnish\Block\Adminhtml\Export;
66

77
/**
8-
* @version 3.0.3
8+
* @version 3.0.4
99
* @package JetRails® Varnish
1010
* @author Rafael Grigorian - JetRails®
1111
* @copyright JetRails®, all rights reserved

Block/Adminhtml/Export/Varnish5.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use JetRails\Varnish\Block\Adminhtml\Export;
66

77
/**
8-
* @version 3.0.3
8+
* @version 3.0.4
99
* @package JetRails® Varnish
1010
* @author Rafael Grigorian - JetRails®
1111
* @copyright JetRails®, all rights reserved

Block/Adminhtml/Export/Varnish6.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use JetRails\Varnish\Block\Adminhtml\Export;
66

77
/**
8-
* @version 3.0.3
8+
* @version 3.0.4
99
* @package JetRails® Varnish
1010
* @author Rafael Grigorian - JetRails®
1111
* @copyright JetRails®, all rights reserved

Block/Adminhtml/Template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use JetRails\Varnish\Helper\Data as Helper;
1010

1111
/**
12-
* @version 3.0.3
12+
* @version 3.0.4
1313
* @package JetRails® Varnish
1414
* @author Rafael Grigorian - JetRails®
1515
* @copyright JetRails®, all rights reserved

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### `3.0.4`
4+
- Fix #65, Console need to return int for execute function
5+
- Fix #66, Moved development environment to use Bitnami containers
6+
37
### `3.0.3`
48
- Fix #62, Removed less file from default layout
59
- Fix #63, PHP compatibility >=7.2

Console/Command/AbstractCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use Symfony\Component\Console\Output\OutputInterface;
1414

1515
/**
16-
* @version 3.0.3
16+
* @version 3.0.4
1717
* @package JetRails® Varnish
1818
* @author Rafael Grigorian - JetRails®
1919
* @copyright JetRails®, all rights reserved

Console/Command/Purge/Advanced.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Symfony\Component\Console\Input\InputOption;
99

1010
/**
11-
* @version 3.0.3
11+
* @version 3.0.4
1212
* @package JetRails® Varnish
1313
* @author Rafael Grigorian - JetRails®
1414
* @copyright JetRails®, all rights reserved

Console/Command/Purge/All.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Symfony\Component\Console\Input\InputInterface;
77

88
/**
9-
* @version 3.0.3
9+
* @version 3.0.4
1010
* @package JetRails® Varnish
1111
* @author Rafael Grigorian - JetRails®
1212
* @copyright JetRails®, all rights reserved

Console/Command/Purge/Tag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Symfony\Component\Console\Input\InputOption;
99

1010
/**
11-
* @version 3.0.3
11+
* @version 3.0.4
1212
* @package JetRails® Varnish
1313
* @author Rafael Grigorian - JetRails®
1414
* @copyright JetRails®, all rights reserved

0 commit comments

Comments
 (0)