Skip to content

Commit 97d26ad

Browse files
committed
Released Version 3.0.3
1 parent c4cf3c5 commit 97d26ad

36 files changed

+41
-37
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.2
11+
* @version 3.0.3
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.2
8+
* @version 3.0.3
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.2
8+
* @version 3.0.3
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.2
8+
* @version 3.0.3
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.2
12+
* @version 3.0.3
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.3`
4+
- Fix #62, Removed less file from default layout
5+
- Fix #63, PHP compatibility >=7.2
6+
37
### `3.0.2`
48
- Fix #61, Managing X-Forwarded-For moved to nginx instead of varnish
59

Console/Command/AbstractCommand.php

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

1414
/**
15-
* @version 3.0.2
15+
* @version 3.0.3
1616
* @package JetRails® Varnish
1717
* @author Rafael Grigorian - JetRails®
1818
* @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.2
11+
* @version 3.0.3
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.2
9+
* @version 3.0.3
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.2
11+
* @version 3.0.3
1212
* @package JetRails® Varnish
1313
* @author Rafael Grigorian - JetRails®
1414
* @copyright JetRails®, all rights reserved

0 commit comments

Comments
 (0)