';
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: Pages / posts will became full-width if no active widgets in Main Sidebar area.
';
echo '
ADDED: Frontpage boxes icons / image URL feature.
';
echo '
ADDED: Search page post thumbnails on / off feature.
';
echo '
FIXED: Search page blog grid layout issue.
';
echo '
FIXED: Mobile menu always expanded bug.
';
echo '
';
echo '';
}
}
new Agama_About;
}