0.5.7: 2007-12-12
SEO friendly categories, PageRank, lot of new checks, bugfixes.

Changes: Renamed config options:
- site_link_target => links_target
- site_linkdr_txt => site_linkdr_txt_file
- site_max_links => links_max_links_per_page
- site_url => exploded to site_url_scheme, site_url_hostname, site_url_domain, site_url_path
- site_linkdr_url => site_url_linkdr_path
- reciprocal_allow_postfix => reciprocal_link_allow_postfix
- reciprocal_case_sensitive => reciprocal_link_case_sensitive
- reciprocal_id_prefix => reciprocal_link_id_prefix
- reciprocal_id_required => reciprocal_link_id_required
- reciprocal_tolerance_treshold => reciprocal_link_max_not_found
- reciprocal_max_link_distance => reciprocal_url_max_link_distance, new value: off

Bugfixes:
- fixed encoding issues
- fixed shcedule notification emails
- fixed "Cannot modify header information" issues
- fixed false "not indexed by Google" message
- fixed reciprocal environment check

New Features:
- new config section: general
- new config section: reciprocal_link
- new config section: reciprocal_url
- new config option: general_pagerank_app
- new config option: general_pagerank_app_param
- new config option: general_robots_txt
- new config option: links_show_categories
- new config option: links_category_dir
- new config option: reciprocal_link_www
- new config option: reciprocal_link_trailing_slash
- new config option: reciprocal_url_indexed_by_google
- new config option: site_session_name
- link_distance column added to reciprocal_links table + to manage-links.php
- PageRank images displayed
- SEO friendly static categories
- pages within categories finally works (links_max_links_per_page)
- check robots.txt


-------------------------------------------------------------------------------
0.4: 2007-07-15
Link-Distance!!!

Changes:
- Config option: form_position is renamed to links_form_position.

Bugfixes:
- install.php: the changes made by 0.2->0.3 upgrade also made in the install script.
- email verification code fine-tuned
- added ldr_php4.php for PHP 4.x compatibility

New Features:
- New config option: links_form_position: the old form_position
is moved to a new section: links. It also has a new option: none.
- New config option: form_select_category: if set the addlink form has a
drop-down menu to select category.
- Link-distance check (experimental): now the reciprocal_max_link_distance option is active.
By default it is set to 1. Be very careful if you want to change it to a higher
value, it can take a lot of time to check new links and it can take lot of
memory on your server.


-------------------------------------------------------------------------------
0.3: 2007-07-12
Many bugfixes and new features.

Changes:
- manage.php renamed to manage-links.php
- cid (category id) field in both linkdr_categories, linkdr_links table is
increased by one. You should adjust your scripts to this if you used for
example ldr_category(X).

Bugfixes:
- manage-links.php: links are correctly shown in New links, Old links,
Non-validated links

New Features:
- New menu: "Manage Categories" for adding categories
- New config option: reciprocal_case_sensitive: if set checks will be case sensitive
- New config option: reciprocal_allow_postfix: if set reciprocal links can be
longer than your site_url. This enables people to add a link to a page in your site.


-------------------------------------------------------------------------------
0.2: 2007-02-11
Many bugfixes and new features.

Bugfixes:
- E-mail validation
- '" characters are now valid in forms
- flush problem

New Features:
- Html email with more information in Subject.
- 3-way link exchange (more than one reciprocal link) only shows links that
has all reciprocals in place.
- updates link details (title, description, url) from other site's
linkdr.txt file
- linkdr.txt is a writeable file that's updated by settings. (Need to set
site_linkdr_txt variable in setup to the absolute path of linkdr.txt, that
should be reachabe in the DOCUMENT_ROOT, for example: http://www.example.come/linkdr.txt)


-------------------------------------------------------------------------------
0.1: 2007-01-20
Initial version.

Features:
- sheduled reciprocal link validation

Home | Download | Installation | Examples | Link-Distance | Link Exchange | PageRank Checker | SEO Tools | Contact Us