Changeset 769519
- Timestamp:
- 09/10/2013 03:10:45 AM (13 years ago)
- Location:
- siteapps
- Files:
-
- 4 edited
- 14 copied
-
tags/4.0 (copied) (copied from siteapps/trunk)
-
tags/4.0/classes/PluginConfig.php (copied) (copied from siteapps/trunk/classes/PluginConfig.php)
-
tags/4.0/classes/SiteAppsAdmin.php (copied) (copied from siteapps/trunk/classes/SiteAppsAdmin.php)
-
tags/4.0/classes/SiteAppsCallbacks.php (copied) (copied from siteapps/trunk/classes/SiteAppsCallbacks.php)
-
tags/4.0/classes/SiteAppsMessage.php (copied) (copied from siteapps/trunk/classes/SiteAppsMessage.php)
-
tags/4.0/classes/SiteAppsPages.php (copied) (copied from siteapps/trunk/classes/SiteAppsPages.php)
-
tags/4.0/classes/SiteAppsPlugin.php (copied) (copied from siteapps/trunk/classes/SiteAppsPlugin.php)
-
tags/4.0/classes/widget/SiteAppsWidget.php (copied) (copied from siteapps/trunk/classes/widget/SiteAppsWidget.php)
-
tags/4.0/css/style-admin.css (copied) (copied from siteapps/trunk/css/style-admin.css)
-
tags/4.0/js/siteapps-config.js (copied) (copied from siteapps/trunk/js/siteapps-config.js)
-
tags/4.0/readme.txt (modified) (3 diffs)
-
tags/4.0/siteapps.php (modified) (2 diffs)
-
tags/4.0/views/admin/home.php (copied) (copied from siteapps/trunk/views/admin/home.php)
-
tags/4.0/views/admin/settings.php (copied) (copied from siteapps/trunk/views/admin/settings.php)
-
tags/4.0/views/widgets/onload.php (copied) (copied from siteapps/trunk/views/widgets/onload.php)
-
tags/4.0/views/widgets/widget-options-new.php (copied) (copied from siteapps/trunk/views/widgets/widget-options-new.php)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/siteapps.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
siteapps/tags/4.0/readme.txt
r759664 r769519 4 4 Requires at least: 2.8 5 5 Tested up to: 3.5.1 6 Stable tag: 3.36 Stable tag: 4.0 7 7 8 8 Deliver a new experience to your visitors using SiteApps. You can install applications, use segmentation, and analyze/optimize your site. … … 101 101 == ChangeLog == 102 102 103 * 2013/09/10 - New Dashboard 104 * 2013/09/09 - Advanced expressions in widget configuration 103 105 * 2013/08/20 - Dashboard button can login 104 106 * 2013/08/20 - Small fix in messages … … 123 125 124 126 == Upgrade Notice == 127 128 = 4.0 = 129 130 * Daniel (our super designer) and Dhuan (our frontend developer) joined us to build a new interface. Now we have a elegant dashboard where you can: configure your plugin; login with one click; see your SiteApps segments; and see some recommended apps. 131 * Sapo (great javascript and python developer) helped us to add a great feature - the advanced expressions in WordPress widget configuration. This feature allows you create logical expressions with your SiteApps segments to personalize your WordPress site. 125 132 126 133 = 3.3 = -
siteapps/tags/4.0/siteapps.php
r759664 r769519 5 5 Plugin URI: http://siteapps.com/?utm_source=wordpress&utm_medium=plugin&utm_campaign=plugin_page 6 6 Description: 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. 7 Author: Leandro Lages, Rafael Mauro, Marcelio Leal, Dhuan Carneiro8 Version: 3.37 Author: Leandro Lages, Phillip Klien, Rafael Mauro, Marcelio Leal, Dhuan Carneiro, Gabriel Sapo 8 Version: 4.0 9 9 Requires at least: 2.8 10 10 Author URI: http://siteapps.com/ … … 33 33 define('SITEAPPS_IMAGES_DIR', dirname(__FILE__) . "/images/"); 34 34 define('SITEAPPS_PLUGIN_NAME', 'siteapps'); 35 define('SITEAPPS_VERSION', ' 3.3');35 define('SITEAPPS_VERSION', '4.0'); 36 36 37 37 require_once(SITEAPPS_CLASS_DIR . 'SiteAppsPlugin.php'); -
siteapps/trunk/readme.txt
r759664 r769519 4 4 Requires at least: 2.8 5 5 Tested up to: 3.5.1 6 Stable tag: 3.36 Stable tag: 4.0 7 7 8 8 Deliver a new experience to your visitors using SiteApps. You can install applications, use segmentation, and analyze/optimize your site. … … 101 101 == ChangeLog == 102 102 103 * 2013/09/10 - New Dashboard 104 * 2013/09/09 - Advanced expressions in widget configuration 103 105 * 2013/08/20 - Dashboard button can login 104 106 * 2013/08/20 - Small fix in messages … … 123 125 124 126 == Upgrade Notice == 127 128 = 4.0 = 129 130 * Daniel (our super designer) and Dhuan (our frontend developer) joined us to build a new interface. Now we have a elegant dashboard where you can: configure your plugin; login with one click; see your SiteApps segments; and see some recommended apps. 131 * Sapo (great javascript and python developer) helped us to add a great feature - the advanced expressions in WordPress widget configuration. This feature allows you create logical expressions with your SiteApps segments to personalize your WordPress site. 125 132 126 133 = 3.3 = -
siteapps/trunk/siteapps.php
r759664 r769519 5 5 Plugin URI: http://siteapps.com/?utm_source=wordpress&utm_medium=plugin&utm_campaign=plugin_page 6 6 Description: 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. 7 Author: Leandro Lages, Rafael Mauro, Marcelio Leal, Dhuan Carneiro8 Version: 3.37 Author: Leandro Lages, Phillip Klien, Rafael Mauro, Marcelio Leal, Dhuan Carneiro, Gabriel Sapo 8 Version: 4.0 9 9 Requires at least: 2.8 10 10 Author URI: http://siteapps.com/ … … 33 33 define('SITEAPPS_IMAGES_DIR', dirname(__FILE__) . "/images/"); 34 34 define('SITEAPPS_PLUGIN_NAME', 'siteapps'); 35 define('SITEAPPS_VERSION', ' 3.3');35 define('SITEAPPS_VERSION', '4.0'); 36 36 37 37 require_once(SITEAPPS_CLASS_DIR . 'SiteAppsPlugin.php');
Note: See TracChangeset
for help on using the changeset viewer.