Changeset 2905273
- Timestamp:
- 04/27/2023 05:58:00 PM (3 years ago)
- Location:
- sumome
- Files:
-
- 58 added
- 3 edited
-
tags/1.32 (added)
-
tags/1.32/Readme.txt (added)
-
tags/1.32/classes (added)
-
tags/1.32/classes/class_sumome.php (added)
-
tags/1.32/images (added)
-
tags/1.32/images/apps-bg.png (added)
-
tags/1.32/images/appsumo-logo.png (added)
-
tags/1.32/images/checkmark.png (added)
-
tags/1.32/images/facebook.png (added)
-
tags/1.32/images/icon.png (added)
-
tags/1.32/images/instagram.png (added)
-
tags/1.32/images/modal-close.png (added)
-
tags/1.32/images/popup-login-header.png (added)
-
tags/1.32/images/step2-browser.gif (added)
-
tags/1.32/images/step3-browser.gif (added)
-
tags/1.32/images/store-bg.png (added)
-
tags/1.32/images/sumo-banner.jpg (added)
-
tags/1.32/images/sumome-banner.jpg (added)
-
tags/1.32/images/sumome-loading.gif (added)
-
tags/1.32/images/sumome-site-badge.png (added)
-
tags/1.32/images/sumome-site-clients-4hourworkweek.png (added)
-
tags/1.32/images/sumome-site-clients-airbnb.png (added)
-
tags/1.32/images/sumome-site-clients-artofman.png (added)
-
tags/1.32/images/sumome-site-clients-beachbody.png (added)
-
tags/1.32/images/sumome-site-clients-chive.png (added)
-
tags/1.32/images/sumome-site-clients-entrepreneur.png (added)
-
tags/1.32/images/sumome-site-clients-tonyrobbins.png (added)
-
tags/1.32/images/sumome-site-highlighter.png (added)
-
tags/1.32/images/sumome-site-install.png (added)
-
tags/1.32/images/sumome-site-listbuilder.png (added)
-
tags/1.32/images/sumome-site-site.png (added)
-
tags/1.32/images/sumome-site-store.png (added)
-
tags/1.32/images/sumome-site-team.jpg (added)
-
tags/1.32/images/sumome-site-team.png (added)
-
tags/1.32/images/sumome-site-tweet.png (added)
-
tags/1.32/images/sumome-site-welcome-graph.png (added)
-
tags/1.32/images/sumome-site-welcome-header.jpg (added)
-
tags/1.32/images/sumome-site-welcome1.png (added)
-
tags/1.32/images/sumome-site-welcome2.png (added)
-
tags/1.32/images/sumome-site-welcome3.png (added)
-
tags/1.32/images/sumome_crown.png (added)
-
tags/1.32/images/twitter.png (added)
-
tags/1.32/js (added)
-
tags/1.32/js/general.php (added)
-
tags/1.32/js/preload.php (added)
-
tags/1.32/styles (added)
-
tags/1.32/styles/media.css (added)
-
tags/1.32/styles/statistics.css (added)
-
tags/1.32/styles/styles.css (added)
-
tags/1.32/sumome.php (added)
-
tags/1.32/views (added)
-
tags/1.32/views/footer.php (added)
-
tags/1.32/views/landing.php (added)
-
tags/1.32/views/main.php (added)
-
tags/1.32/views/popup.php (added)
-
tags/1.32/views/siteID.php (added)
-
tags/1.32/views/statistics.php (added)
-
tags/1.32/views/wordpress-dashboard-welcome-page.php (added)
-
trunk/Readme.txt (modified) (2 diffs)
-
trunk/classes/class_sumome.php (modified) (5 diffs)
-
trunk/sumome.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sumome/trunk/Readme.txt
r2521793 r2905273 3 3 Tags: ecommerce, marketing, WooCommerce, email marketing, marketing strategies, analytics, campaign monitor, click to tweet, contact form, content analytics, convertkit, drip, email form, ExactTarget, exit-intent, Facebook, facebook share, FeedBlitz, floating social buttons, growth, heat map, heatmaps, Hubspot, image sharing, inbound marketing, Inbox First, infusionsoft, landing page, lightbox, links, mailchimp, mailerlite, mailing list, mailjet, MyEmma, MyNewsletterBuilder, newsletter, Ontraport, pardot, popup, sailthru, scroll box, share, share buttons, share image, sharebar, sharing, site traffic, sms, social, social bookmarking, social media buttons, social plugin, social sharing, subscribers, subscription, traffic growth, tweet button, twitter, twitter share, vero, vertical response, welcome mat, WhatCounts, widget, zapier 4 4 Requires at least: 3.0.1 5 Tested up to: 5.7.16 Stable tag: 1.3 15 Tested up to: 6.2 6 Stable tag: 1.32 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 201 201 * Tested up to the newest Wordpress version. 202 202 203 = 1.32 = 204 * Fix some issues related to PHP 8. 205 203 206 == Upgrade Notice == 204 207 -
sumome/trunk/classes/class_sumome.php
r1912507 r2905273 1 1 <?php 2 2 class WP_Plugin_SumoMe { 3 public $dataSumoPlatform; 4 3 5 public function __construct() { 4 6 add_action('wp_ajax_sumome_main', array($this, 'ajax_sumome_main')); … … 30 32 } 31 33 32 public function activate_SumoMe_plugin() {33 WP_Plugin_SumoMe::upgrade_manual_sumome_installation();34 public static function activate_SumoMe_plugin() { 35 //WP_Plugin_SumoMe::upgrade_manual_sumome_installation(); 34 36 WP_Plugin_SumoMe::ajax_sumome_show_dashboard_overlay(); 35 37 } 36 38 37 public function deactivate_SumoMe_plugin() {39 public static function deactivate_SumoMe_plugin() { 38 40 WP_Plugin_SumoMe::ajax_sumome_show_dashboard_overlay(); 39 41 } … … 70 72 } 71 73 72 add_submenu_page( null, 'SiteID', 'SiteID', 'manage_options', 'sumo-siteID', array($this, 'sumome_render_siteID_page'));74 add_submenu_page('sumo', 'SiteID', 'SiteID', 'manage_options', 'sumo-siteID', array($this, 'sumome_render_siteID_page')); 73 75 } 74 76 … … 126 128 } 127 129 128 public function upgrade_manual_sumome_installation() {130 public static function upgrade_manual_sumome_installation() { 129 131 $wpThemeFiles=array("header","footer"); 130 132 foreach ($wpThemeFiles as $wpThemeFile) { … … 271 273 } 272 274 273 public function ajax_sumome_show_dashboard_overlay() {275 public static function ajax_sumome_show_dashboard_overlay() { 274 276 update_option('sumome_hide_dashboard_overlay', 0); 275 277 } -
sumome/trunk/sumome.php
r2101984 r2905273 4 4 Plugin URI: https://sumo.com 5 5 Description: Free Tools to automate your site growth from Sumo.com 6 Version: 1.3 16 Version: 1.32 7 7 Author: SumoMe 8 8 Author URI: https://www.Sumo.com
Note: See TracChangeset
for help on using the changeset viewer.