Title: Permalink History
Author: EdwardBock
Published: <strong>29. август 2019.</strong>
Last modified: 4. август 2026.

---

Претражи додатке

![](https://ps.w.org/permalink-history/assets/icon-256x256.png?rev=2147540)

# Permalink History

 [EdwardBock](https://profiles.wordpress.org/edwardbock/)

[Преузимање](https://downloads.wordpress.org/plugin/permalink-history.2.0.5.zip)

 * [Детаљи](https://sr.wordpress.org/plugins/permalink-history/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/permalink-history/#reviews)
 *  [Постављање](https://sr.wordpress.org/plugins/permalink-history/#installation)
 * [Изградња](https://sr.wordpress.org/plugins/permalink-history/#developers)

 [Подршка](https://wordpress.org/support/plugin/permalink-history/)

## Опис

Saves the history of your WordPress site and provides automatic redirects.

## Снимци екрана

[⌊The Permalink History panel in the editor sidebar: every path this content was
reachable under before. Unchecking one and saving deletes that redirect for good.⌉⌊
The Permalink History panel in the editor sidebar: every path this content was reachable
under before. Unchecking one and saving deletes that redirect for good.⌉[

The Permalink History panel in the editor sidebar: every path this content was reachable
under before. Unchecking one and saving deletes that redirect for good.

## Постављање

 1. Upload `permalink-history.zip` to the `/wp-content/plugins/` directory
 2. Extract the Plugin to a `permalink-history` Folder
 3. Activate the plugin through the ‘Plugins’ menu in WordPress

## ЧПП

### How does it work?

This plugin tries to save all changes of permalinks in your system. When someone
uses an old permalink that is in the history database it will not show 404 page 
but instead redirect to the new location.

### Does this work with changes made before plugin installation?

Nope! You need to first install this plugin to start saving the history.

### Does this effect my site performance?

For small sites (less than 30.000 posts) there should be no performance issue. We
use a custom table with good indexation to provide quick search access for historical
permalinks.

But to be honest. Perhaps it could get an issue, yes. Therefore you export a redirect
map on the permalinks settings page and make early redirects before php starts working.

## Прегледи

Нема рецензија за овај додатак.

## Сарадници и градитељи

„Permalink History“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

 *   [ EdwardBock ](https://profiles.wordpress.org/edwardbock/)
 *   [ Palasthotel GmbH ](https://profiles.wordpress.org/palasthotel/)
 *   [ lucasregalar ](https://profiles.wordpress.org/lucasregalar/)
 *   [ Jana Eggebrecht ](https://profiles.wordpress.org/janaeggebrecht/)

[Преведите „Permalink History“ на свој језик.](https://translate.wordpress.org/projects/wp-plugins/permalink-history)

### Заинтересовани сте за градњу?

[Прегледајте код](https://plugins.trac.wordpress.org/browser/permalink-history/),
проверите [SVN складиште](https://plugins.svn.wordpress.org/permalink-history/) 
или се пријавите на [белешку градње](https://plugins.trac.wordpress.org/log/permalink-history/)
преко [RSS-а](https://plugins.trac.wordpress.org/log/permalink-history/?limit=100&mode=stop_on_copy&format=rss).

## Белешка о изменама

#### 2.0.5

**Bug Fixes**
 * restore the site – the nonce was created before WordPress could(
8a5f4a6) * restore the site – the nonce was created before WordPress could (4f4fa9f)

#### 2.0.4

**Do not use this version.** It fails with a fatal error on every request, the front

end included, because a nonce was created before WordPress had loaded the function
that creates it. Fixed in 2.0.5.

**Bug Fixes**
 * bind the LIKE term and LIMIT values in database queries (975aa76)*
block direct file access and use a literal text domain (05b34e5) * change minimum
version to 6.6 (eee78db) * declare the PHP 8.0 requirement the code already has (
08e79e1) * only expose publicly visible content through the public history endpoints(
9660279) * require manage_options and a nonce for the redirect map (026990f) * verify
history rows belong to the post before deleting them (4cbce86)

#### 2.0.3

 * Fix: Gutenberg error fix for old history entries

#### 2.0.2

 * Fix: no css error fix

#### 2.0.1

 * Fix: Gutenberg panel produce js error in non-public post types

#### 2.0.0

 * Breaking: Dropped support for meta box (classic editor)
 * Feature: Gutenberg document settings panel for permalink history
 * Feature: full permalink history endpoint
 * Fix: only save permalinks of publish posts

#### 1.4.0

 * Feature: get history by content id ajax endpoint
 * Fix: database getById sql

#### 1.3.2

 * Fix: meta box for all other post types than post itself

#### 1.3.1

 * Php 8.2 compatibility warning fix

#### 1.3.0

 * Added filters for find redirect use case extensions

#### 1.2.0

 * Added admin ajax endpoint for permalink history mapping

#### 1.1.0

 * Optimization: multisite compatibility

#### 1.0.5

 * Optimization: Performance optimization by reducing redundant function calls
 * Bugfix: Migrate field handler did not clean up old permalinks on update migration.
   It does now

#### 1.0.4

 * Feature: WP Cli extension

#### 1.0.3

 * Optimization: on check for redirect in frontend (!is_admin())
 * Bugfix: only redirect posts with status publish

#### 1.0.2

 * Bugfix: Was redirecting too early. Works now with amp plugin.

#### 1.0.1

 * Feature: Action „permalink_history_redirect_404“ if permalinks could not help
   you can try it yourself

#### 1.0.0

 * First release

## Мета

 *  Version **2.0.5**
 *  Last updated **2 седмице раније**
 *  Active installations **40+**
 *  WordPress version ** 6.6 или новије **
 *  Tested up to **7.0.4**
 *  PHP version ** 8.0 или новије **
 *  Language
 * [English (US)](https://wordpress.org/plugins/permalink-history/)
 * Tags
 * [backup](https://sr.wordpress.org/plugins/tags/backup/)[history](https://sr.wordpress.org/plugins/tags/history/)
   [permalink](https://sr.wordpress.org/plugins/tags/permalink/)[Protocol](https://sr.wordpress.org/plugins/tags/protocol/)
   [seo](https://sr.wordpress.org/plugins/tags/seo/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/permalink-history/advanced/)

## Оцене

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/permalink-history/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/permalink-history/reviews/)

## Сарадници

 *   [ EdwardBock ](https://profiles.wordpress.org/edwardbock/)
 *   [ Palasthotel GmbH ](https://profiles.wordpress.org/palasthotel/)
 *   [ lucasregalar ](https://profiles.wordpress.org/lucasregalar/)
 *   [ Jana Eggebrecht ](https://profiles.wordpress.org/janaeggebrecht/)

## Подршка

Имате нешто да кажете? Потребна вам је помоћ?

 [Види форум подршке](https://wordpress.org/support/plugin/permalink-history/)

## Донирај

Желите ли да подржите напредак овог додатка?

 [ Донирај овом додатку ](https://palasthotel.de/)