Skip to content

Commit

Permalink
Fixed Call to a member function find() on bool
Browse files Browse the repository at this point in the history
  • Loading branch information
balazscsaba2006 committed Mar 7, 2022
1 parent cc692dd commit be071a6
Show file tree
Hide file tree
Showing 16 changed files with 1,780 additions and 2,066 deletions.
2 changes: 1 addition & 1 deletion .craftplugin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"pluginName":"Amplify","pluginDescription":"Twig filter for the Craft CMS 3 to optimize rich text content for Google AMP.","pluginVersion":"1.0.7","pluginAuthorName":"Human Direct","pluginVendorName":"humandirect","pluginAuthorUrl":"https://humandirect.eu","pluginAuthorGithub":"","codeComments":"yes","pluginComponents":["services","utilities","variables"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"}
{"pluginName":"Amplify","pluginDescription":"Twig filter for the Craft CMS 3 to optimize rich text content for Google AMP.","pluginVersion":"1.0.11","pluginAuthorName":"Human Direct","pluginVendorName":"humandirect","pluginAuthorUrl":"https://humandirect.eu","pluginAuthorGithub":"","codeComments":"yes","pluginComponents":["services","utilities","variables"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,23 @@
## 1.0.6 - 2019-04-18
### Fixed
- Remove return type on Twig Extension because it caused issues in some PHP environments

## 1.0.7 - 2019-05-02
### Fixed
- Fixed Iframe https

## 1.0.8 - 2019-05-03
### Fixed
- Filter unsuported tags [align, hspace, vspace, allowfullscreen, allowtransparency]

## 1.0.9 - 2019-12-06
### Fixed
- Fixed blank image tags. Add check for blank src=""

## 1.0.10 - 2020-05-27
### Updated
- Updated lib/simple_html_dom.php with regex pattern that works with PCRE2 strict mode (php7.3)

## 1.0.11 - 2022-03-07
### Fixed
- Call to a member function find() on bool on \twig\TwigExtensions::amplifyImages
18 changes: 0 additions & 18 deletions codeception.yml

This file was deleted.

12 changes: 2 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=7.4",
"craftcms/cms": "^3.0.0",
"fasterimage/fasterimage": "~1.2"
},
"require-dev": {
"codeception/codeception": "^2.4"
"fasterimage/fasterimage": "^1.5"
},
"repositories": [
{
Expand All @@ -47,11 +44,6 @@
"humandirect\\amplify\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"humandirect\\amplify\\tests\\": "tests/"
}
},
"extra": {
"name": "Amplify",
"handle": "amplify",
Expand Down

0 comments on commit be071a6

Please sign in to comment.