';
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 '
'.__( 'Changelog Agama v1.0.7', 'agama' ).'
';
echo '
Version 1.0.7 fixed search page results.
';
echo '
Version 1.0.7 improved sticky header responsivity.
';
echo '
Version 1.0.7 improved navigation menus.
';
echo '
Version 1.0.7 improved logo centered on media devices.
';
echo '
Version 1.0.7 improved customizer options.
';
echo '
';
echo '';
}
}
new Agama_About;
}