Skip to content

Commit

Permalink
Released Version 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
null93 committed Apr 12, 2023
1 parent 3229d26 commit 3248ea8
Show file tree
Hide file tree
Showing 35 changed files with 40 additions and 36 deletions.
2 changes: 1 addition & 1 deletion Block/Adminhtml/Export.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Magento\PageCache\Model\Config;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Block/Adminhtml/Export/Varnish4.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use JetRails\Varnish\Block\Adminhtml\Export;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Block/Adminhtml/Export/Varnish5.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use JetRails\Varnish\Block\Adminhtml\Export;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Block/Adminhtml/Export/Varnish6.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use JetRails\Varnish\Block\Adminhtml\Export;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Block/Adminhtml/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use JetRails\Varnish\Helper\Data as Helper;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### `3.0.4`
- Fix #65, Console need to return int for execute function
- Fix #66, Moved development environment to use Bitnami containers

### `3.0.3`
- Fix #62, Removed less file from default layout
- Fix #63, PHP compatibility >=7.2
Expand Down
2 changes: 1 addition & 1 deletion Console/Command/AbstractCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Symfony\Component\Console\Output\OutputInterface;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Console/Command/Purge/Advanced.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Input\InputOption;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Console/Command/Purge/All.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Symfony\Component\Console\Input\InputInterface;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Console/Command/Purge/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Input\InputOption;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Console/Command/Purge/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Symfony\Component\Console\Input\InputOption;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Console/Command/Vcl/GenerateCustom.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use Symfony\Component\Console\Output\OutputInterface;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Configuration/Save.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Magento\Framework\App\Cache\Type\Config;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Configuration/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Magento\Framework\View\Result\PageFactory;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Core/PurgeCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Magento\Framework\Controller\ResultFactory;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/ExclusionRules/Save.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Magento\Framework\Message\ManagerInterface;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/ExclusionRules/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Magento\Framework\Controller\ResultFactory;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Export/CustomConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Magento\PageCache\Model\Config;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/PurgeCache/Advanced.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use JetRails\Varnish\Controller\Adminhtml\Core\PurgeCache;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/PurgeCache/All.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use JetRails\Varnish\Controller\Adminhtml\Core\PurgeCache;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/PurgeCache/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use JetRails\Varnish\Controller\Adminhtml\Core\PurgeCache;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/PurgeCache/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use JetRails\Varnish\Controller\Adminhtml\Core\PurgeCache;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/PurgeCache/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Magento\Framework\Controller\ResultFactory;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
4 changes: 2 additions & 2 deletions Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Magento\PageCache\Model\Cache\Server;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand All @@ -27,7 +27,7 @@ class Data extends AbstractHelper {
protected $_http;
protected $_server;

const MODULE_VERSION = "3.0.3";
const MODULE_VERSION = "3.0.4";
const DEBUG_DISABLED = 1;
const DEBUG_ENABLED = 2;

Expand Down
2 changes: 1 addition & 1 deletion Helper/LazyVclParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Magento\Framework\App\Helper\AbstractHelper;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Helper/Purger.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Magento\Framework\App\Helper\AbstractHelper;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Helper/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Magento\Framework\App\Helper\AbstractHelper;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Helper/VclGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Magento\Framework\App\Helper\AbstractHelper;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Logger/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Monolog\Logger as MonoLogger;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Logger/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Monolog\Logger as MonoLogger;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Model/Adminhtml/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Magento\PageCache\Model\VclTemplateLocatorInterface;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion Observer/Excluder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Magento\Framework\UrlInterface;

/**
* @version 3.0.3
* @version 3.0.4
* @package JetRails® Varnish
* @author Rafael Grigorian - JetRails®
* @copyright JetRails®, all rights reserved
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
> Magento 2 extension which interfaces with the Varnish® caching application in order to manage it through the Magento backend.
![](https://img.shields.io/badge/License-JetRails_License-lightgrey.svg?style=for-the-badge)
![](https://img.shields.io/badge/Version-3.0.3-lightgrey.svg?style=for-the-badge)
![](https://img.shields.io/badge/Version-3.0.4-lightgrey.svg?style=for-the-badge)
![](https://img.shields.io/badge/Stability-Stable-lightgrey.svg?style=for-the-badge)

<p align="center" >
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "jetrails/magento2-varnish",
"description": "Magento 2 extension which interfaces with the Varnish caching application in order to manage it through the Magento backend",
"type": "magento2-module",
"version": "3.0.3",
"license": "SEE LICENSE IN LICENSE.md",
"version": "3.0.4",
"license": "proprietary",
"authors": [
{
"name": "Rafael Grigorian",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<config
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd" >
<module name="JetRails_Varnish" setup_version="3.0.3" schema_version="3.0.3" ></module>
<module name="JetRails_Varnish" setup_version="3.0.4" schema_version="3.0.4" ></module>
</config>

0 comments on commit 3248ea8

Please sign in to comment.