Plugin Directory

Changeset 2900965


Ignore:
Timestamp:
04/19/2023 01:19:47 AM (3 years ago)
Author:
justdave
Message:

Update to version 1.2.3 from GitHub

Location:
upcoming-for-calendly
Files:
8 edited
1 copied

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
    15#### 1.2.2 / 2023-04-18
    26
  • upcoming-for-calendly/tags/1.2.3/README.md

    r2900957 r2900965  
    11# Upcoming Events Registration List for Calendly
    22
    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.
     3This 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.
    74
    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.
     5To 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.
    116
    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"]`.
     7To 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"]`.
    158
    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.
     9The 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.
    1910
    20 Bug reports and feature requests can be filed at:
    21 https://github.com/justdave/upcoming-for-calendly/issues
     11Bug 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  
    44Requires at least: 5.8
    55Tested up to: 6.2
    6 Stable tag: 1.2.2
     6Stable tag: 1.2.3
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    1515# Upcoming Events Registration List for Calendly
    1616
    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.
     17This 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.
    2118
    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.
     19To 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.
    2520
    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"]`.
     21To 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"]`.
    2922
    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.
     23The 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.
    3324
    34 Bug reports and feature requests can be filed at:
    35 https://github.com/justdave/upcoming-for-calendly/issues
     25Bug reports and feature requests can be filed at the [GitHub repository](https://github.com/justdave/upcoming-for-calendly/issues).
    3626
    3727== Screenshots ==
     
    4030
    4131== Changelog ==
     32#### 1.2.3 / 2023-04-18
     33
     34* Make the description easier to read on wordpress.org
     35
    4236#### 1.2.2 / 2023-04-18
    4337
  • upcoming-for-calendly/tags/1.2.3/upcoming-for-calendly.php

    r2900960 r2900965  
    44 * Plugin URI: https://github.com/justdave/upcoming-for-calendly
    55 * Description: Upcoming Events Registration List for Calendly
    6  * Version: 1.2.2
     6 * Version: 1.2.3
    77 * Requires PHP: 7.2
    88 * 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
    15#### 1.2.2 / 2023-04-18
    26
  • upcoming-for-calendly/trunk/README.md

    r2900957 r2900965  
    11# Upcoming Events Registration List for Calendly
    22
    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.
     3This 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.
    74
    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.
     5To 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.
    116
    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"]`.
     7To 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"]`.
    158
    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.
     9The 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.
    1910
    20 Bug reports and feature requests can be filed at:
    21 https://github.com/justdave/upcoming-for-calendly/issues
     11Bug 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  
    44Requires at least: 5.8
    55Tested up to: 6.2
    6 Stable tag: 1.2.2
     6Stable tag: 1.2.3
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    1515# Upcoming Events Registration List for Calendly
    1616
    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.
     17This 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.
    2118
    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.
     19To 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.
    2520
    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"]`.
     21To 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"]`.
    2922
    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.
     23The 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.
    3324
    34 Bug reports and feature requests can be filed at:
    35 https://github.com/justdave/upcoming-for-calendly/issues
     25Bug reports and feature requests can be filed at the [GitHub repository](https://github.com/justdave/upcoming-for-calendly/issues).
    3626
    3727== Screenshots ==
     
    4030
    4131== Changelog ==
     32#### 1.2.3 / 2023-04-18
     33
     34* Make the description easier to read on wordpress.org
     35
    4236#### 1.2.2 / 2023-04-18
    4337
  • upcoming-for-calendly/trunk/upcoming-for-calendly.php

    r2900960 r2900965  
    44 * Plugin URI: https://github.com/justdave/upcoming-for-calendly
    55 * Description: Upcoming Events Registration List for Calendly
    6  * Version: 1.2.2
     6 * Version: 1.2.3
    77 * Requires PHP: 7.2
    88 * Requires at least: 5.8
Note: See TracChangeset for help on using the changeset viewer.