Changeset 3408035
- Timestamp:
- 12/02/2025 01:17:44 PM (12 days ago)
- Location:
- zencommunity
- Files:
-
- 40 added
- 2 edited
-
tags/1.0.7/readme.txt (modified) (1 diff)
-
trunk/assets/build/app.1.0.7.asset.php (added)
-
trunk/assets/build/app.1.0.7.js (added)
-
trunk/assets/build/settings.1.0.7.asset.php (added)
-
trunk/assets/build/settings.1.0.7.js (added)
-
trunk/assets/build/zc-livechat.1.0.7.asset.php (added)
-
trunk/assets/build/zc-livechat.1.0.7.js (added)
-
trunk/includes/addons/learndash (added)
-
trunk/includes/addons/learndash/api (added)
-
trunk/includes/addons/learndash/api/common (added)
-
trunk/includes/addons/learndash/api/common/base.php (added)
-
trunk/includes/addons/learndash/api/common/permissions.php (added)
-
trunk/includes/addons/learndash/api/event-controller.php (added)
-
trunk/includes/addons/learndash/api/schema (added)
-
trunk/includes/addons/learndash/api/schema/events-schema.php (added)
-
trunk/includes/addons/learndash/classes (added)
-
trunk/includes/addons/learndash/classes/push-feed.php (added)
-
trunk/includes/addons/learndash/database (added)
-
trunk/includes/addons/learndash/database/migrations (added)
-
trunk/includes/addons/learndash/database/migrations/create-academy-relation-table.php (added)
-
trunk/includes/addons/learndash/database/migrations/create-group-course-relation-table.php (added)
-
trunk/includes/addons/learndash/database/migrator.php (added)
-
trunk/includes/addons/learndash/database/models (added)
-
trunk/includes/addons/learndash/database/models/relation.php (added)
-
trunk/includes/addons/learndash/event-registration.php (added)
-
trunk/includes/addons/learndash/feeds (added)
-
trunk/includes/addons/learndash/feeds/abstracts (added)
-
trunk/includes/addons/learndash/feeds/abstracts/event-feed.php (added)
-
trunk/includes/addons/learndash/feeds/course-completed-feed.php (added)
-
trunk/includes/addons/learndash/feeds/interfaces (added)
-
trunk/includes/addons/learndash/feeds/interfaces/initializable.php (added)
-
trunk/includes/addons/learndash/feeds/interfaces/pushable.php (added)
-
trunk/includes/addons/learndash/feeds/new-enrollment-feed.php (added)
-
trunk/includes/addons/learndash/feeds/new-group-enrollment-feed.php (added)
-
trunk/includes/addons/learndash/feeds/quiz-end-feed.php (added)
-
trunk/includes/addons/learndash/feeds/topic-completed-feed.php (added)
-
trunk/includes/addons/learndash/hooks.php (added)
-
trunk/includes/addons/learndash/learndash.php (added)
-
trunk/includes/addons/learndash/rest-api-init.php (added)
-
trunk/languages (added)
-
trunk/languages/zencommunity.pot (added)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zencommunity/tags/1.0.7/readme.txt
r3408028 r3408035 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 67 Stable tag: 1.0.7 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 -
zencommunity/trunk/readme.txt
r3408028 r3408035 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 67 Stable tag: 1.0.7 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0
Note: See TracChangeset
for help on using the changeset viewer.