Skip to content

Commit

Permalink
Merge pull request #18 from newfold-labs/update/facebook-release-1.0.7
Browse files Browse the repository at this point in the history
Version bump and lock update
  • Loading branch information
ramyakrishnai authored May 3, 2024
2 parents 23823ae + a1eb120 commit 77a4336
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 52 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function () {
define('MONTH_IN_SECONDS', '60 * 60 * 24 * 30');
}
if ( ! defined( 'NFD_FACEBOOK_VERSION' ) ) {
define( 'NFD_FACEBOOK_VERSION', '1.0.6' );
define( 'NFD_FACEBOOK_VERSION', '1.0.7' );
}
new Facebook($container);
},
Expand Down
Loading

0 comments on commit 77a4336

Please sign in to comment.