Changeset 3398286
- Timestamp:
- 11/18/2025 06:37:56 PM (4 months ago)
- Location:
- the-events-calendar/tags/6.15.12
- Files:
-
- 84 added
- 13 deleted
- 178 edited
-
build/js/admin/notice-install-event-tickets.asset.php (modified) (view diffs)
-
build/js/admin/notice-install-event-tickets.js (modified) (view diffs)
-
build/js/views/manager.asset.php (modified) (view diffs)
-
build/js/views/manager.js (modified) (view diffs)
-
changelog.md (modified) (view diffs)
-
common/build/js/admin/help-hub-iframe.asset.php (modified) (view diffs)
-
common/build/js/admin/help-hub-iframe.js (modified) (view diffs)
-
common/build/js/admin/help-page.asset.php (modified) (view diffs)
-
common/build/js/admin/help-page.js (modified) (view diffs)
-
common/build/js/admin/url-fragment-scroll.asset.php (modified) (view diffs)
-
common/build/js/admin/url-fragment-scroll.js (modified) (view diffs)
-
common/build/tecApi.asset.php (added)
-
common/build/tecApi.js (added)
-
common/lang/tribe-common.pot (modified) (view diffs)
-
common/src/Common/Abstracts (added)
-
common/src/Common/Abstracts/Custom_List_Table.php (added)
-
common/src/Common/Abstracts/Custom_Table_Repository.php (added)
-
common/src/Common/Admin/Abstract_Custom_List_Table.php (modified) (view diffs)
-
common/src/Common/Contracts/Custom_Table_Repository_Interface.php (added)
-
common/src/Common/Contracts/Provider/Controller.php (modified) (view diffs)
-
common/src/Common/Contracts/Repository_Interface.php (added)
-
common/src/Common/Controller.php (modified) (view diffs)
-
common/src/Common/Integrations/Custom_Table_Abstract.php (deleted)
-
common/src/Common/Integrations/Traits/Custom_Table_Query_Methods.php (deleted)
-
common/src/Common/Key_Value_Cache/Controller.php (modified) (view diffs)
-
common/src/Common/Key_Value_Cache/Table/Schema.php (modified) (view diffs)
-
common/src/Common/Libraries/Shepherd.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Abstracts/Custom_Entity_Endpoint.php (added)
-
common/src/Common/REST/TEC/V1/Abstracts/Endpoint.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Abstracts/Parameter.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Abstracts/Post_Entity_Endpoint.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Collections/Collection.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Collections/RequestBodyCollection.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Contracts/Creatable_Endpoint.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Contracts/Custom_Entity_Endpoint_Interface.php (added)
-
common/src/Common/REST/TEC/V1/Contracts/Deletable_Endpoint.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Contracts/OpenAPI_Schema.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Contracts/Parameter.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Contracts/Post_Entity_Endpoint_Interface.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Contracts/Readable_Endpoint.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Contracts/Updatable_Endpoint.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Documentation/OpenAPI_Schema.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Documentation/TEC_Post_Entity_Definition.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Documentation/TEC_Post_Entity_Request_Body_Definition.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Endpoints/OpenApiDocs.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Exceptions/InvalidRestArgumentException.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Parameter_Types/Array_Of_Type.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Parameter_Types/Date_Time.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Parameter_Types/Definition_Parameter.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Parameter_Types/Email.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Parameter_Types/Entity.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Parameter_Types/Hex_Color.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Parameter_Types/IP.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Parameter_Types/Integer.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Parameter_Types/Number.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Parameter_Types/Positive_Integer.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Parameter_Types/Text.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Parameter_Types/URI.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Parameter_Types/UUID.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Traits/Create_Entity_Response.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Traits/Delete_Custom_Entity_Response.php (added)
-
common/src/Common/REST/TEC/V1/Traits/Delete_Entity_Response.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Traits/Read_Archive_Response.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Traits/Read_Custom_Archive_Response.php (added)
-
common/src/Common/REST/TEC/V1/Traits/Read_Custom_Entity_Response.php (added)
-
common/src/Common/REST/TEC/V1/Traits/Read_Entity_Response.php (modified) (view diffs)
-
common/src/Common/REST/TEC/V1/Traits/Update_Custom_Entity_Response.php (added)
-
common/src/Common/REST/TEC/V1/Traits/Update_Entity_Response.php (modified) (view diffs)
-
common/src/Common/SVG (added)
-
common/src/Common/SVG/Controller.php (added)
-
common/src/Common/SVG/SVG.php (added)
-
common/src/Tribe/Admin/Notices.php (modified) (view diffs)
-
common/src/Tribe/Dialog/View.php (modified) (view diffs)
-
common/src/Tribe/Main.php (modified) (view diffs)
-
common/src/Tribe/Repository/Decorator.php (modified) (view diffs)
-
common/src/Tribe/Repository/Interface.php (modified) (view diffs)
-
common/src/Tribe/Repository/Read_Interface.php (modified) (view diffs)
-
common/src/Tribe/Repository/Update_Interface.php (modified) (view diffs)
-
common/src/admin-views/app-shop.php (modified) (view diffs)
-
common/src/admin-views/troubleshooting.php (modified) (view diffs)
-
common/src/functions/template-tags/svg.php (added)
-
common/vendor/autoload.php (modified) (view diffs)
-
common/vendor/composer/autoload_aliases.php (modified) (view diffs)
-
common/vendor/composer/autoload_psr4.php (modified) (view diffs)
-
common/vendor/composer/autoload_real.php (modified) (view diffs)
-
common/vendor/composer/autoload_static.php (modified) (view diffs)
-
common/vendor/composer/installed.json (modified) (view diffs)
-
common/vendor/composer/installed.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/autoload.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/composer/autoload_classmap.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/composer/autoload_psr4.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/composer/autoload_real.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/composer/autoload_static.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/composer/installed.json (modified) (view diffs)
-
common/vendor/vendor-prefixed/composer/installed.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/Config.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/Contracts/Arrayable.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/Contracts/Model.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/Contracts/ModelCrud.php (deleted)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/Contracts/ModelFromQueryBuilderObject.php (deleted)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/Contracts/ModelHasFactory.php (deleted)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/Contracts/ModelPersistable.php (added)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/Contracts/ModelReadOnly.php (deleted)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/DataTransferObject.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/Exceptions (added)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/Exceptions/ReadOnlyPropertyException.php (added)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/Model.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/ModelFactory.php (deleted)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/ModelProperty.php (added)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/ModelPropertyCollection.php (added)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/ModelPropertyDefinition.php (added)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/ModelQueryBuilder.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/ModelRelationship.php (added)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/ModelRelationshipCollection.php (added)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/ModelRelationshipDefinition.php (added)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/Repositories/Repository.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/models/src/Models/ValueObjects/Relationship.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/schema-models (added)
-
common/vendor/vendor-prefixed/stellarwp/schema-models/LICENSE (added)
-
common/vendor/vendor-prefixed/stellarwp/schema-models/src (added)
-
common/vendor/vendor-prefixed/stellarwp/schema-models/src/Contracts (added)
-
common/vendor/vendor-prefixed/stellarwp/schema-models/src/Contracts/Relationships (added)
-
common/vendor/vendor-prefixed/stellarwp/schema-models/src/Contracts/Relationships/ManyToManyWithPosts.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema-models/src/Contracts/Relationships/RelationshipCRUD.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema-models/src/Contracts/SchemaModel.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema-models/src/Exceptions (added)
-
common/vendor/vendor-prefixed/stellarwp/schema-models/src/Exceptions/BadMethodCallSchemaModelException.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema-models/src/Exceptions/SchemaModelException.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema-models/src/Relationships (added)
-
common/vendor/vendor-prefixed/stellarwp/schema-models/src/Relationships/ManyToManyWithPosts.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema-models/src/SchemaModel.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Builder.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Collections (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Collections/Collection.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Collections/Column_Collection.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Collections/Index_Collection.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Binary_Column.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Blob_Column.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Boolean_Column.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Column_Types.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Contracts (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Contracts/Auto_Incrementable.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Contracts/Column.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Contracts/Column_Interface.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Contracts/Indexable.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Contracts/Lengthable.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Contracts/Precisionable.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Contracts/Primarable.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Contracts/Signable.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Contracts/Uniquable.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Created_At.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Datetime_Column.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Float_Column.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/ID.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Integer_Column.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Last_Changed.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/PHP_Types.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Referenced_ID.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/String_Column.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Text_Column.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Columns/Updated_At.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Fields/Collection.php (deleted)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Fields/Contracts/Field.php (deleted)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Fields/Contracts/Schema_Interface.php (deleted)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Fields/Filters/Table_FilterIterator.php (deleted)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Indexes (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Indexes/Classic_Index.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Indexes/Contracts (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Indexes/Contracts/Abstract_Index.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Indexes/Contracts/Index.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Indexes/Fulltext_Index.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Indexes/Primary_Key.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Indexes/Unique_Key.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Register.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Schema.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Tables/Collection.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Tables/Contracts/Schema_Interface.php (deleted)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Tables/Contracts/Table.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Tables/Contracts/Table_Interface.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Tables/Contracts/Table_Schema_Interface.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Tables/Table_Schema.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Traits (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Traits/Custom_Table_Query_Methods.php (added)
-
common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Traits/Indexable.php (added)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Abstracts/Model_Abstract.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Abstracts/Table_Abstract.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Abstracts/Task_Model_Abstract.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Action_Scheduler_Methods.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Config.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Contracts/Logger.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Contracts/Model.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Log.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Loggers/ActionScheduler_DB_Logger.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Loggers/DB_Logger.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Loggers/Null_Logger.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Provider.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Regulator.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Tables/AS_Logs.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Tables/Provider.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Tables/Task_Logs.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Tables/Tasks.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Tasks/Herding.php (modified) (view diffs)
-
common/vendor/vendor-prefixed/stellarwp/shepherd/src/Traits/Custom_Table_Query_Methods.php (deleted)
-
lang/the-events-calendar-bg_BG.mo (modified) (view diffs)
-
lang/the-events-calendar-ca.mo (modified) (view diffs)
-
lang/the-events-calendar-cs_CZ.mo (modified) (view diffs)
-
lang/the-events-calendar-da_DK.mo (modified) (view diffs)
-
lang/the-events-calendar-de_AT.mo (modified) (view diffs)
-
lang/the-events-calendar-de_CH.mo (modified) (view diffs)
-
lang/the-events-calendar-de_CH_informal.mo (modified) (view diffs)
-
lang/the-events-calendar-de_DE.mo (modified) (view diffs)
-
lang/the-events-calendar-de_DE_formal.mo (modified) (view diffs)
-
lang/the-events-calendar-en_AU.mo (modified) (view diffs)
-
lang/the-events-calendar-en_CA.mo (modified) (view diffs)
-
lang/the-events-calendar-en_GB.mo (modified) (view diffs)
-
lang/the-events-calendar-en_NZ.mo (modified) (view diffs)
-
lang/the-events-calendar-en_ZA.mo (modified) (view diffs)
-
lang/the-events-calendar-es_AR.mo (modified) (view diffs)
-
lang/the-events-calendar-es_CL.mo (modified) (view diffs)
-
lang/the-events-calendar-es_CO.mo (modified) (view diffs)
-
lang/the-events-calendar-es_DO.mo (modified) (view diffs)
-
lang/the-events-calendar-es_EC.mo (modified) (view diffs)
-
lang/the-events-calendar-es_ES.mo (modified) (view diffs)
-
lang/the-events-calendar-es_MX.mo (modified) (view diffs)
-
lang/the-events-calendar-es_VE.mo (modified) (view diffs)
-
lang/the-events-calendar-fi.mo (modified) (view diffs)
-
lang/the-events-calendar-fr_FR.mo (modified) (view diffs)
-
lang/the-events-calendar-gl_ES.mo (modified) (view diffs)
-
lang/the-events-calendar-hu_HU.mo (modified) (view diffs)
-
lang/the-events-calendar-it_IT.mo (modified) (view diffs)
-
lang/the-events-calendar-ja.mo (modified) (view diffs)
-
lang/the-events-calendar-ko_KR.mo (modified) (view diffs)
-
lang/the-events-calendar-nb_NO.mo (modified) (view diffs)
-
lang/the-events-calendar-nl_BE.mo (modified) (view diffs)
-
lang/the-events-calendar-nl_NL.mo (modified) (view diffs)
-
lang/the-events-calendar-nl_NL_formal.mo (modified) (view diffs)
-
lang/the-events-calendar-nn_NO.mo (modified) (view diffs)
-
lang/the-events-calendar-pl_PL.mo (modified) (view diffs)
-
lang/the-events-calendar-pt_BR.mo (modified) (view diffs)
-
lang/the-events-calendar-pt_PT.mo (modified) (view diffs)
-
lang/the-events-calendar-ro_RO.mo (modified) (view diffs)
-
lang/the-events-calendar-ru_RU.mo (modified) (view diffs)
-
lang/the-events-calendar-sl_SI.mo (modified) (view diffs)
-
lang/the-events-calendar-sv_SE.mo (modified) (view diffs)
-
lang/the-events-calendar-tr_TR.mo (modified) (view diffs)
-
lang/the-events-calendar-uk.mo (modified) (view diffs)
-
lang/the-events-calendar-vi.mo (modified) (view diffs)
-
lang/the-events-calendar-zh_CN.mo (modified) (view diffs)
-
lang/the-events-calendar-zh_HK.mo (modified) (view diffs)
-
lang/the-events-calendar.pot (modified) (view diffs)
-
readme.txt (modified) (view diffs)
-
src/Events/Custom_Tables/V1/Models/Builder.php (modified) (view diffs)
-
src/Events/REST/TEC/V1/Endpoints/Event.php (modified) (view diffs)
-
src/Events/REST/TEC/V1/Endpoints/Events.php (modified) (view diffs)
-
src/Events/REST/TEC/V1/Endpoints/Organizer.php (modified) (view diffs)
-
src/Events/REST/TEC/V1/Endpoints/Organizers.php (modified) (view diffs)
-
src/Events/REST/TEC/V1/Endpoints/Venue.php (modified) (view diffs)
-
src/Events/REST/TEC/V1/Endpoints/Venues.php (modified) (view diffs)
-
src/Events/REST/TEC/V1/Traits/With_Events_ORM.php (modified) (view diffs)
-
src/Events/REST/TEC/V1/Traits/With_Organizers_ORM.php (modified) (view diffs)
-
src/Events/REST/TEC/V1/Traits/With_Venues_ORM.php (modified) (view diffs)
-
src/Tribe/Aggregator/Record/List_Table.php (modified) (view diffs)
-
src/Tribe/Main.php (modified) (view diffs)
-
src/Tribe/Plugin_Register.php (modified) (view diffs)
-
src/Tribe/Views/V2/Hooks.php (modified) (view diffs)
-
src/Tribe/Views/V2/Template/Page.php (modified) (view diffs)
-
src/Tribe/Views/V2/Template_Bootstrap.php (modified) (view diffs)
-
src/views/v2/components/content-title.php (modified) (view diffs)
-
src/views/v2/day/time-separator.php (modified) (view diffs)
-
src/views/v2/list/event/title.php (modified) (view diffs)
-
src/views/v2/list/month-separator.php (modified) (view diffs)
-
src/views/v2/month/calendar-body/day/date.php (modified) (view diffs)
-
the-events-calendar.php (modified) (view diffs)
-
vendor/composer/installed.php (modified) (view diffs)
Note: See TracChangeset
for help on using the changeset viewer.