Skip to content
Snippets Groups Projects
Commit 97216ee8 authored by dyszczo's avatar dyszczo
Browse files

backward compatibility

parent efb2dbda
Branches
Tags 2.3.1
No related merge requests found
Pipeline #8523 passed
## [2.3.0] - 2019-03-25
### Fixed
- Backward compatibility
## [2.3.0] - 2019-03-25 ## [2.3.0] - 2019-03-25
### Added ### Added
- Factory - Factory
......
...@@ -8,6 +8,7 @@ if ( ! interface_exists( 'WPDesk_Requirement_Checker' ) ) { ...@@ -8,6 +8,7 @@ if ( ! interface_exists( 'WPDesk_Requirement_Checker' ) ) {
require_once 'Requirement_Checker.php'; require_once 'Requirement_Checker.php';
} }
if (! class_exists('WPDesk_Basic_Requirement_Checker') ) {
/** /**
* Checks requirements for plugin * Checks requirements for plugin
* have to be compatible with PHP 5.2.x * have to be compatible with PHP 5.2.x
...@@ -399,3 +400,4 @@ class WPDesk_Basic_Requirement_Checker implements WPDesk_Translatable, WPDesk_Re ...@@ -399,3 +400,4 @@ class WPDesk_Basic_Requirement_Checker implements WPDesk_Translatable, WPDesk_Re
} }
} }
} }
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment