Changeset 3480589
- Timestamp:
- 03/11/2026 06:57:55 PM (3 weeks ago)
- Location:
- letterhead
- Files:
-
- 6 edited
- 1 copied
-
tags/0.3.1 (copied) (copied from letterhead/trunk)
-
tags/0.3.1/app/Services/ApiService.php (modified) (1 diff)
-
tags/0.3.1/letterhead.php (modified) (1 diff)
-
tags/0.3.1/readme.txt (modified) (2 diffs)
-
trunk/app/Services/ApiService.php (modified) (1 diff)
-
trunk/letterhead.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
letterhead/tags/0.3.1/app/Services/ApiService.php
r3430267 r3480589 24 24 if ($version === '') { 25 25 $version = 'v3'; 26 } 27 28 if ($prefix === 'lh1') { 29 return 'https://api.tryletterhead.com/api/' . $version; 26 30 } 27 31 -
letterhead/tags/0.3.1/letterhead.php
r3430267 r3480589 3 3 * Plugin Name: Letterhead 4 4 * Description: Curate your posts for your Letterhead newsletters. 5 * Version: 0.3. 05 * Version: 0.3.1 6 6 * Author: Letterhead 7 7 * Requires PHP: 7.4 -
letterhead/tags/0.3.1/readme.txt
r3430267 r3480589 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 0.3. 07 Stable tag: 0.3.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 19 19 20 20 == 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 = 22 25 * 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. 23 26 -
letterhead/trunk/app/Services/ApiService.php
r3430267 r3480589 24 24 if ($version === '') { 25 25 $version = 'v3'; 26 } 27 28 if ($prefix === 'lh1') { 29 return 'https://api.tryletterhead.com/api/' . $version; 26 30 } 27 31 -
letterhead/trunk/letterhead.php
r3430267 r3480589 3 3 * Plugin Name: Letterhead 4 4 * Description: Curate your posts for your Letterhead newsletters. 5 * Version: 0.3. 05 * Version: 0.3.1 6 6 * Author: Letterhead 7 7 * Requires PHP: 7.4 -
letterhead/trunk/readme.txt
r3430267 r3480589 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 0.3. 07 Stable tag: 0.3.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 19 19 20 20 == 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 = 22 25 * 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. 23 26
Note: See TracChangeset
for help on using the changeset viewer.