PageRenderTime 37ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/aamenu/code/trunk/administrator/components/com_aamenu/views/about/tmpl/default.php

https://bitbucket.org/eddieajau/the-art-of-joomla-archive
PHP | 63 lines | 47 code | 7 blank | 9 comment | 1 complexity | 3792ee5581638db02298b6f19c2593f0 MD5 | raw file
  1. <?php
  2. /**
  3. * @version $Id: default.php 269 2010-09-01 00:23:48Z eddieajau $
  4. * @package Artof.Filler
  5. * @subpackage com_filler
  6. * @copyright Copyright (C) 2009 New Life in IT Pty Ltd. All rights reserved.
  7. * @license GNU General Public License <http://www.gnu.org/copyleft/gpl.html>
  8. * @link http://www.theartofjoomla.com
  9. */
  10. // no direct access
  11. defined('_JEXEC') or die;
  12. ?>
  13. <h1>
  14. <?php echo JText::_('COM_AAMENU_TITLE');?>
  15. </h1>
  16. <p>
  17. <a href="http://www.theartofjoomla.com/extensions/advanced-administrator-menu.html">
  18. http://www.theartofjoomla.com/extensions/advanced-administrator-menu.html</a>.
  19. </p>
  20. <h2>
  21. <?php echo JText::_('COM_AAMENU_CHANGELOG');?>
  22. </h2>
  23. <dl>
  24. <dt>Version 1.0.2</dt>
  25. <dd>
  26. <ul>
  27. <li>
  28. Code freshen.
  29. </li>
  30. <li>
  31. New component icons (from Crystal Project).
  32. </li>
  33. </ul>
  34. </dd>
  35. <dt>Version 1.0.1</dt>
  36. <dd>
  37. <ul>
  38. <li>Bug fix: Added missing Purge Expired Cache menu item.</li>
  39. <li>Bug fix: Added missing language keys.</li>
  40. </ul>
  41. </dd>
  42. <dt>Version 1.0.0 Beta 2</dt>
  43. <dd>
  44. <ul>
  45. <li>New: The component list now refreshes when the options are saved.</li>
  46. <li>Bug fix: Corrected for a bug in Joomla installer where it thinks there is a frontend extension.</li>
  47. <li>Bug fix: Fixed errors that were caused when both this and the original Admin Menu module were published at the same time.</li>
  48. </ul>
  49. </dd>
  50. <dt>Version 1.0.0 Beta 1</dt>
  51. <dd>
  52. <ul>
  53. <li>Initial release</li>
  54. </ul>
  55. </dd>
  56. </dl>