Plugin Directory

Changeset 788983


Ignore:
Timestamp:
10/16/2013 10:08:19 PM (12 years ago)
Author:
marcelioleal
Message:

new version 4.2

Location:
siteapps
Files:
4 edited
4 copied

Legend:

Unmodified
Added
Removed
  • siteapps/tags/4.2/readme.txt

    r773577 r788983  
    44Requires at least: 2.8
    55Tested up to: 3.5.1
    6 Stable tag: 4.1
     6Stable tag: 4.2
    77
    88Deliver a new experience to your visitors using SiteApps. You can install applications, use segmentation, and analyze/optimize your site.
     
    101101== ChangeLog ==
    102102
     103* 2013/10/16 - Small fix: erase '0' from siteapps tag
    103104* 2013/09/16 - Small fix upgrading from older version
    104105* 2013/09/10 - New Dashboard
     
    126127 
    127128== Upgrade Notice ==
     129
     130= 4.2 =
     131
     132* Small bug fix removing '0' from siteapps plugins not configured
    128133
    129134= 4.1 =
  • siteapps/tags/4.2/siteapps.php

    r773586 r788983  
    66Description: SiteApps is the optimization command center for the SMB website.  SiteApps is designed for you - the business owner - to update, enhance and optimize the most valuable asset of your digital presence.  This plugin automatically installs SiteApps on your WordPress site.
    77Author: Leandro Lages, Phillip Klien, Rafael Mauro, Marcelio Leal, Dhuan Carneiro, Gabriel Sapo
    8 Version: 4.1
     8Version: 4.2
    99Requires at least: 2.8
    1010Author URI: http://siteapps.com/
     
    3333define('SITEAPPS_IMAGES_DIR', dirname(__FILE__) . "/images/");
    3434define('SITEAPPS_PLUGIN_NAME', 'siteapps');
    35 define('SITEAPPS_VERSION', '4.1');
     35define('SITEAPPS_VERSION', '4.2');
    3636
    3737require_once(SITEAPPS_CLASS_DIR . 'SiteAppsPlugin.php');
  • siteapps/trunk/readme.txt

    r773577 r788983  
    44Requires at least: 2.8
    55Tested up to: 3.5.1
    6 Stable tag: 4.1
     6Stable tag: 4.2
    77
    88Deliver a new experience to your visitors using SiteApps. You can install applications, use segmentation, and analyze/optimize your site.
     
    101101== ChangeLog ==
    102102
     103* 2013/10/16 - Small fix: erase '0' from siteapps tag
    103104* 2013/09/16 - Small fix upgrading from older version
    104105* 2013/09/10 - New Dashboard
     
    126127 
    127128== Upgrade Notice ==
     129
     130= 4.2 =
     131
     132* Small bug fix removing '0' from siteapps plugins not configured
    128133
    129134= 4.1 =
  • siteapps/trunk/siteapps.php

    r773586 r788983  
    66Description: SiteApps is the optimization command center for the SMB website.  SiteApps is designed for you - the business owner - to update, enhance and optimize the most valuable asset of your digital presence.  This plugin automatically installs SiteApps on your WordPress site.
    77Author: Leandro Lages, Phillip Klien, Rafael Mauro, Marcelio Leal, Dhuan Carneiro, Gabriel Sapo
    8 Version: 4.1
     8Version: 4.2
    99Requires at least: 2.8
    1010Author URI: http://siteapps.com/
     
    3333define('SITEAPPS_IMAGES_DIR', dirname(__FILE__) . "/images/");
    3434define('SITEAPPS_PLUGIN_NAME', 'siteapps');
    35 define('SITEAPPS_VERSION', '4.1');
     35define('SITEAPPS_VERSION', '4.2');
    3636
    3737require_once(SITEAPPS_CLASS_DIR . 'SiteAppsPlugin.php');
Note: See TracChangeset for help on using the changeset viewer.