{"id":197297,"date":"2024-09-18T12:58:33","date_gmt":"2024-09-18T12:58:33","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/arena-scheduler\/"},"modified":"2026-04-10T09:43:23","modified_gmt":"2026-04-10T09:43:23","slug":"arena-scheduler","status":"publish","type":"plugin","link":"https:\/\/kal.wordpress.org\/plugins\/arena-scheduler\/","author":23062869,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.18","stable_tag":"1.0.18","tested":"6.9.4","requires":"6.6","requires_php":"8.1","requires_plugins":null,"header_name":"Arena Scheduler","header_author":"Ridweb","header_description":"An easy and professional way to organize and schedule arena activities.","assets_banners_color":"504c46","last_updated":"2026-04-10 09:43:23","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.ridweb.se\/","header_plugin_uri":"https:\/\/www.ridweb.se","header_author_uri":"https:\/\/www.ridweb.se\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":1359,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.10":{"tag":"1.0.10","author":"lvl5","date":"2024-09-19 14:09:35"},"1.0.11":{"tag":"1.0.11","author":"lvl5","date":"2024-11-20 07:05:14"},"1.0.12":{"tag":"1.0.12","author":"lvl5","date":"2024-11-26 11:56:59"},"1.0.13":{"tag":"1.0.13","author":"lvl5","date":"2025-04-08 15:15:22"},"1.0.14":{"tag":"1.0.14","author":"lvl5","date":"2025-05-20 14:32:55"},"1.0.15":{"tag":"1.0.15","author":"lvl5","date":"2025-06-30 14:23:10"},"1.0.18":{"tag":"1.0.18","author":"lvl5","date":"2026-04-10 09:43:23"}},"upgrade_notice":{"":"<p>None.<\/p>"},"ratings":[],"assets_icons":{"icon.svg":{"filename":"icon.svg","revision":3153990,"resolution":false,"location":"assets","locale":false}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":3321201,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":3321201,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.10","1.0.11","1.0.12","1.0.13","1.0.14","1.0.15","1.0.18"],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":3154608,"resolution":"1","location":"assets","locale":"","width":803,"height":622},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":3154608,"resolution":"2","location":"assets","locale":"","width":867,"height":715},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":3154608,"resolution":"3","location":"assets","locale":"","width":497,"height":525},"screenshot-4.jpg":{"filename":"screenshot-4.jpg","revision":3154608,"resolution":"4","location":"assets","locale":"","width":498,"height":478}},"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[61276,416,4062],"plugin_category":[40],"plugin_contributors":[259896],"plugin_business_model":[],"class_list":["post-197297","plugin","type-plugin","status-publish","hentry","plugin_tags-arena","plugin_tags-calendar","plugin_tags-schedule","plugin_category-calendar-and-events","plugin_contributors-lvl5","plugin_committers-lvl5"],"banners":{"banner":"https:\/\/ps.w.org\/arena-scheduler\/assets\/banner-772x250.jpg?rev=3321201","banner_2x":"https:\/\/ps.w.org\/arena-scheduler\/assets\/banner-1544x500.jpg?rev=3321201","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":"https:\/\/ps.w.org\/arena-scheduler\/assets\/icon.svg?rev=3153990","icon":"https:\/\/ps.w.org\/arena-scheduler\/assets\/icon.svg?rev=3153990","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/arena-scheduler\/assets\/screenshot-1.jpg?rev=3154608","caption":""},{"src":"https:\/\/ps.w.org\/arena-scheduler\/assets\/screenshot-2.jpg?rev=3154608","caption":""},{"src":"https:\/\/ps.w.org\/arena-scheduler\/assets\/screenshot-3.jpg?rev=3154608","caption":""},{"src":"https:\/\/ps.w.org\/arena-scheduler\/assets\/screenshot-4.jpg?rev=3154608","caption":""}],"raw_content":"<!--section=description-->\n<p>An easy and professional way to organize and schedule arena activities.<\/p>\n\n<h3>Usage<\/h3>\n\n<p>To display the arena scheduler on a page or post, use the following shortcode:<\/p>\n\n<pre><code>[arena_scheduler_view_calendar]\n<\/code><\/pre>\n\n<p>Simply add this shortcode to any page or post where you want the scheduler to appear.<\/p>\n\n<h3>External Resources<\/h3>\n\n<p>This plugin utilizes the following external resources:<\/p>\n\n<ul>\n<li><strong>Google Fonts<\/strong>: The \"Inter\" font is loaded from Google Fonts to enhance the visual presentation of the plugin's user interface. The font is licensed under the <a href=\"https:\/\/scripts.sil.org\/cms\/scripts\/page.php?site_id=nrsi&amp;id=OFL\">SIL Open Font License<\/a>, which is GPL-compatible.<\/li>\n<\/ul>\n\n<p>If you have concerns about loading resources from external servers, consider modifying the plugin to use locally hosted versions of these files or contact us for assistance.<\/p>\n\n<h3>Developer Information<\/h3>\n\n<h4>Does this plugin include a React app?<\/h4>\n\n<p>Yes, this plugin includes a React app on the frontend. The non-compiled (source) version of the React app, including all JavaScript and JSX files, is stored within the plugin.<\/p>\n\n<h4>Where can I find the React app source code?<\/h4>\n\n<p>The source code for the React app is included in the following directory within the plugin:<\/p>\n\n<ul>\n<li><code>\/public\/app\/<\/code><\/li>\n<\/ul>\n\n<p>This directory contains the original JavaScript, JSX, and CSS files used to build the React app.<\/p>\n\n<p>To modify and rebuild the React app:<\/p>\n\n<ol>\n<li>Install the necessary dependencies: <code>npm install<\/code><\/li>\n<li>Make your changes in the <code>\/src\/<\/code> directory.<\/li>\n<li>Run the build command: <code>npm run build<\/code><\/li>\n<li>The compiled JavaScript and CSS will be generated in the <code>\/app\/build\/<\/code> directory and automatically included in the plugin.<\/li>\n<\/ol>\n\n<!--section=installation-->\n<h4>Uploading via WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the \"Add New\" in the plugins dashboard<\/li>\n<li>Navigate to the \"Upload\" area<\/li>\n<li>Select <code>arena-scheduler.zip<\/code> from your computer<\/li>\n<li>Click \"Install Now\"<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Using FTP<\/h4>\n\n<ol>\n<li>Download <code>arena-scheduler.zip<\/code><\/li>\n<li>Extract the <code>arena-scheduler<\/code> directory on your computer<\/li>\n<li>Upload the <code>arena-scheduler<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate it from the Plugins dashboard<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20this%20plugin%20include%20bootstrap%3F\"><h3>Does this plugin include Bootstrap?<\/h3><\/dt>\n<dd><p>This plugin uses Bootstrap 5.3. We have included the non-compiled (unminified) versions of the Bootstrap CSS and JavaScript files.<\/p><\/dd>\n<dt id=\"where%20can%20i%20find%20the%20compiled%20bootstrap%20source%20files%3F\"><h3>Where can I find the compiled Bootstrap source files?<\/h3><\/dt>\n<dd><p>The compiled Bootstrap 5.3 CSS and JavaScript files are located in the following directories within the plugin:<\/p>\n\n<ul>\n<li>CSS: <code>\/admin\/css\/bootstrap5.3.3.min.css<\/code><\/li>\n<li>JavaScript: <code>\/admin\/js\/bootstrap5.3.3.bundle.min.js<\/code><\/li>\n<\/ul>\n\n<p>For more details, refer to the Bootstrap 5.3 documentation: https:\/\/getbootstrap.com\/docs\/5.3\/getting-started\/introduction\/<\/p><\/dd>\n<dt id=\"does%20this%20plugin%20include%20datatables%3F\"><h3>Does this plugin include DataTables?<\/h3><\/dt>\n<dd><p>Yes, this plugin includes Bootstrap DataTables 2.1.4. We have included the non-compiled (unminified) versions of the DataTables CSS and JavaScript files directly within the plugin.<\/p><\/dd>\n<dt id=\"where%20can%20i%20find%20the%20compiled%20datatables%20source%20files%3F\"><h3>Where can I find the compiled DataTables source files?<\/h3><\/dt>\n<dd><p>The compiled DataTables CSS and JavaScript files are included in the following directories within the plugin:<\/p>\n\n<ul>\n<li>CSS: <code>\/admin\/css\/dataTables.bootstrap5.min.css<\/code><\/li>\n<li>JavaScript: <code>\/admin\/js\/dataTables2.1.4.min.js<\/code><\/li>\n<li>JavaScript: <code>\/admin\/js\/dataTables2.1.4.bootstrap5.min.js<\/code><\/li>\n<\/ul>\n\n<p>For more details, refer to the DataTables documentation: https:\/\/datatables.net\/<\/p><\/dd>\n<dt id=\"does%20this%20plugin%20include%20the%20jquery%20toast%20plugin%3F\"><h3>Does this plugin include the jQuery Toast Plugin?<\/h3><\/dt>\n<dd><p>Yes, this plugin includes the jQuery Toast Plugin. We have included the non-compiled (unminified) versions of the jQuery Toast Plugin CSS and JavaScript files directly within the plugin.<\/p><\/dd>\n<dt id=\"where%20can%20i%20find%20the%20compiled%20jquery%20toast%20plugin%20source%20files%3F\"><h3>Where can I find the compiled jQuery Toast Plugin source files?<\/h3><\/dt>\n<dd><p>The compiled jQuery Toast Plugin CSS and JavaScript files are included in the following directories within the plugin:<\/p>\n\n<ul>\n<li>CSS: <code>\/admin\/css\/jquery.toast.min.css<\/code><\/li>\n<li>JavaScript: <code>\/admin\/js\/jquery.toast.min.js<\/code><\/li>\n<\/ul>\n\n<p>For more information about the jQuery Toast Plugin, you can visit the official GitHub repository: https:\/\/github.com\/kamranahmedse\/jquery-toast-plugin<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.18<\/h4>\n\n<ul>\n<li>Bugfixes, added Knowledge Base page<\/li>\n<\/ul>\n\n<h4>1.0.15<\/h4>\n\n<ul>\n<li>This release includes bug fixes and security updates.<\/li>\n<\/ul>\n\n<h4>1.0.14<\/h4>\n\n<ul>\n<li>This release allows users to have unlimited arenas and activities.<\/li>\n<\/ul>\n\n<h4>1.0.13<\/h4>\n\n<ul>\n<li>This release includes bug fixes and security updates.<\/li>\n<\/ul>\n\n<h4>1.0.12<\/h4>\n\n<ul>\n<li>This release includes bug fixes and security updates.<\/li>\n<\/ul>\n\n<h4>1.0.11<\/h4>\n\n<ul>\n<li>This release includes bug fixes and security updates.<\/li>\n<\/ul>\n\n<h4>1.0.10<\/h4>\n\n<ul>\n<li>Added uncompressed CSS and JS files, and implemented security updates.<\/li>\n<\/ul>\n\n<h4>1.0.9<\/h4>\n\n<ul>\n<li>CDN Libraries Localized: All external CDN libraries have been moved to be stored locally within the plugin. This reduces dependency on external servers and enhances the plugin's reliability and performance.<\/li>\n<\/ul>\n\n<h4>1.0.8<\/h4>\n\n<ul>\n<li>This release includes bug fixes and security updates.<\/li>\n<\/ul>\n\n<h4>1.0.7<\/h4>\n\n<ul>\n<li>Enhanced design for Admin Arena and Activities.<\/li>\n<li>Added Knowledge Base and Open a Ticket pages.<\/li>\n<\/ul>\n\n<h4>1.0.6<\/h4>\n\n<ul>\n<li>Resolved warnings related to query and request data, ensuring adherence to WordPress coding standards.<\/li>\n<li>Enhanced security by properly escaping all database queries.<\/li>\n<li>Updated request handling to comply with WordPress standards, preventing potential issues and improving compatibility.<\/li>\n<\/ul>","raw_excerpt":"An easy and professional way to organize and schedule arena activities.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/kal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/197297","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/kal.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/kal.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=197297"}],"author":[{"embeddable":true,"href":"https:\/\/kal.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/lvl5"}],"wp:attachment":[{"href":"https:\/\/kal.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=197297"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/kal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=197297"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/kal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=197297"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/kal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=197297"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/kal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=197297"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/kal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=197297"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}