Plugin Directory

Changeset 3257167


Ignore:
Timestamp:
03/17/2025 01:49:04 PM (13 months ago)
Author:
addeventinc
Message:

Updated readme, changed help link, replaced banner image, added version 1.4

Location:
addevent
Files:
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • addevent/tags/1.4/block.js

    r3239873 r3257167  
    7575                            value: calendarID,
    7676                            onChange: (value) => setAttributes({ calendarID: value }),
    77                             help: createElement('a', { href: 'https://help.addevent.com/docs/create-a-calendar', target: '_blank' }, 'How to find the CalendarID')
     77                            help: createElement('a', { href: 'https://help.addevent.com/docs/how-to-find-your-calendar-id', target: '_blank' }, 'How to find the CalendarID')
    7878                        }),
    7979                        createElement(ToggleControl, {
  • addevent/tags/1.4/readme.txt

    r3241846 r3257167  
    1 === AddEvent Embeddable Calendar ===
     1=== Events Calendar by AddEvent – Embeddable Event Calendar Plugin ===
    22Contributors: addeventinc
    3 Tags: event, calendar, schedule, embeddable calendar
     3Tags: event calendar, calendar, schedule, embeddable calendar, events calendar, online calendar, embeddable events calendar, event management, schedule of events, event schedule
    44Requires at least: 5.6
    5 Tested up to: 6.7.3
     5Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 1.3
     7Stable tag: 1.4
    88License: GPL-2.0+
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1515== Description ==
    1616
    17 The AddEvent Calendar Plugin for WordPress is a powerful and user-friendly tool to showcase upcoming events, conferences, schedules, calendars, webinars, and more—seamlessly integrating with your website’s design.
     17AddEvent's Events Calendar Plugin for WordPress makes it simple to embed a fully responsive, customizable events calendar on your website. Perfect for showcasing upcoming events, conferences, and schedules.
    1818
    1919Don't have an AddEvent account yet? Sign up for your own [AddEvent Calendar](https://addevent.com/signup?utm_source=wordpress&utm_medium=plugin&utm_campaign=embeddable-calendar&utm_term=addevent-calendar&utm_content=signup).
    2020
    21 Embed a beautiful calendar on your website - display your events and keep your visitors up to date without any extra effort on their part.
     21Embed a beautiful event calendar on your website - display your upcoming events and keep your visitors up to date without any extra effort on their part.
    2222
    23 AddEvent's Embeddable Calendar plugin lets you display your AddEvent calendar on your website. Install the plugin, add the AddEvent Calendar block, and put in the CalendarID of your AddEvent Calendar.
     23AddEvent's Embeddable Events Calendar plugin lets you display your AddEvent-powered Events Calendar on your website. Install the plugin, add the AddEvent Event Calendar block, and put in the CalendarID of your AddEvent Calendar.
    2424
    2525**Key Features:**
    2626✅ Easy Embedding – Add beautiful, fully responsive event calendars anywhere on your site.
    27 ✅ Customization Options - Customize the calendar through block settings such as inclusion or removal of the calendar name, print button, timezone selector, subscribe buttons, and so forth
    28 ✅ Subscribe Button – Let visitors save your calendar feed in their calendar of choice (Google, Outlook, Apple, etc.).
    29 ✅ Real-Time Updates – Automatically sync event changes without needing manual updates to your website calendar. Events that are added and updated in AddEvent will reflect on your website in real time.
     27✅ Customize Your Events Calendar - Customize the event calendar through block settings such as inclusion or removal of the calendar name, print button, timezone selector, subscribe buttons, and so forth
     28✅ Subscribe Button – Let visitors save your event calendar feed in their calendar of choice (Google, Outlook, Apple, etc.).
     29✅ Real-Time Event Updates & Syncing – Automatically sync event changes without needing manual updates to your website calendar. Events that are added and updated in AddEvent will be reflected on your website in real-time.
    3030✅ Timezone Support – Ensure event times display accurately for global audiences.
    3131✅ Calendar Display Settings - Supports various calendar views (month, week, schedule)
     
    3333Perfect for businesses, nonprofits, educators, coaches, marketers, and anyone hosting events who wants to share their schedule and calendar on their website! AddEvent’s WordPress plugin makes calendar sharing simple, professional, and effective. Start engaging your audience today!
    3434
    35 👉 **Install now and turn your website into an event hub!**
     35👉 **Install the AddEvent Events Calendar Plugin today and turn your website into an event hub!**
    3636
    3737
     
    4747== Screenshots ==
    4848
    49 1. **AddEvent Calendar Block** - A preview of the AddEvent block in the Gutenberg editor.
    50 2. **Block Settings Panel** - Configure the Calendar ID directly in the block settings.
     491. **AddEvent Events Calendar Block** - Add and configure your AddEvent Events Calendar in the Gutenberg editor.
     502. **Block Settings Panel** - Configure the Calendar ID directly in the block settings and customize your events calendar display settings.
    51513. **Website View** - Display your event calendar dynamically on your website.
    5252
     
    8989= Where do I find my Calendar ID? =
    9090
    91 Navigate to your [AddEvent account](https://app.addevent.com/calendars), hover over your calendar name, and click the three dots. From there, click **Calendar Page**, and your Calendar ID can be found in the top calendar details section.
     91You can find your Calendar ID by logging into your [AddEvent account](https://app.addevent.com/calendars). Hover over your calendar name, and click the three dots. From there, click **Calendar Page**, and your Calendar ID can be found in the top calendar details section. This ID allows you to embed your Events Calendar on your WordPress site.
    9292
    9393= How do I configure the Calendar ID? =
    9494
    95 When you add the Add Event block, you can set the Calendar ID in the block's settings panel in the editor.
     95After adding the AddEvent Event Calendar block, enter your Calendar ID in the settings panel to link your Events Calendar.
    9696
    9797= Can I manage events directly in WordPress? =
  • addevent/trunk/block.js

    r3239873 r3257167  
    7575                            value: calendarID,
    7676                            onChange: (value) => setAttributes({ calendarID: value }),
    77                             help: createElement('a', { href: 'https://help.addevent.com/docs/create-a-calendar', target: '_blank' }, 'How to find the CalendarID')
     77                            help: createElement('a', { href: 'https://help.addevent.com/docs/how-to-find-your-calendar-id', target: '_blank' }, 'How to find the CalendarID')
    7878                        }),
    7979                        createElement(ToggleControl, {
  • addevent/trunk/readme.txt

    r3241846 r3257167  
    1 === AddEvent Embeddable Calendar ===
     1=== Events Calendar by AddEvent – Embeddable Event Calendar Plugin ===
    22Contributors: addeventinc
    3 Tags: event, calendar, schedule, embeddable calendar
     3Tags: event calendar, calendar, schedule, embeddable calendar, events calendar, online calendar, embeddable events calendar, event management, schedule of events, event schedule
    44Requires at least: 5.6
    5 Tested up to: 6.7.3
     5Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 1.3
     7Stable tag: 1.4
    88License: GPL-2.0+
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1515== Description ==
    1616
    17 The AddEvent Calendar Plugin for WordPress is a powerful and user-friendly tool to showcase upcoming events, conferences, schedules, calendars, webinars, and more—seamlessly integrating with your website’s design.
     17AddEvent's Events Calendar Plugin for WordPress makes it simple to embed a fully responsive, customizable events calendar on your website. Perfect for showcasing upcoming events, conferences, and schedules.
    1818
    1919Don't have an AddEvent account yet? Sign up for your own [AddEvent Calendar](https://addevent.com/signup?utm_source=wordpress&utm_medium=plugin&utm_campaign=embeddable-calendar&utm_term=addevent-calendar&utm_content=signup).
    2020
    21 Embed a beautiful calendar on your website - display your events and keep your visitors up to date without any extra effort on their part.
     21Embed a beautiful event calendar on your website - display your upcoming events and keep your visitors up to date without any extra effort on their part.
    2222
    23 AddEvent's Embeddable Calendar plugin lets you display your AddEvent calendar on your website. Install the plugin, add the AddEvent Calendar block, and put in the CalendarID of your AddEvent Calendar.
     23AddEvent's Embeddable Events Calendar plugin lets you display your AddEvent-powered Events Calendar on your website. Install the plugin, add the AddEvent Event Calendar block, and put in the CalendarID of your AddEvent Calendar.
    2424
    2525**Key Features:**
    2626✅ Easy Embedding – Add beautiful, fully responsive event calendars anywhere on your site.
    27 ✅ Customization Options - Customize the calendar through block settings such as inclusion or removal of the calendar name, print button, timezone selector, subscribe buttons, and so forth
    28 ✅ Subscribe Button – Let visitors save your calendar feed in their calendar of choice (Google, Outlook, Apple, etc.).
    29 ✅ Real-Time Updates – Automatically sync event changes without needing manual updates to your website calendar. Events that are added and updated in AddEvent will reflect on your website in real time.
     27✅ Customize Your Events Calendar - Customize the event calendar through block settings such as inclusion or removal of the calendar name, print button, timezone selector, subscribe buttons, and so forth
     28✅ Subscribe Button – Let visitors save your event calendar feed in their calendar of choice (Google, Outlook, Apple, etc.).
     29✅ Real-Time Event Updates & Syncing – Automatically sync event changes without needing manual updates to your website calendar. Events that are added and updated in AddEvent will be reflected on your website in real-time.
    3030✅ Timezone Support – Ensure event times display accurately for global audiences.
    3131✅ Calendar Display Settings - Supports various calendar views (month, week, schedule)
     
    3333Perfect for businesses, nonprofits, educators, coaches, marketers, and anyone hosting events who wants to share their schedule and calendar on their website! AddEvent’s WordPress plugin makes calendar sharing simple, professional, and effective. Start engaging your audience today!
    3434
    35 👉 **Install now and turn your website into an event hub!**
     35👉 **Install the AddEvent Events Calendar Plugin today and turn your website into an event hub!**
    3636
    3737
     
    4747== Screenshots ==
    4848
    49 1. **AddEvent Calendar Block** - A preview of the AddEvent block in the Gutenberg editor.
    50 2. **Block Settings Panel** - Configure the Calendar ID directly in the block settings.
     491. **AddEvent Events Calendar Block** - Add and configure your AddEvent Events Calendar in the Gutenberg editor.
     502. **Block Settings Panel** - Configure the Calendar ID directly in the block settings and customize your events calendar display settings.
    51513. **Website View** - Display your event calendar dynamically on your website.
    5252
     
    8989= Where do I find my Calendar ID? =
    9090
    91 Navigate to your [AddEvent account](https://app.addevent.com/calendars), hover over your calendar name, and click the three dots. From there, click **Calendar Page**, and your Calendar ID can be found in the top calendar details section.
     91You can find your Calendar ID by logging into your [AddEvent account](https://app.addevent.com/calendars). Hover over your calendar name, and click the three dots. From there, click **Calendar Page**, and your Calendar ID can be found in the top calendar details section. This ID allows you to embed your Events Calendar on your WordPress site.
    9292
    9393= How do I configure the Calendar ID? =
    9494
    95 When you add the Add Event block, you can set the Calendar ID in the block's settings panel in the editor.
     95After adding the AddEvent Event Calendar block, enter your Calendar ID in the settings panel to link your Events Calendar.
    9696
    9797= Can I manage events directly in WordPress? =
Note: See TracChangeset for help on using the changeset viewer.