Skip to content

Commit

Permalink
Fixes SDK file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Lannoy committed May 4, 2024
1 parent 628419b commit dcc52fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/libraries/decalog-sdk/EventsLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace DecaLog;

if ( defined( 'DECALOG_VERSION' ) && version_compare(DECALOG_VERSION, '4.0.0', '<') ) {
if ( defined( 'DECALOG_VERSION' ) && version_compare(DECALOG_VERSION, '3.11.0', '<') ) {

/**
* DecaLog PSR-3 logger class. Failsafe for old PSR-3 versions.
Expand Down

0 comments on commit dcc52fd

Please sign in to comment.