Skip to content

a WordPress plugin for the Link-Popularity service of ImmobilienDiskussion.de

License

Notifications You must be signed in to change notification settings

OpenIndex/ID-LinkPopularity-WordPress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ID-LinkPopularity-WordPress 0.3.3

Dieses Repository enthält ein Plugin zur Einbindung der von ImmobilienDiskussion.de bereitgestellten Link-Popularity in eine auf WordPress basierende Webseite.

Lizenz

Die in diesem Repository bereitgestellten Skripte können unter den Bedingungen der MIT Lizenz frei verwendet und angepasst werden.

Changelog

0.3.3

  • Cache downloaded link list for 24 hours in order to improve page generation time and fault tolerance.

0.3.2

  • Disable certificate checks on download, if it was explicitly configured by the nocert parameter or if the PHP environment does not support SNI (Server Name Indication).

0.3.1

  • Use https encrypted URL in order to download the link list.

0.3

  • Migrated to the less restrictive MIT license.
  • Made some changes for the upcoming relaunch of ImmobilienDiskussion.de.
  • Removed Netbeans project structure.
  • Notice: Please consider, that the shortcode parameters has been changed with this update.

0.2

  • Bugfix: Make use of the WordPress Shortcode API in order to fix a compatibility issue with WordPress 4.0.1.
  • Feature: Try to download content via cURL, if allow_url_fopen is disabled.
  • made some syntax fixes

0.1

  • First public release