Skip to content

Commit

Permalink
Latest code
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshpanchal27 committed Mar 1, 2022
1 parent b1c584b commit 5ec25c0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
3 changes: 2 additions & 1 deletion easy-author-avatar-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ public function admin_menu_page() {
__( 'Easy Author Avatar Image Settings', 'easy-author-avatar-image' ),
'manage_options',
'easy-author-avatar-image',
array( $this, 'easy_author_avatar_image_page_callback' )
array( $this, 'easy_author_avatar_image_page_callback' ),
'dashicons-businessman'
);
}

Expand Down
21 changes: 19 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== Easy Author Avatar Image ===
Contributors: mukesh27, dhavalpanchal
Tags: author image, profile, avatar
Tags: avatar, user profile, gravatar,custom profile photo, custom profile picture, profile photo, profile picture, author image, author photo
Donate link: https://www.paypal.com/paypalme/mukeshpanchal27
Requires at least: 5.6
Tested up to: 5.9
Expand All @@ -17,14 +17,25 @@ Easy Author Avatar Image gives you the option do you exactly that -- easily add

Whether you call it an avatar, an author image, or an author picture, Easy Author Avatar Image is a "Works Out Of The Box" solution to a common problem.

= What's Next =

If you find this plugin useful , please leave a good rating and consider checking out my other plugins:

* <a href="https://wordpress.org/plugins/enhanced-comment-validation/" rel="friend" title="Enhanced Comment Validation">Enhanced Comment Validation</a> - Setup a comment validation for comment form.

* <a href="https://wordpress.org/plugins/easy-maintenance-mode-by-wpkoder/" rel="friend" title="Easy Maintenance Mode">Easy Maintenance Mode</a> - Setup a Maintenance Mode for your website.

* <a href="https://wordpress.org/plugins/landing-page-for-wc-categories-tags/" rel="friend" title="Landing page for WC Archive Pages">Landing page for WC Archive Pages</a> - allow you to add Rich text for your WooCommerce archive( Shop, Product Category, Product Tags ) pages.

== Installation ==

1. Download the plugin from the plugin directory.
2. Navigate to Plugins, then click on Add New.
3. Click on Upload.
4. Find the file you downloaded (easy-author-avatar-image.zip) and upload it.
5. Activate the plugin through the 'Plugins' menu in WordPress
6. Go to Users->Your Profile and get started! If you have multiple users, they all can log in and upload an image, too.
6. Go to Easy Author Avatar Image Settings and Enable Profile Section.
7. Go to Users->Your Profile and get started! If you have multiple users, they all can log in and upload an image, too.

== Frequently Asked Questions ==

Expand All @@ -49,6 +60,12 @@ Please use [the issue tracker on Enhanced Comment Validation's GitHub repo](http

In addition, if you like the plugin then I'd love for you to leave a review. Tell all your friends about it too!

== Screenshots ==

1. Settings
2. Edit Profile Settings
3. Upload Custom Avatar Image

== Changelog ==

= 1.0 =
Expand Down

0 comments on commit 5ec25c0

Please sign in to comment.