Plugin Directory

Changeset 3041914


Ignore:
Timestamp:
02/27/2024 12:44:03 PM (2 years ago)
Author:
osompress
Message:

update readme

Location:
osom-modal-login
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • osom-modal-login/tags/1.4/README.txt

    r3036944 r3041914  
    6262* Conditional asset loading. In block themes, the plugin only loads the script and the css styles if the login/out block it's present.
    6363
    64 #### Follow Along:
    65 
    66 * [Visit the OsomPress site](https://osompress.com/)
    67 * [Follow on X/Twitter](https://twitter.com/osompress)
    68 
    6964== Installation ==
    7065
     
    116111
    117112No at the moment. We will explore to add support on future updates.
    118  
     113
     114
     115#### Follow Along:
     116
     117* [Visit the OsomPress site](https://osompress.com/)
     118* [Follow on X/Twitter](https://twitter.com/osompress)
     119
    119120
    120121== Screenshots ==
  • osom-modal-login/trunk/README.txt

    r3036944 r3041914  
    55Requires at least: 5.0
    66Tested up to: 6.4
    7 Stable tag: 1.4
     7Stable tag: 1.3.1
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    3939For example: [osom-login] Custom text [/osom-login]
    4040
    41 = Quick Setup Videos =
    42 
    43 [In classic themes](https://youtu.be/0LJGYnq6G3o):
    44 
    45 https://youtu.be/0LJGYnq6G3o
    46 
    47 [In block themes](https://youtu.be/y0GOzfNsptI):
    48 
    49 https://youtu.be/y0GOzfNsptI
    50 
    51 If you want more info about the setup and configuration you can check the tutorials below.
    52 
    5341= Tutorials =
    54 
    5542* [How to add button styles to Login/out Block in a WordPress Block Theme](https://osompress.com/add-button-styles-login-out-block-wordpress-block-theme/)
    5643* [Add a login modal/pop-up window to a WordPress block theme](https://osompress.com/add-login-modal-pop-up-window-wordpress-block-theme/)
     
    5845* [How to add a login popup modal in WordPress classic themes](https://osompress.com/show-the-login-form-in-modal-window/)
    5946
    60 = Dev Features =
    61 * The plugin uses Vanilla JavaScript so you can use it even if you dequeue WordPress jQuery. It's always nice to keep the dependencies to the minimum.
    62 * Conditional asset loading. In block themes, the plugin only loads the script and the css styles if the login/out block it's present.
     47= Dev Feature =
     48The plugin uses Vanilla JavaScript so you can use it even if you dequeue WordPress jQuery. It's always nice to keep the dependencies to the minimum.
    6349
    6450#### Follow Along:
     
    1231092. Front-end modal window in a classic theme
    1241103. Dashboard plugin view in a block theme
     1114. Front-end modal window in a block theme
    125112
    126113== Changelog ==
    127114
    128 = 1.4 =
    129 * Improve conditional loading of styles and scripts. On block themes it will only load the style and script files if the login/out block is present.
    130115= 1.3.1 =
    131116* Improve modal behaviour on block themes.
Note: See TracChangeset for help on using the changeset viewer.