Skip to content

Commit eaea643

Browse files
committed
fatal error fix on some systems
1 parent 339033d commit eaea643

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

Modula.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://wp-modula.com/
55
* Description: Modula is the most powerful, user-friendly WordPress gallery plugin. Add galleries, masonry grids and more in a few clicks.
66
* Author: WPChill
7-
* Version: 2.8.1
7+
* Version: 2.8.2
88
* Author URI: https://www.wpchill.com/
99
* License: GPLv3 or later
1010
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -47,7 +47,7 @@
4747
* @since 2.0.2
4848
*/
4949

50-
define( 'MODULA_LITE_VERSION', '2.8.1' );
50+
define( 'MODULA_LITE_VERSION', '2.8.2' );
5151
define( 'MODULA_PATH', plugin_dir_path( __FILE__ ) );
5252
define( 'MODULA_URL', plugin_dir_url( __FILE__ ) );
5353
defined( 'MODULA_PRO_STORE_URL' ) || define( 'MODULA_PRO_STORE_URL', 'https://wp-modula.com' );

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
= 2.8.2 - 27.05.2024 =
2+
Fixed: Fatal error in some systems because the "`" was used instead of "'"
3+
14
= 2.8.1 - 27.05.2024 =
25
Changed: Plugin analytics and tracking moved to plugin settings
36
Changed: Improved analytics notice text

includes/libraries/class-wpchill-tracking.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function add_notice_if_needed( $option ) {
6969
public function show_notice() {
7070
?>
7171
<div class="notice notice-info is-dismissible wpchill-tracking-notice">
72-
<p><?php _e( `Plugin tracking: clicking on the 'Agree' button below means you'll be allowing Modula to track, anonymously, plugin usage. This includes gallery settings, and general plugin options. NO emails or PERSONAL information is ever sent back to Modula's servers.`, 'modula-best-grid-gallery' ); ?></p>
72+
<p><?php _e( "Plugin tracking: clicking on the 'Agree' button below means you'll be allowing Modula to track, anonymously, plugin usage. This includes gallery settings, and general plugin options. NO emails or PERSONAL information is ever sent back to Modula's servers.", 'modula-best-grid-gallery' ); ?></p>
7373
<p>
7474
<a href="#" class="button button-primary wpchill-dismiss-notice" data-action="agree_tracking_notice"><?php _e( 'Agree', 'modula-best-grid-gallery' ); ?></a>
7575
<a href="#" class="button wpchill-optout-notice" data-action="optout_tracking_notice"><?php _e( 'Disagree', 'modula-best-grid-gallery' ); ?></a>

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: best gallery plugin, image gallery, video gallery, free gallery, wordpress
44
Requires at least: 5.3
55
Tested up to: 6.5
66
Requires PHP: 5.6
7-
Stable tag: 2.8.1
7+
Stable tag: 2.8.2
88
License: GNU General Public License v3.0 or later
99
The WordPress gallery plugin that's highly customizable & you can use to impress your clients. Create beautiful image galleries in minutes.
1010

@@ -261,6 +261,9 @@ Free support is included only with a PRO license: [Buy Modula PRO](https://wp-mo
261261
4. Responsive galleries created with Modula
262262

263263
== Changelog ==
264+
= 2.8.2 - 27.05.2024 =
265+
Fixed: Fatal error in some systems because the "`" was used instead of "'"
266+
264267
= 2.8.1 - 27.05.2024 =
265268
Changed: Plugin analytics and tracking moved to plugin settings
266269
Changed: Improved analytics notice text

0 commit comments

Comments
 (0)