Changeset 861723
- Timestamp:
- 02/20/2014 03:25:14 PM (12 years ago)
- Location:
- siteapps
- Files:
-
- 2 edited
- 10 copied
-
tags/4.5 (copied) (copied from siteapps/trunk)
-
tags/4.5/classes/PluginConfig.php (copied) (copied from siteapps/trunk/classes/PluginConfig.php)
-
tags/4.5/classes/SiteAppsAdmin.php (copied) (copied from siteapps/trunk/classes/SiteAppsAdmin.php)
-
tags/4.5/classes/SiteAppsCallbacks.php (copied) (copied from siteapps/trunk/classes/SiteAppsCallbacks.php)
-
tags/4.5/classes/SiteAppsMessage.php (copied) (copied from siteapps/trunk/classes/SiteAppsMessage.php)
-
tags/4.5/classes/SiteAppsPages.php (copied) (copied from siteapps/trunk/classes/SiteAppsPages.php)
-
tags/4.5/images/salogo1.png (copied) (copied from siteapps/trunk/images/salogo1.png)
-
tags/4.5/readme.txt (copied) (copied from siteapps/trunk/readme.txt) (3 diffs)
-
tags/4.5/siteapps.php (copied) (copied from siteapps/trunk/siteapps.php) (2 diffs)
-
tags/4.5/views/admin/settings.php (copied) (copied from siteapps/trunk/views/admin/settings.php)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/siteapps.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
siteapps/tags/4.5/readme.txt
r861204 r861723 4 4 Requires at least: 2.8 5 5 Tested up to: 3.5.1 6 Stable tag: 4. 46 Stable tag: 4.5 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 * 2014/02/20 - Change error message style in SiteApps Settings Page 103 104 * 2014/02/13 - Add an option for Cloud Flare 104 105 * 2013/01/09 - Add css and js only in SiteApps Settings Page. … … 131 132 == Upgrade Notice == 132 133 134 = 4.5 = 135 136 * Style Changes in Settings Page 137 133 138 = 4.4 = 134 139 -
siteapps/tags/4.5/siteapps.php
r861204 r861723 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 7 Author: Leandro Lages, Phillip Klien, Rafael Mauro, Marcelio Leal, Gabriel Sapo (SiteApps Team 2014) 8 Version: 4. 48 Version: 4.5 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', '4. 4');35 define('SITEAPPS_VERSION', '4.5'); 36 36 37 37 require_once(SITEAPPS_CLASS_DIR . 'SiteAppsPlugin.php'); -
siteapps/trunk/readme.txt
r861204 r861723 4 4 Requires at least: 2.8 5 5 Tested up to: 3.5.1 6 Stable tag: 4. 46 Stable tag: 4.5 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 * 2014/02/20 - Change error message style in SiteApps Settings Page 103 104 * 2014/02/13 - Add an option for Cloud Flare 104 105 * 2013/01/09 - Add css and js only in SiteApps Settings Page. … … 131 132 == Upgrade Notice == 132 133 134 = 4.5 = 135 136 * Style Changes in Settings Page 137 133 138 = 4.4 = 134 139 -
siteapps/trunk/siteapps.php
r861204 r861723 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 7 Author: Leandro Lages, Phillip Klien, Rafael Mauro, Marcelio Leal, Gabriel Sapo (SiteApps Team 2014) 8 Version: 4. 48 Version: 4.5 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', '4. 4');35 define('SITEAPPS_VERSION', '4.5'); 36 36 37 37 require_once(SITEAPPS_CLASS_DIR . 'SiteAppsPlugin.php');
Note: See TracChangeset
for help on using the changeset viewer.