Plugin Directory

Changeset 3480589


Ignore:
Timestamp:
03/11/2026 06:57:55 PM (3 weeks ago)
Author:
tryletterhead
Message:

Tagging 0.3.1

Location:
letterhead
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • letterhead/tags/0.3.1/app/Services/ApiService.php

    r3430267 r3480589  
    2424        if ($version === '') {
    2525            $version = 'v3';
     26        }
     27
     28        if ($prefix === 'lh1') {
     29            return 'https://api.tryletterhead.com/api/' . $version;
    2630        }
    2731
  • letterhead/tags/0.3.1/letterhead.php

    r3430267 r3480589  
    33 * Plugin Name:       Letterhead
    44 * Description:       Curate your posts for your Letterhead newsletters.
    5  * Version:           0.3.0
     5 * Version:           0.3.1
    66 * Author:            Letterhead
    77 * Requires PHP:      7.4
  • letterhead/tags/0.3.1/readme.txt

    r3430267 r3480589  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 0.3.0
     7Stable tag: 0.3.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1919
    2020== Changelog ==
    21 = 0.3.0=
     21= 0.3.1 =
     22* We addressed an issue where certain API prefixes weren't being accepted.
     23
     24= 0.3.0 =
    2225* We introduced support for organization administrators to connect with WordPress. Prior to this release, only customers on certain plans could connect. This introduces no end-user facing changes to our plugin, but it makes it available to everyone - hence the version bump.
    2326
  • letterhead/trunk/app/Services/ApiService.php

    r3430267 r3480589  
    2424        if ($version === '') {
    2525            $version = 'v3';
     26        }
     27
     28        if ($prefix === 'lh1') {
     29            return 'https://api.tryletterhead.com/api/' . $version;
    2630        }
    2731
  • letterhead/trunk/letterhead.php

    r3430267 r3480589  
    33 * Plugin Name:       Letterhead
    44 * Description:       Curate your posts for your Letterhead newsletters.
    5  * Version:           0.3.0
     5 * Version:           0.3.1
    66 * Author:            Letterhead
    77 * Requires PHP:      7.4
  • letterhead/trunk/readme.txt

    r3430267 r3480589  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 0.3.0
     7Stable tag: 0.3.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1919
    2020== Changelog ==
    21 = 0.3.0=
     21= 0.3.1 =
     22* We addressed an issue where certain API prefixes weren't being accepted.
     23
     24= 0.3.0 =
    2225* We introduced support for organization administrators to connect with WordPress. Prior to this release, only customers on certain plans could connect. This introduces no end-user facing changes to our plugin, but it makes it available to everyone - hence the version bump.
    2326
Note: See TracChangeset for help on using the changeset viewer.