Our previous release history is detailed below. If you purchased the script within the last 12 months, you can download the latest release of the url script via your account.
query('SELECT id, release_date, version_number, release_title, release_url, release_detail FROM release_history WHERE script_id = 1 ORDER BY id DESC'); $stmt->setFetchMode(PDO::FETCH_ASSOC); while ($row = $stmt->fetch()) { echo ''.$row['release_detail'].'
'; echo '