[WordPress] 外掛分享: Simple URLs Legacy

首頁外掛目錄 › Simple URLs Legacy
WordPress 外掛 Simple URLs Legacy 的封面圖片
100+
安裝啟用
★★★★★
5/5 分(2 則評價)
295 天前
最後更新
問題解決
WordPress 5.9+ PHP 7.4+ v1.0.4 上架:2022-12-29

內容簡介

Simple URLs Legacy是由Nathan Rice和Studiopress團隊原始外掛的分支版本。因此,它是一個完整的URL管理系統,可以使用自定義文章類型和301重定向來創建、管理和跟踪站點的外部鏈接。

使用方法

Simple URLs Legacy在管理員菜單中添加了一個新的自定義文章類型,您可以在其中創建、編輯、刪除和管理URL。它在該自定義文章類型上以自定義字段的形式存儲點擊次數,因此可以很好地擴展。

通過避免基於頁面的重定向(這是掩蓋聯盟鏈接的當前趨勢),我們避免了任何永久連結衝突的問題,因此也避免了性能問題。

將整個simple-urls-legacy文件夾上傳到/wp-content/plugins/目錄中
請勿更改simple-urls-legacy文件夾的名稱
通過WordPress中的“外掛”選單啟用該外掛
轉到設置> 永久鏈接。就這樣。只需打開該屏幕,WordPRess就會自動刷新重定向。相信我。
轉到Simple URLs Legacy選單
創建新URL,或管理現有URL。
發布並根據需要使用URL!

= 1.0.0 =
* 12/30/22 #5FTF #WebDevStudios
* Simple Urls Legacy的最初版本發布

0.10.3

11/25/2022 #5FTF #WebDevStudios
在Simple URLs Legacy管理頁面中添加發布日期

0.10.2

11/25/2022 #5FTF #WebDevStudios
應用WordPress編碼標準
微調外掛描述。
在readme.txt中添加了必要的許可聲明

0.10.1

10/28/2022 #5FTF #WebDevStudios
如果運行Simple URLs插件,則在管理員中添加衝突通知。
重新設計了常數,以提高可讀性。
在更新的依賴項中添加了構建/依賴項源文件。

0.10.0

08/09/2022
將插件恢復到原始作者Nathan Rice(v0.9.9)的最後已知狀態。
將插件從Simple URLs重命名為Simple URLs Legacy。
URL結構修改器過濾器從 ‘simple_urls_slug’ 更改為 ‘simple_urls_legacy_slug’。
重新設計命名慣例,使用simple-urls-legacy命名空間和套件名稱。
刪除構建/依賴項源文件。

0.9.9

解決URL無法正確重定向的問題。

0.9.8

編碼標準。
添加composer。
添加Circle CI集成。
添加新的過濾器以更改slug。
添加REST支持,以確保Simple URLs在文本鏈接中出現在列表中。
添加強制轉換字符串為整數以避免類型錯誤。

0.9.7

WordPress兼容性。

0.9.6

添加外掛頭的i18n
添加textdomain加載程序

0.9.5

更改消息和標籤。
更新textdomain。
生成POT文件。

0.9.4

修復了保存錯誤的問題

0.9.3

從註冊函數中刪除權限行。擁有編輯文章權限的用戶可以創建/編輯URL。
增加了與WordPress 3.0.4兼容性的版本號

0.9.2

修正插件URL中的錯誤
其他細節改進。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.4) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Simple URLs Legacy」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Simple URLs Legacy is a fork of the plugin by Nathan Rice. A URL management system to create, manage, and track outbound links from your site.
Usage
Simple URLs Legacy adds a new custom post type to your admin menu, where you can create, edit, delete, and manage URLs. It stores click counts in the form of a custom field on that custom post type, so it scales really well.
And, by avoiding page based redirects, which is the current trend in masking affiliate links, we avoid any issues with permalink conflicts, and therefore avoid any performance issues.

Upload the entire simple-urls-legacy folder to the /wp-content/plugins/ directory
DO NOT change the name of the simple-urls-legacy folder
Activate the plugin through the ‘Plugins’ menu in WordPress
Navigate to Settings > Permalinks. That’s it. Just open that screen and WordPRess automatically flushes redirects. Trust me.
Navigate to the Simple URLs Legacy menu
Create a new URL, or manage existing URLs.
Publish and use the URLs however you want!

= 1.0.4 =
* 05/27/2025
* Add capability to reset click counter on any simple url.
* ‘Reset Clicks’ to 0 from link edit screen or using Quick Edit hover navigation.
*
1.0.3

12/16/2024
Updated Tested To vesion for WP 6.7.1
Applied wp_unslash correctly to url sanitization.
Corrected text domain setting in admin class.
Aligned license declaration between readme and plugin header.
Added license comment block.
Addressed issues with lengthy short description in header.
Added original contributors back into readme header.
Adjust loading of constants and get_plugion_data to accomodate WP 6.7 changes in text_domain loading.

1.0.2

11/13/2023
Updated Tested To version for WP 6.4.1
Added logic to pull plugin version from main file header

1.0.1

03/31/2023 #5FTF #WebDevStudios
Updated Tested To vesion for WP 6.2
Clean up documentation

1.0.0

12/30/22 #5FTF #WebDevStudios
Initial release of Simple Urls Legacy

0.10.3

11/25/2022 #5FTF #WebDevStudios
Add Published date to Simple URLs Legacy admin page

0.10.2

11/25/2022 #5FTF #WebDevStudios
Applied WordPress coding standards
Tweaked plugin description.
Added required license declarations in readme.txt

0.10.1

10/28/2022 #5FTF #WebDevStudios
Added conflict notice in admin if Simple URLs plugin is running.
Reworked constants for better readability.
Added build/dependency source files back in with updated dependencies.

0.10.0

08/09/2022
Reverted plugin to last known state under original author – Nathan Rice (v0.9.9).
Renamed plugin from Simple URLs to Simple URLs Legacy.
URL structure modifier filter changed from ‘simple_urls_slug’ to ‘simple_urls_legacy_slug’.
Reworked naming conventions to use simple-urls-legacy namespace and package name.
Removed build/dependency source files.

0.9.9

Fixed URLs not properly redirecting.

0.9.8

Coding standards.
Added composer.
Added Circle CI integration.
Added new filter to change the slug.
Added REST support to ensure Simple URLs appear in list when linking text.
Added cast string to int to avoid type error.

0.9.7

WordPress compatibility.

0.9.6

Add plugin header i18n
Add textdomain loader

0.9.5

Changed messages and labels.
Updated textdomain.
Generated POT file.

0.9.4

Fixed saving bug

0.9.3

Removed capability line from the register function. Users with permission to edit posts can create/edit URLs.
Bumped to show compatibility with WordPress 3.0.4

0.9.2

Fixed a type in the plugin URL
Bumped to show compatibility with WordPress 3.0.2

0.9.1

Fixed bug with URLs with ampersands in them
Added 'with_front' => false to the post type registration

0.9

Initial Beta Release

延伸相關外掛

文章
Filter
Apply Filters
Mastodon