-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from BeAPI/errors_get_contents_check
Errors get contents check
- Loading branch information
Showing
3 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
/* | ||
Plugin Name: BEA - Silo | ||
Version: 1.1.3 | ||
Version: 1.1.4 | ||
Version Boilerplate: 2.1.0 | ||
Plugin URI: http://www.beapi.fr | ||
Description: Add silo feature | ||
|
@@ -12,7 +12,7 @@ | |
Network: True | ||
---- | ||
Copyright 2017 BE API Technical team ([email protected]) | ||
Copyright 2018 BE API Technical team ([email protected]) | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
@@ -39,7 +39,7 @@ | |
} | ||
|
||
// Plugin constants | ||
define( 'BEA_SILO_VERSION', '1.1.3' ); | ||
define( 'BEA_SILO_VERSION', '1.1.4' ); | ||
define( 'BEA_SILO_MIN_PHP_VERSION', '5.4' ); | ||
|
||
// Plugin URL and PATH | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters