File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.2.1
2
+
3
+ - Fix service scopes on Prestashop 8
4
+
1
5
## 1.2.0
2
6
3
7
- Allow managing Minify settings
Original file line number Diff line number Diff line change @@ -3,12 +3,17 @@ services:
3
3
class : ' Pixel\Module\Cloudflare\Controller\Admin\CloudflareController'
4
4
arguments :
5
5
- ' @pixel.cloudflare.api'
6
+ public : true
7
+
6
8
pixel.cloudflare.config :
7
9
class : ' Pixel\Module\Cloudflare\Helper\Config'
10
+
8
11
pixel.cloudflare.api :
9
12
class : ' Pixel\Module\Cloudflare\Model\Api'
10
13
arguments :
11
14
- ' @symfony.component.http.client.curl'
12
15
- ' @pixel.cloudflare.config'
16
+ public : true
17
+
13
18
symfony.component.http.client.curl :
14
19
class : ' Symfony\Component\HttpClient\CurlHttpClient'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class Pixel_cloudflare extends Module
22
22
public function __construct ()
23
23
{
24
24
$ this ->name = 'pixel_cloudflare ' ;
25
- $ this ->version = '1.2.0 ' ;
25
+ $ this ->version = '1.2.1 ' ;
26
26
$ this ->author = 'Pixel Open ' ;
27
27
$ this ->tab = 'administration ' ;
28
28
$ this ->need_instance = 0 ;
You can’t perform that action at this time.
0 commit comments