Skip to content

Commit

Permalink
release: small fixes
Browse files Browse the repository at this point in the history
* Corrected inaccuracies in notification text.
* Compatibility was confirmed with WordPress for version 6.5.
* Dependencies updated.
  • Loading branch information
selul authored Mar 22, 2024
2 parents e39b112 + ecded58 commit f405f56
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"install-wp-tests": "bash bin/install-wp-tests.sh wordpress_test root '' localhost latest"
},
"require": {
"codeinwp/themeisle-sdk": "^3.2"
"codeinwp/themeisle-sdk": "^3.3"
}
}
16 changes: 8 additions & 8 deletions composer.lock

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

2 changes: 1 addition & 1 deletion inc/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ public function add_notice_upgrade() {
<img src='<?php echo OPTML_URL . 'assets/img/upgrade_icon.png'; ?>'>
</div>
<div style="margin-top: 0.7%;">
<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>
<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>
<p style="margin: 1.5% 0;">
<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' ); ?>
</a>
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"tailwindcss": "^3.3.2"
},
"dependencies": {
"@formbricks/js": "^1.4.2",
"@formbricks/js": "^1.6.5",
"classnames": "^2.3.2",
"react-compare-image": "^3.4.0",
"usehooks-ts": "^2.9.1"
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: optimole
Tags: image optimization, convert webp, image optimizer, lazy load, image, optimization, convert AVIF, resize, free cdn, compress images, optimize images
Requires at least: 5.5
Tested up to: 6.4
Tested up to: 6.5
Requires PHP: 5.4
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Expand Down

0 comments on commit f405f56

Please sign in to comment.