Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Jun 5, 2024
1 parent 836e111 commit d157c4a
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 51 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0",
"infinum/eightshift-coding-standards": "2.0.0-beta",
"php-parallel-lint/php-parallel-lint": "^1.3",
"php-stubs/wordpress-stubs": "^6.3",
"szepeviktor/phpstan-wordpress": "^1.3"
"infinum/eightshift-coding-standards": "^3.0.0",
"php-parallel-lint/php-parallel-lint": "^v1.4.0",
"php-stubs/wordpress-stubs": "^v6.5.3",
"szepeviktor/phpstan-wordpress": "^v1.3.4"
},
"require": {
"php": ">=8.2",
"infinum/eightshift-libs": "dev-develop"
"infinum/eightshift-libs": "^8.0.2"
},
"suggest": {
"ext-pcov": "* || This extension is used for code coverage generation. Use either pcov, or xdebug, but not both.",
Expand Down
87 changes: 42 additions & 45 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/Helpers/UtilsSettingsOutputHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ public static function getMiscDisclaimer(string $type = ''): array
[
'component' => 'intro',
'introTitle' => \__('Disclaimer', 'eightshift-forms'),
'introSubtitle' => \sprintf(\__("Eightshift Forms doesn't configure the %s or any other third-party tools. However, enabling this feature adds necessary configurations in the backend for everything to function correctly.", 'eightshift-forms'), esc_html($type)),
// translators: %s will be replaced with the type of disclaimer.
'introSubtitle' => \sprintf(\__("Eightshift Forms doesn't configure the %s or any other third-party tools. However, enabling this feature adds necessary configurations in the backend for everything to function correctly.", 'eightshift-forms'), \esc_html($type)),
],
],
];
Expand Down

0 comments on commit d157c4a

Please sign in to comment.