Skip to content

Commit f405f56

Browse files
authored
release: small fixes
* Corrected inaccuracies in notification text. * Compatibility was confirmed with WordPress for version 6.5. * Dependencies updated.
2 parents e39b112 + ecded58 commit f405f56

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"install-wp-tests": "bash bin/install-wp-tests.sh wordpress_test root '' localhost latest"
5454
},
5555
"require": {
56-
"codeinwp/themeisle-sdk": "^3.2"
56+
"codeinwp/themeisle-sdk": "^3.3"
5757
}
5858
}

composer.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inc/admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ public function add_notice_upgrade() {
600600
<img src='<?php echo OPTML_URL . 'assets/img/upgrade_icon.png'; ?>'>
601601
</div>
602602
<div style="margin-top: 0.7%;">
603-
<p style="font-size: 16px !important;"> <?php printf( __( '%1$sIt seems your are close to the 5.0000 visits limit with %3$sOptiMole%4$s for this month.%2$s %5$s For a larger quota you may want to check the upgrade plans. If you exceed the quota we will need to deliver back your original, un-optimized images, which might decrease your site speed performance.', 'optimole-wp' ), '<strong>', '</strong>', '<strong>', '</strong>', '<br/><br/>', '<i>', '</i >', '<strong>', '</strong>' ); ?></p>
603+
<p style="font-size: 16px !important;"> <?php printf( __( '%1$sIt seems you are close to the %2$s visits limit with %3$sOptiMole%4$s for this month.%5$s %6$s For a larger quota you may want to check the upgrade plans. If you exceed the quota we will need to deliver back your original, un-optimized images, which might decrease your site speed performance.', 'optimole-wp' ), '<strong>', number_format_i18n( 1000 ), '</strong>', '<strong>', '</strong>', '<br/><br/>', '<i>', '</i >', '<strong>', '</strong>' ); ?></p>
604604
<p style="margin: 1.5% 0;">
605605
<a href="https://optimole.com/pricing" target="_blank" style="border-radius: 4px;padding: 9px 10px;border: 2px solid #FFF;color: white;text-decoration: none;"><?php _e( 'Check upgrade plans', 'optimole-wp' ); ?>
606606
</a>

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"tailwindcss": "^3.3.2"
5858
},
5959
"dependencies": {
60-
"@formbricks/js": "^1.4.2",
60+
"@formbricks/js": "^1.6.5",
6161
"classnames": "^2.3.2",
6262
"react-compare-image": "^3.4.0",
6363
"usehooks-ts": "^2.9.1"

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: optimole
33
Tags: image optimization, convert webp, image optimizer, lazy load, image, optimization, convert AVIF, resize, free cdn, compress images, optimize images
44
Requires at least: 5.5
5-
Tested up to: 6.4
5+
Tested up to: 6.5
66
Requires PHP: 5.4
77
License: GPLv3
88
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

0 commit comments

Comments
 (0)