';
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.9', 'agama' ).'
';
echo '
Version 1.0.9 added Layout style options (Boxed / Fullwidth).
';
echo '
Version 1.0.9 fixed Blog list feature thumbnail size issue.
';
echo '
Version 1.0.9 improved right to left (RTL) stylesheet issues.
';
echo '
Version 1.0.9 improved header style select options.
';
echo '
Version 1.0.9 improved sticky header navigation.
';
echo '
Version 1.0.9 improved WooCommerce shop page.
';
echo '
';
echo '';
}
}
new Agama_About;
}