Changeset 3302855
- Timestamp:
- 05/29/2025 10:30:47 AM (10 months ago)
- Location:
- shortcode-for-mobilizeamerica-api
- Files:
-
- 2 edited
-
tags/1.0.10/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shortcode-for-mobilizeamerica-api/tags/1.0.10/readme.txt
r3302851 r3302855 30 30 Attributes 31 31 The shortcode accepts the following attributes: 32 * organization_id (required):The ID of the organization whose events you want to display. You can find this ID on Mobilize America. https://www.mobilize.us/dashboard/YOUR-ORGANIZATION/settings/32 * **organization_id (required):** The ID of the organization whose events you want to display. You can find this ID on Mobilize America. https://www.mobilize.us/dashboard/YOUR-ORGANIZATION/settings/ 33 33 * timeslot_start: (optional): Suggested: gte_now which is greater than now - Unix timestamp to filter events. Only shows events withtimeslots starting after this date. 34 34 * timeslot_end: (optional): Unix timestamp to filter events. Only shows events with timeslots starting before this date. … … 66 66 67 67 ## Planed Features 68 * Truncate Description69 * Fix Elementor Widget Style settings70 * Map Link for Address71 * Remove Default & Card Layout for single layout - future feature of custom layout68 * Truncate Description 69 * Fix Elementor Widget Style settings 70 * Map Link for Address 71 * Remove Default & Card Layout for single layout - future feature of custom layout 72 72 73 73 ## Future Feature Ideas 74 * Block to output shortcode content75 * Single Event Display76 * Custom Layout in uploads directory77 * UI for custom layout inside wordpress78 * Map Layout of events79 * Events stored locally in database to allow for better search / filtering74 * Block to output shortcode content 75 * Single Event Display 76 * Custom Layout in uploads directory 77 * UI for custom layout inside wordpress 78 * Map Layout of events 79 * Events stored locally in database to allow for better search / filtering 80 80 81 81 … … 87 87 ## Change Log 88 88 2025-05-29 v1.0.10 89 * Added default timeslot_start as gte_now so that the shortcode will show future event by default89 * Added default timeslot_start as gte_now so that the shortcode will show future event by default 90 90 91 91 92 92 2025-05-19 v1.0.9 93 * Added Location to output94 * Added time to output - adjusted output to local time based on WordPress timezone95 * Added Sponsor Name / Link93 * Added Location to output 94 * Added time to output - adjusted output to local time based on WordPress timezone 95 * Added Sponsor Name / Link 96 96 97 97 -
shortcode-for-mobilizeamerica-api/trunk/readme.txt
r3302851 r3302855 30 30 Attributes 31 31 The shortcode accepts the following attributes: 32 * organization_id (required):The ID of the organization whose events you want to display. You can find this ID on Mobilize America. https://www.mobilize.us/dashboard/YOUR-ORGANIZATION/settings/32 * **organization_id (required):** The ID of the organization whose events you want to display. You can find this ID on Mobilize America. https://www.mobilize.us/dashboard/YOUR-ORGANIZATION/settings/ 33 33 * timeslot_start: (optional): Suggested: gte_now which is greater than now - Unix timestamp to filter events. Only shows events withtimeslots starting after this date. 34 34 * timeslot_end: (optional): Unix timestamp to filter events. Only shows events with timeslots starting before this date. … … 66 66 67 67 ## Planed Features 68 * Truncate Description69 * Fix Elementor Widget Style settings70 * Map Link for Address71 * Remove Default & Card Layout for single layout - future feature of custom layout68 * Truncate Description 69 * Fix Elementor Widget Style settings 70 * Map Link for Address 71 * Remove Default & Card Layout for single layout - future feature of custom layout 72 72 73 73 ## Future Feature Ideas 74 * Block to output shortcode content75 * Single Event Display76 * Custom Layout in uploads directory77 * UI for custom layout inside wordpress78 * Map Layout of events79 * Events stored locally in database to allow for better search / filtering74 * Block to output shortcode content 75 * Single Event Display 76 * Custom Layout in uploads directory 77 * UI for custom layout inside wordpress 78 * Map Layout of events 79 * Events stored locally in database to allow for better search / filtering 80 80 81 81 … … 87 87 ## Change Log 88 88 2025-05-29 v1.0.10 89 * Added default timeslot_start as gte_now so that the shortcode will show future event by default89 * Added default timeslot_start as gte_now so that the shortcode will show future event by default 90 90 91 91 92 92 2025-05-19 v1.0.9 93 * Added Location to output94 * Added time to output - adjusted output to local time based on WordPress timezone95 * Added Sponsor Name / Link93 * Added Location to output 94 * Added time to output - adjusted output to local time based on WordPress timezone 95 * Added Sponsor Name / Link 96 96 97 97
Note: See TracChangeset
for help on using the changeset viewer.