Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shortcode: Add support for [give_profile_editor] #130

Closed
DevinWalker opened this issue May 13, 2015 · 1 comment
Closed

Shortcode: Add support for [give_profile_editor] #130

DevinWalker opened this issue May 13, 2015 · 1 comment
Assignees

Comments

@DevinWalker
Copy link
Member

Right now we don't support this shortcode but it's important we get this into place for 1.0 and Recurring donations. Donors are going to want to ability to update their profile and billing information and this shortcode allows admins to do that via a shortcode.

@DevinWalker DevinWalker self-assigned this May 13, 2015
@DevinWalker DevinWalker added this to the 1.0 Stable Release milestone May 13, 2015
@DevinWalker
Copy link
Member Author

New shortcode added as of c6056db

pluginmirror-worker pushed a commit to wp-plugins/give that referenced this issue Jun 4, 2015
* New: [give_profile_editor] shortcode that enables donors to customize their account information on the frontend #130 impress-org/givewp#130
* New: Uninstall.php file which deletes ALL data if the user chooses to do so under Settings > Advanced
* New: composer.json file for developers
* New: Dynamic sidebar for singular Give Donation Forms. The sidebar will appear under Appearances > Widgets if you have not disabled Give's singular post type in Give > Settings > Display Options. You can add widgets of your choosing to this section and they will display to the left of your forms, below the main form featured image.
* New: Offline Donation enhancements including customizable donation instructions email sent to user upon form completion. See: impress-org/givewp#124
* New: Goals for Donation Forms. Thanks @ibndawood https://github.com/ibndawood @see impress-org/givewp#42
* New: Admin CSS improvement - Now conditional fields are indicated with a slight gray background color
* New: Script Optimization - Give now only loads one minified JS script and one CSS file to keep load times fast and minimize footprint
* New: Using Grunt to generate POT file now for much more timely and accurate translations
* New: Give now has Composer support @see: https://packagist.org/packages/wordimpress/give thanks @michaelbeil
* Fix: Admin Logs CSS: impress-org/givewp#127
* Fix: Incorrect amount formatting when currency separators set to "," for both thousands and decimals. @see: impress-org/givewp#150
* Fix: Broken "lock" image that appears above donation fields for SSL sites @see: impress-org/givewp#128
* Fix: Updated Magnific class to prevent conflicts with other Magnific modals

git-svn-id: https://plugins.svn.wordpress.org/give/trunk@1174736 b8457f37-d9ea-0310-8a92-e5e31aec5664
jonwaldstein added a commit to jonwaldstein/givewp that referenced this issue Aug 15, 2023
* refactor: convert all blocks to typescript

* refactor: convert sidebars to typescript

* fix: RichText wrong import

* refactor: change field name to text

* refactor: make default settings more flexible, remove isRequired setting from email, remove custom class names from all blocks

* refactor: remove section lock

* fix: json

* refactor: move field settings into seperate files and update descriptions

* feature: add section description

* refactor: use default block appender instead of icon

* refactor: update block overrides

* refactor: conditionally display heading and description in canvas

* refactor: make section default inner template blacnk

* refactor: use wp default colors instead of the give green throughout the form builder

* chore: use any type for useSelect

* refactor: move main wp block styles into app.scss

* refactor: remove unused and convert more files to typescript

* refactor: replace menu icon with wp cog icon

* refactor: move sidebar styles into app.scss and use default active classnames

* refactor: update tab style

* refactor: use more wordpress icons and move notices into skeleton interface

* featur: add block card in design tab

* refactor: remove border style in favor of block card

* refactor: teak header styles to match post editor closer

* refactor: only dequeu legacy give styles, looks like some are needed for minor styling

* feature: add utilities to classic design and update secure lock icon

* refactor: tighten last section padding with donate button

* feature: add help text for thank you fields with temporary links

* chore: make title translatable

* refactor: type orientation in props

---------

Co-authored-by: Jon Waldstein <jonwaldstein@macbook-air.mynetworksettings.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant