';
echo __( 'Thank you for using Agama theme!', 'agama' ).'
';
echo __( 'Consider supporting us with any desired amount donation.', 'agama' ).'
';
echo __( 'Even the smallest donation amount means a lot for us.', 'agama' ).'
';
echo __( 'With donations you are helping us for faster theme development & updates.', 'agama' ).'
';
echo '
';
echo __( 'or', 'agama' ).'
';
echo sprintf( __( 'You can support us by Buying an %s theme with allot new features & extensions!', 'agama' ), '
AgamaPRO' );
echo '
';
echo '';
echo sprintf( '
Changelog Agama v%s
', Agama_Core::version() );
echo '
* ADDED: Header V1 background color feature.
';
echo '
* ADDED: Slider general section with few features.
';
echo '
* ADDED: Frontpage boxes general section with few features.
';
echo '
* UPDATED: Header image & slider can work on same time now.
';
echo '
* UPDATED: Theme translation files.
';
echo '
* UPDATED: FontAwesome files to latest version.
';
echo '
* FIXED: Header V2 & V3 slider height bug.
';
echo '
* FIXED: Agama slider image caching issue.
';
echo '
';
echo '';
}
}
new Agama_About;
}