Skip to content

Commit

Permalink
Merge branch 'bucket/plugin-consolidation' of https://github.com/the-…
Browse files Browse the repository at this point in the history
…events-calendar/tribe-common into EVA-153-Event-Automator-Tests-Merge
  • Loading branch information
pattihis committed May 31, 2024
2 parents e6cca40 + fd18655 commit e9ce97f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tribe-common",
"version": "5.2.7",
"version": "6.0.0",
"repository": "[email protected]:the-events-calendar/tribe-common.git",
"_resourcepath": "src/resources",
"_domainPath": "lang",
Expand Down
2 changes: 1 addition & 1 deletion src/Tribe/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Tribe__Main {
const OPTIONNAME = 'tribe_events_calendar_options';
const OPTIONNAMENETWORK = 'tribe_events_calendar_network_options';
const FEED_URL = 'https://theeventscalendar.com/feed/';
const VERSION = '5.3.0-dev';
const VERSION = '6.0.0';

protected $plugin_context;
protected $plugin_context_class;
Expand Down
2 changes: 1 addition & 1 deletion tribe-common.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Tribe Common
* Description: An event settings framework for managing shared options.
* Version: 5.2.7
* Version: 6.0.0
* Requires at least: 6.3
* Requires PHP: 7.4
* Author: The Events Calendar
Expand Down

0 comments on commit e9ce97f

Please sign in to comment.