Plugin Directory

Changeset 1759256


Ignore:
Timestamp:
11/06/2017 07:56:07 AM (8 years ago)
Author:
formable
Message:

Update v1.0

Location:
formable
Files:
7 added
4 edited

Legend:

Unmodified
Added
Removed
  • formable/tags/1.0/readme.txt

    r1759232 r1759256  
    11=== Formable ===
    22Contributors: formable
    3 Tags: formable, forms, html, embed, gravity forms, contact forms 7
     3Tags: formable, forms, html, embed, html5, contact
    44Donate link: https://www.getformable.com
    55Requires at least: 4.0
     
    1313
    1414== Description ==
    15 The main purpose of this plugin is to connect your WordPress install with [Formable](https://www.getformable.com).
     15This plugin connects your WordPress install with [Formable](https://www.getformable.com). Which makes getting forms from Formable in WordPress super easy!
    1616
    17 You'll give WordPress permission to read your account's data and start including Formable forms in your posts and pages.
     17You'll give WordPress permission to include Formable forms in your posts and pages.
     18
     19[Read more here](https://www.getformable.com/support/wordpress-plugin)
     20
     21Even if you don't connect to Formable, you can add the shortcodes for Formable. To add a form to a post or page use: `[formable id="your-forms-id"]`
    1822
    1923== Installation ==
    20241. Upload "formable" folder to the "/wp-content/plugins/" directory.
    21 1. Activate the plugin through the "Plugins" menu in WordPress.
     251. Activate the plugin through the "Plugins" screen in WordPress.
    22261. Connect to your Formable account on the "Formable" menu item.
    23275. Give your WordPress install permission to read your account information.
     
    2630== Frequently Asked Questions ==
    2731
     32= Is Formable free? =
     33Yes. You can sign up for a free account on [https://app.getformable.com/sign-up](https://app.getformable.com/sign-up) or in the plugin.
     34
     35= Will this plugin read my messages? =
     36No. This plugin only reads which Forms you've made.
     37
    2838== Screenshots ==
     391. Plugin overview page
     402. Form embedded on post page
    2941
    3042== Changelog ==
    3143= 1.0 =
    3244* Initial release
     45
     46== Upgrade Notice ==
     47No updates yet.
  • formable/tags/1.0/release.sh

    r1759232 r1759256  
    88echo "Version is" $VERSION
    99
     10# build
     11npm run build
     12
    1013# copy files
    1114rsync -av --exclude='.git' --exclude='node_modules' ./ $SVN_DIR/trunk
     
    1417# commit SVN
    1518cd $SVN_DIR
    16 svn add trunk/*
    17 svn add tags/$VERSION/*
     19svn add trunk
     20svn add tags
    1821svn ci -m 'Committing tag' $VERSION
    1922svn up
  • formable/trunk/readme.txt

    r1759232 r1759256  
    11=== Formable ===
    22Contributors: formable
    3 Tags: formable, forms, html, embed, gravity forms, contact forms 7
     3Tags: formable, forms, html, embed, html5, contact
    44Donate link: https://www.getformable.com
    55Requires at least: 4.0
     
    1313
    1414== Description ==
    15 The main purpose of this plugin is to connect your WordPress install with [Formable](https://www.getformable.com).
     15This plugin connects your WordPress install with [Formable](https://www.getformable.com). Which makes getting forms from Formable in WordPress super easy!
    1616
    17 You'll give WordPress permission to read your account's data and start including Formable forms in your posts and pages.
     17You'll give WordPress permission to include Formable forms in your posts and pages.
     18
     19[Read more here](https://www.getformable.com/support/wordpress-plugin)
     20
     21Even if you don't connect to Formable, you can add the shortcodes for Formable. To add a form to a post or page use: `[formable id="your-forms-id"]`
    1822
    1923== Installation ==
    20241. Upload "formable" folder to the "/wp-content/plugins/" directory.
    21 1. Activate the plugin through the "Plugins" menu in WordPress.
     251. Activate the plugin through the "Plugins" screen in WordPress.
    22261. Connect to your Formable account on the "Formable" menu item.
    23275. Give your WordPress install permission to read your account information.
     
    2630== Frequently Asked Questions ==
    2731
     32= Is Formable free? =
     33Yes. You can sign up for a free account on [https://app.getformable.com/sign-up](https://app.getformable.com/sign-up) or in the plugin.
     34
     35= Will this plugin read my messages? =
     36No. This plugin only reads which Forms you've made.
     37
    2838== Screenshots ==
     391. Plugin overview page
     402. Form embedded on post page
    2941
    3042== Changelog ==
    3143= 1.0 =
    3244* Initial release
     45
     46== Upgrade Notice ==
     47No updates yet.
  • formable/trunk/release.sh

    r1759232 r1759256  
    88echo "Version is" $VERSION
    99
     10# build
     11npm run build
     12
    1013# copy files
    1114rsync -av --exclude='.git' --exclude='node_modules' ./ $SVN_DIR/trunk
     
    1417# commit SVN
    1518cd $SVN_DIR
    16 svn add trunk/*
    17 svn add tags/$VERSION/*
     19svn add trunk
     20svn add tags
    1821svn ci -m 'Committing tag' $VERSION
    1922svn up
Note: See TracChangeset for help on using the changeset viewer.