Plugin Directory

Changeset 3390253


Ignore:
Timestamp:
11/05/2025 08:51:29 AM (5 months ago)
Author:
yookoala
Message:

Test plugin on newer WordPress version

  • test the plugin on the latest WordPress version.
Location:
user-profile-tabs/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • user-profile-tabs/trunk/README.md

    r2792422 r3390253  
    1 # User Meta Tabs
     1# User Profile Tabs
    22
    3 Inject javascript and CSS to make Wordpress profile form more readable.
     3[![WordPress Plugin Version][shield-version]][plugin-page] [![WordPress Plugin Stars][shield-stars]][plugin-page]
    44
    5 Converts all added h2, h3 headings into tabs.
     5Organize the user profile form with tabs.
     6
     7If your User Profile page is way too stuffed with fields (e.g. from Paid Membership Pro),
     8this plugin will inject CSS and Javascripts to them into sensible tabs.
     9
     10
     11## Features
     12
     13* All fields in the user profile from, sectioned by H2 or H3, will be organized into tabs by javascript.
     14* Javascript only re-organizes the fields. The attached javascript listeners are not touched.
     15* Easy to use. Just works.
     16
     17
     18## Links
     19
     20* [Plugin Page][plugin-page]
     21* [GitHub Repository][github-repo]
     22
     23
     24## Support
     25
     26If you find this useful, please show some support:
     27
     28[![Buy me a pizza][button-buymeacoffie]][url-buymeacoffie]
     29
     30[url-buymeacoffie]: https://buymeacoffee.com/yookoala
     31[button-buymeacoffie]: https://cdn.buymeacoffee.com/buttons/v2/default-blue.png
     32
     33
     34
     35[plugin-page]: https://wordpress.org/plugins/user-profile-tabs/
     36[github-repo]: https://github.com/yookoala/user-profile-tabs
     37[shield-stars]: https://img.shields.io/wordpress/plugin/stars/user-profile-tabs
     38[shield-version]: https://img.shields.io/wordpress/plugin/v/user-profile-tabs?label=WordPress%20Plugin
     39
    640
    741## License
  • user-profile-tabs/trunk/README.txt

    r2792433 r3390253  
    33Donate link: https://www.buymeacoffee.com/yookoala
    44Tags: user profile, user fields, memberships, user meta, user profile, users
    5 Requires at least: 4.7
    6 Tested up to: 6.0
    7 Stable tag: 1.0
    8 Requires PHP: 5.4
     5Tested up to: 6.8
     6Stable tag: 1.2
    97License: MIT
    108License URI: https://mit-license.org/
     
    1513== Description ==
    1614
    17 Organize the user profile form with tabs.
    18 
    19 If your User Profile page is way too stuffed with fields (e.g. from Paid Membership Pro), this plugin will inject CSS and Javascripts to them into sensible tabs.
    20 
    21 
    22 ### Features
    23 
    24 * All fields in the user profile from, sectioned by H2 or H3, will be organized into tabs by javascript.
    25 * Javascript only re-organizes the fields. The attached javascript listeners are not touched.
    26 * Easy to use. Just works.
     15If your User Profile page is way too stuffed with fields (e.g. from Paid Membership Pro), this plugin will
     16inject CSS and Javascripts to re-organize sections in "Account Management" sections into tabs. All fields
     17under H3 will be re-organized in tabs.
  • user-profile-tabs/trunk/user-profile-tabs.php

    r2792422 r3390253  
    44 * Plugin Name: User Profile Tabs
    55 * Description: Group user profile page fields under tabs.
    6  * Version: 1.0
    76 * Author: Koala Yeung
    87 * Author URI: https://github.com/yookoala
     8 * Version: 1.2
     9 * Requires at least: 5.8
     10 * Requires PHP: 5.4
    911 */
    1012
Note: See TracChangeset for help on using the changeset viewer.