Plugin Directory

Changeset 3041924


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

update readme

Location:
osom-modal-login
Files:
2 edited

Legend:

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

    r3041914 r3041924  
    112112No at the moment. We will explore to add support on future updates.
    113113
    114 
    115 #### Follow Along:
    116 
    117 * [Visit the OsomPress site](https://osompress.com/)
    118 * [Follow on X/Twitter](https://twitter.com/osompress)
    119 
    120 
    121114== Screenshots ==
    122115 
  • osom-modal-login/trunk/README.txt

    r3041914 r3041924  
    55Requires at least: 5.0
    66Tested up to: 6.4
    7 Stable tag: 1.3.1
     7Stable tag: 1.4
    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
     45https://youtu.be/0LJGYnq6G3o
     46
     47[In block themes](https://youtu.be/y0GOzfNsptI):
     48
     49https://youtu.be/y0GOzfNsptI
     50
     51If you want more info about the setup and configuration you can check the tutorials below.
     52
    4153= Tutorials =
     54
    4255* [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/)
    4356* [Add a login modal/pop-up window to a WordPress block theme](https://osompress.com/add-login-modal-pop-up-window-wordpress-block-theme/)
     
    4558* [How to add a login popup modal in WordPress classic themes](https://osompress.com/show-the-login-form-in-modal-window/)
    4659
    47 = Dev Feature =
    48 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.
    49 
    50 #### Follow Along:
    51 
    52 * [Visit the OsomPress site](https://osompress.com/)
    53 * [Follow on X/Twitter](https://twitter.com/osompress)
     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.
    5463
    5564== Installation ==
     
    102111
    103112No at the moment. We will explore to add support on future updates.
    104  
    105113
    106114== Screenshots ==
     
    1091172. Front-end modal window in a classic theme
    1101183. Dashboard plugin view in a block theme
    111 4. Front-end modal window in a block theme
    112119
    113120== Changelog ==
    114121
     122= 1.4 =
     123* 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.
    115124= 1.3.1 =
    116125* Improve modal behaviour on block themes.
Note: See TracChangeset for help on using the changeset viewer.