Plugin Directory

Changeset 2095469


Ignore:
Timestamp:
05/27/2019 02:18:09 AM (7 years ago)
Author:
nateinaction
Message:

Deploy version 1.4.0

Location:
wp-morphext
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-morphext/tags/1.4.0/README.md

    r1479148 r2095469  
    1 # WP Morphext
     1# pew-pew for WordPress Devs
     2Easily upload your plugin or theme to the wordpress.org directory
    23
    3 ## About
    4 WP Morphext is a WordPress Plugin that allows for users to add shortcodes to animate text on their website. The plugin uses shortcodes to provide a native WordPress interface for using the morphext.js and animate.css libraries.
     4## How to use
    55
    6 ## Usage
    7 1. Install the WP Morphext plugin.
    8 2. On a post or page type `[wpmorphext text="Example 1, Example 2, etc"]`
     6```bash
     7docker run --rm -v `pwd`:/workspace nateinaction/pew-pew plugins my-fancy-plugin 1.0.1 user pass
     8```
    99
    10 ## Options
    11 1. *animation* (flipInX is default), `[wpmorphext animation=“fadeIn” text=“Example 1, Example 2, etc”]`
    12 2. *speed* (3000 milliseconds is default), `[wpmorphext speed=“1500” text=“Example 1, Example 2, etc”]`
     10## How to contribute
    1311
    14 For a list of all animations please visit [Animate.css](https://daneden.github.io/animate.css/)
     121. Fork and clone the repo
     132. Make changes
     143. Build local docker image
    1515
    16 ## Important Note
    17 Some animations travel the entirety of the viewport. To limit where the animation can be seen you must set the parent container as `overflow: hidden;`
     16    ```bash
     17    docker build -t pew-pew .
     18    ```
    1819
    19 ## Dependencies
    20 1. **Animate.css** — [Homepage](https://daneden.github.io/animate.css/) — [MIT License](https://opensource.org/licenses/MIT)
    21 2. **Morphext** — [Homepage](http://morphext.fyianlai.com/) — [MIT License](http://ian.mit-license.org/)
     204. Test local image
    2221
    23 ## License
    24 GPLv2 (or later)
    25 
    26 ## Changelog
    27 
    28 ### 1.2
    29 * Updated morphext.js from v2.4.4 to v2.4.5
    30 
    31 ### 1.1
    32 * Now capable of displaying multiple animated shortcodes on single page.
    33 
    34 ### 1.0
    35 * Pushing the baby out of the nest.
     22    ```bash
     23    docker run --rm -v `pwd`:/workspace pew-pew plugins my-fancy-plugin 1.0.1 user pass
     24    ```
     25 
     265. Submit PR
  • wp-morphext/trunk/README.md

    r1479148 r2095469  
    1 # WP Morphext
     1# pew-pew for WordPress Devs
     2Easily upload your plugin or theme to the wordpress.org directory
    23
    3 ## About
    4 WP Morphext is a WordPress Plugin that allows for users to add shortcodes to animate text on their website. The plugin uses shortcodes to provide a native WordPress interface for using the morphext.js and animate.css libraries.
     4## How to use
    55
    6 ## Usage
    7 1. Install the WP Morphext plugin.
    8 2. On a post or page type `[wpmorphext text="Example 1, Example 2, etc"]`
     6```bash
     7docker run --rm -v `pwd`:/workspace nateinaction/pew-pew plugins my-fancy-plugin 1.0.1 user pass
     8```
    99
    10 ## Options
    11 1. *animation* (flipInX is default), `[wpmorphext animation=“fadeIn” text=“Example 1, Example 2, etc”]`
    12 2. *speed* (3000 milliseconds is default), `[wpmorphext speed=“1500” text=“Example 1, Example 2, etc”]`
     10## How to contribute
    1311
    14 For a list of all animations please visit [Animate.css](https://daneden.github.io/animate.css/)
     121. Fork and clone the repo
     132. Make changes
     143. Build local docker image
    1515
    16 ## Important Note
    17 Some animations travel the entirety of the viewport. To limit where the animation can be seen you must set the parent container as `overflow: hidden;`
     16    ```bash
     17    docker build -t pew-pew .
     18    ```
    1819
    19 ## Dependencies
    20 1. **Animate.css** — [Homepage](https://daneden.github.io/animate.css/) — [MIT License](https://opensource.org/licenses/MIT)
    21 2. **Morphext** — [Homepage](http://morphext.fyianlai.com/) — [MIT License](http://ian.mit-license.org/)
     204. Test local image
    2221
    23 ## License
    24 GPLv2 (or later)
    25 
    26 ## Changelog
    27 
    28 ### 1.2
    29 * Updated morphext.js from v2.4.4 to v2.4.5
    30 
    31 ### 1.1
    32 * Now capable of displaying multiple animated shortcodes on single page.
    33 
    34 ### 1.0
    35 * Pushing the baby out of the nest.
     22    ```bash
     23    docker run --rm -v `pwd`:/workspace pew-pew plugins my-fancy-plugin 1.0.1 user pass
     24    ```
     25 
     265. Submit PR
Note: See TracChangeset for help on using the changeset viewer.