Changeset 2900965
- Timestamp:
- 04/19/2023 01:19:47 AM (3 years ago)
- Location:
- upcoming-for-calendly
- Files:
-
- 8 edited
- 1 copied
-
tags/1.2.3 (copied) (copied from upcoming-for-calendly/trunk)
-
tags/1.2.3/CHANGES.md (modified) (1 diff)
-
tags/1.2.3/README.md (modified) (1 diff)
-
tags/1.2.3/readme.txt (modified) (3 diffs)
-
tags/1.2.3/upcoming-for-calendly.php (modified) (1 diff)
-
trunk/CHANGES.md (modified) (1 diff)
-
trunk/README.md (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/upcoming-for-calendly.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
upcoming-for-calendly/tags/1.2.3/CHANGES.md
r2900960 r2900965 1 #### 1.2.3 / 2023-04-18 2 3 * Make the description easier to read on wordpress.org 4 1 5 #### 1.2.2 / 2023-04-18 2 6 -
upcoming-for-calendly/tags/1.2.3/README.md
r2900957 r2900965 1 1 # Upcoming Events Registration List for Calendly 2 2 3 This WordPress plugin adds a shortcode to list upcoming scheduled events from 4 Calendly using the Calendly API and offers registration links for 5 already-scheduled group events that still have open slots. You can either list 6 all of your scheduled events, or restrict it to a specific event type. 3 This WordPress plugin adds a shortcode to list upcoming scheduled events from Calendly using the Calendly API and offers registration links for already-scheduled group events that still have open slots. You can either list all of your scheduled events, or restrict it to a specific event type. 7 4 8 To set it up, you will need to log into Calendly and generate an Access Token. 9 A link to do so is provided on the settings page. Paste the token into the box 10 on the settings page. 5 To set it up, you will need to log into Calendly and generate an Access Token. A link to do so is provided on the settings page. Paste the token into the box on the settings page. 11 6 12 To use it, place the shortcode `[upcoming-for-calendly]` on a post or page 13 where you want the list to appear. To restrict it to a specific event type, 14 use `[upcoming-for-calendly event="Event Type Name"]`. 7 To use it, place the shortcode `[upcoming-for-calendly]` on a post or page where you want the list to appear. To restrict it to a specific event type, use `[upcoming-for-calendly event="Event Type Name"]`. 15 8 16 The plugin currently implements a feature I needed. I am open to adding 17 additional features that can be implemented via Calendly's API if there is a 18 need for them. 9 The plugin currently implements a feature I needed. I am open to adding additional features that can be implemented via Calendly's API if there is a need for them. 19 10 20 Bug reports and feature requests can be filed at: 21 https://github.com/justdave/upcoming-for-calendly/issues 11 Bug reports and feature requests can be filed at the [GitHub repository](https://github.com/justdave/upcoming-for-calendly/issues). -
upcoming-for-calendly/tags/1.2.3/readme.txt
r2900960 r2900965 4 4 Requires at least: 5.8 5 5 Tested up to: 6.2 6 Stable tag: 1.2. 26 Stable tag: 1.2.3 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 15 15 # Upcoming Events Registration List for Calendly 16 16 17 This WordPress plugin adds a shortcode to list upcoming scheduled events from 18 Calendly using the Calendly API and offers registration links for 19 already-scheduled group events that still have open slots. You can either list 20 all of your scheduled events, or restrict it to a specific event type. 17 This WordPress plugin adds a shortcode to list upcoming scheduled events from Calendly using the Calendly API and offers registration links for already-scheduled group events that still have open slots. You can either list all of your scheduled events, or restrict it to a specific event type. 21 18 22 To set it up, you will need to log into Calendly and generate an Access Token. 23 A link to do so is provided on the settings page. Paste the token into the box 24 on the settings page. 19 To set it up, you will need to log into Calendly and generate an Access Token. A link to do so is provided on the settings page. Paste the token into the box on the settings page. 25 20 26 To use it, place the shortcode `[upcoming-for-calendly]` on a post or page 27 where you want the list to appear. To restrict it to a specific event type, 28 use `[upcoming-for-calendly event="Event Type Name"]`. 21 To use it, place the shortcode `[upcoming-for-calendly]` on a post or page where you want the list to appear. To restrict it to a specific event type, use `[upcoming-for-calendly event="Event Type Name"]`. 29 22 30 The plugin currently implements a feature I needed. I am open to adding 31 additional features that can be implemented via Calendly's API if there is a 32 need for them. 23 The plugin currently implements a feature I needed. I am open to adding additional features that can be implemented via Calendly's API if there is a need for them. 33 24 34 Bug reports and feature requests can be filed at: 35 https://github.com/justdave/upcoming-for-calendly/issues 25 Bug reports and feature requests can be filed at the [GitHub repository](https://github.com/justdave/upcoming-for-calendly/issues). 36 26 37 27 == Screenshots == … … 40 30 41 31 == Changelog == 32 #### 1.2.3 / 2023-04-18 33 34 * Make the description easier to read on wordpress.org 35 42 36 #### 1.2.2 / 2023-04-18 43 37 -
upcoming-for-calendly/tags/1.2.3/upcoming-for-calendly.php
r2900960 r2900965 4 4 * Plugin URI: https://github.com/justdave/upcoming-for-calendly 5 5 * Description: Upcoming Events Registration List for Calendly 6 * Version: 1.2. 26 * Version: 1.2.3 7 7 * Requires PHP: 7.2 8 8 * Requires at least: 5.8 -
upcoming-for-calendly/trunk/CHANGES.md
r2900960 r2900965 1 #### 1.2.3 / 2023-04-18 2 3 * Make the description easier to read on wordpress.org 4 1 5 #### 1.2.2 / 2023-04-18 2 6 -
upcoming-for-calendly/trunk/README.md
r2900957 r2900965 1 1 # Upcoming Events Registration List for Calendly 2 2 3 This WordPress plugin adds a shortcode to list upcoming scheduled events from 4 Calendly using the Calendly API and offers registration links for 5 already-scheduled group events that still have open slots. You can either list 6 all of your scheduled events, or restrict it to a specific event type. 3 This WordPress plugin adds a shortcode to list upcoming scheduled events from Calendly using the Calendly API and offers registration links for already-scheduled group events that still have open slots. You can either list all of your scheduled events, or restrict it to a specific event type. 7 4 8 To set it up, you will need to log into Calendly and generate an Access Token. 9 A link to do so is provided on the settings page. Paste the token into the box 10 on the settings page. 5 To set it up, you will need to log into Calendly and generate an Access Token. A link to do so is provided on the settings page. Paste the token into the box on the settings page. 11 6 12 To use it, place the shortcode `[upcoming-for-calendly]` on a post or page 13 where you want the list to appear. To restrict it to a specific event type, 14 use `[upcoming-for-calendly event="Event Type Name"]`. 7 To use it, place the shortcode `[upcoming-for-calendly]` on a post or page where you want the list to appear. To restrict it to a specific event type, use `[upcoming-for-calendly event="Event Type Name"]`. 15 8 16 The plugin currently implements a feature I needed. I am open to adding 17 additional features that can be implemented via Calendly's API if there is a 18 need for them. 9 The plugin currently implements a feature I needed. I am open to adding additional features that can be implemented via Calendly's API if there is a need for them. 19 10 20 Bug reports and feature requests can be filed at: 21 https://github.com/justdave/upcoming-for-calendly/issues 11 Bug reports and feature requests can be filed at the [GitHub repository](https://github.com/justdave/upcoming-for-calendly/issues). -
upcoming-for-calendly/trunk/readme.txt
r2900960 r2900965 4 4 Requires at least: 5.8 5 5 Tested up to: 6.2 6 Stable tag: 1.2. 26 Stable tag: 1.2.3 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 15 15 # Upcoming Events Registration List for Calendly 16 16 17 This WordPress plugin adds a shortcode to list upcoming scheduled events from 18 Calendly using the Calendly API and offers registration links for 19 already-scheduled group events that still have open slots. You can either list 20 all of your scheduled events, or restrict it to a specific event type. 17 This WordPress plugin adds a shortcode to list upcoming scheduled events from Calendly using the Calendly API and offers registration links for already-scheduled group events that still have open slots. You can either list all of your scheduled events, or restrict it to a specific event type. 21 18 22 To set it up, you will need to log into Calendly and generate an Access Token. 23 A link to do so is provided on the settings page. Paste the token into the box 24 on the settings page. 19 To set it up, you will need to log into Calendly and generate an Access Token. A link to do so is provided on the settings page. Paste the token into the box on the settings page. 25 20 26 To use it, place the shortcode `[upcoming-for-calendly]` on a post or page 27 where you want the list to appear. To restrict it to a specific event type, 28 use `[upcoming-for-calendly event="Event Type Name"]`. 21 To use it, place the shortcode `[upcoming-for-calendly]` on a post or page where you want the list to appear. To restrict it to a specific event type, use `[upcoming-for-calendly event="Event Type Name"]`. 29 22 30 The plugin currently implements a feature I needed. I am open to adding 31 additional features that can be implemented via Calendly's API if there is a 32 need for them. 23 The plugin currently implements a feature I needed. I am open to adding additional features that can be implemented via Calendly's API if there is a need for them. 33 24 34 Bug reports and feature requests can be filed at: 35 https://github.com/justdave/upcoming-for-calendly/issues 25 Bug reports and feature requests can be filed at the [GitHub repository](https://github.com/justdave/upcoming-for-calendly/issues). 36 26 37 27 == Screenshots == … … 40 30 41 31 == Changelog == 32 #### 1.2.3 / 2023-04-18 33 34 * Make the description easier to read on wordpress.org 35 42 36 #### 1.2.2 / 2023-04-18 43 37 -
upcoming-for-calendly/trunk/upcoming-for-calendly.php
r2900960 r2900965 4 4 * Plugin URI: https://github.com/justdave/upcoming-for-calendly 5 5 * Description: Upcoming Events Registration List for Calendly 6 * Version: 1.2. 26 * Version: 1.2.3 7 7 * Requires PHP: 7.2 8 8 * Requires at least: 5.8
Note: See TracChangeset
for help on using the changeset viewer.