Plugin Directory

Changeset 1565148


Ignore:
Timestamp:
12/30/2016 08:42:30 PM (9 years ago)
Author:
hopstudios
Message:

Change plugin main file name to follow wp rules; bump version to 1.2

Location:
mountee/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mountee/trunk/mountee_3.controller.php

    r1565134 r1565148  
    118118        {
    119119            $folders[0]['files'][] = Mountee_lib::get_license_dummy_file();
     120            // return array('folders' => $folders, 'files' => array(Mountee_lib::get_license_dummy_file()));
    120121        }
    121122
  • mountee/trunk/readme.txt

    r1565138 r1565148  
    22Contributors: hopstudios
    33Donate link: http://www.hopstudios.com/
    4 Tags: templates, editing, variables, develop, workflow, themes, code
     4Tags: templates, editing, variables, develop, workflow, themes
    55Requires at least: 4.4
    66Tested up to: 4.7
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: GPLv2 or later
    99License URI: https://hellomountee.com/docs/legal/#license_agreement
     
    1414== Description ==
    1515
    16 = Use Your Favorite Tools =
    17 Everyone has their favorite Mac apps, so why be limited to creating templates inside the WordPress browser window? Mountee allows you to access your templates as Finder files, so you can work uninterrupted in your favorite app.
     16= Use Your Favourite Tools =
     17Everyone has their favorite Mac apps, so why be limited to creating templates inside the WordPress browser window? Mountee allows you to access your templates as Finder files, so you can work uninterrupted in your favourite app.
    1818
    1919
     
    2929Mountee knows WordPress and ExpressionEngine. When you save a template, Mountee will clear the cache and save a revision if necessary. If you drag a template from one site to another, settings transfer over seamlessly.
    3030
     31
    3132Mountee’s home on the web is at [http://hellomountee.com/](http://hellomountee.com/).
    3233
     34= Requirements =
     35Mountee works with WordPress 4.4 and higher.
    3336
    34 == Installation ==
    35 Mountee works with WordPress 4.4 and higher.
    3637
    3738Mountee is really two pieces of software: the Mac application, and the WordPress plugin.
    3839The plugin requires PHP 4.4.9 or later. To use the application, you’ll need Mac OS X 10.8 or higher.
    3940
     41= Installation =
    40421. Download Mountee.zip and unzip it.
    41432. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
    42443. Activate the plugin through the 'Plugins' screen in WordPress
    43454. Use the Settings->Plugin Name screen to configure the plugin
    44 5. Go to the [Hello Mountee Web site](http://hellomountee.com/) and download the Mac OS X App
    45 6. Install the Mac OS X App by moving the app to your Applications folder
    46 
     465. Install the Mac OS X App by moving the app to your Applications folder
    4747
    4848== Frequently Asked Questions ==
     
    6161
    6262= Is Mountee available for Windows? =
    63 No. We built Mountee to make things easier for our work developing EE and WordPress sites on a Mac and it relies on an OS X specific framework called “MacFuse.”
     63No. We built Mountee to make things easier for our work developing EE and WordPress sites on a Mac and it relies on an OS X specific framework called “MacFuse”.
    6464
    6565
     
    7575== Screenshots ==
    7676
    77 1. After installing the Mountee plugin/add-on, you can access the connection information from WordPress.
    78 2. From the Mountee application, you can enter your site connection information, test the connection, and then actually connect to the CMS.
    79 3. Once you’ve connected Mountee to WordPress, the templates will load as Finder files and folders you can access using your favorite coding applications.
     771. mountee_install_confirmation.png: After installing the Mountee plugin/add-on, you can access the connection information from your CMS.
     782. mountee_site.png: From the Mountee application, you can enter your site connection information, test the connection, and then actually connect to the CMS.
     793. mountee_drive.png: Once you’ve connected Mountee to WordPress, the templates will load as Finder files and folders you can access using your favorite coding applications.
    8080
    8181== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.