';
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: Transparent header (Header V1) feature.
';
echo '
ADDED: Transparent header (Header V1) styling feature.
';
echo '
ADDED: Slider features.
';
echo '
ADDED: Logo max-height feature.
';
echo '
ADDED: German translation files (Credits: Thomas Moritz).
';
echo '
UPDATED: Rewritten customizer options completely.
';
echo '
UPDATED: Mobile menu completely rewritten.
';
echo '
UPDATED: Language translation files.
';
echo '
';
echo '';
}
}
new Agama_About;
}