=== InExp ===
Contributors: Josip Sokcevic, Mihovil Stanic
Tags: expire, notify, notification, delete, remove
Requires at least: ODM 1.2.6, PHP 5.4
Tested up to: 1.3
Stable tag: 1.5


== Description ==

This module extends file details by adding remove date for every file. Users are notified via e-mail.
Also there is option notify before (which also sends e-mail).

== Installation ==

1. Upload the `InExp` folder to the `plug-ins/` directory
2. Run install.php (http://link-to-odm/plug-ins/InExp/install.php
3. Setup Cron job: php '/apsolute/path/to/odm/plug-ins/InExp/index.php'
4. Optional: change values in config2.php

== Frequently Asked Questions ==

= What if I don't run install.php?

ODM will stop working.

= What if I don't setup cron job?

Then you need manually start script - go to Admin section and under Plugins click on "Run InExp check now!"

= How to change language?

Language selected in OpenDocMan is used by this plug-in. You can not use different language then one which is used in ODM.
You should name your language file same as in ODM. If your language file is not found english.php is used by default.



== Changelog ==

= 1.5 =
- Updated to use PDO. Refactored.

= 1.4 = 
- Fixed error on date conversion, removed hardcoded From email, added auto-install logic

= 1.3 =
- fixes error for MySQL in strict mode, give sent field default value

= 1.2 =
- added list of receiving e-mail addresses to notification e-mail

= 1.1 =
- added mail header so e-mails with special characters would go as UTF-8
- some Croatian translation fixes

= 1.0 =
* Initial release