Plugin Directory

Changeset 1810106


Ignore:
Timestamp:
01/26/2018 05:13:05 PM (8 years ago)
Author:
aklamator
Message:

Warning fixed when dragging widget

Location:
aklamator-woocommerce-promotion
Files:
5 edited
11 copied

Legend:

Unmodified
Added
Removed
  • aklamator-woocommerce-promotion/tags/2.1.1/aklamator-woocommerce-promotion.php

    r1804661 r1810106  
    44Plugin URI: https://www.aklamator.com/wordpress
    55Description: Aklamator Woocommerce Promotion service enables you to sell PR announcements, cross promote web sites using RSS feed and provide new services to your clients in digital advertising.
    6 Version: 2.1
     6Version: 2.1.1
    77Author: Aklamator
    88Author URI: https://www.aklamator.com/
  • aklamator-woocommerce-promotion/tags/2.1.1/includes/class-aklamatorWoo-pr.php

    r1804661 r1810106  
    233233
    234234        $this->aklamator_url = "https://aklamator.com/";
    235 //        $this->aklamator_url = "http://127.0.0.1/aklamator/www/";
     235//        $this->aklamator_url = "http://192.168.5.60/aklamator/www/";
    236236        $this->application_id = get_option('aklamatorWooApplicationID');
    237237
  • aklamator-woocommerce-promotion/tags/2.1.1/includes/class-aklamatorWoo-widget-pr.php

    r1791451 r1810106  
    6161        $title = strip_tags( $instance['title'] );
    6262        $content = $instance['content'];
    63         $widget_id = $instance['widget_id'];
     63        $widget_id = isset($instance['widget_id']) ? $instance['widget_id'] : "";
    6464
    6565
  • aklamator-woocommerce-promotion/tags/2.1.1/readme.txt

    r1804661 r1810106  
    55Requires at least: 3.0.1
    66Tested up to: 4.9.2
    7 Stable tag: 2.1
     7Stable tag: 2.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4949
    5050== Installation ==
     51**How to activate and use Aklamator Woocommerce Promotion on your wordpress website?**
    5152
    52 **How to activate and use Aklamator on your wordpress website, after plugin installation **
     53**1. step** : Get Aklamator Woocommerce Promotion wordpress plugin :
     54Login to your wordpress dashboard as administrator, go to Plugins> Add New and type "Aklamator Woocommerce Promotion", click install!
     55or manually :
     56            * [get plugin](https://wordpress.org/plugins/aklamator-woocommerce-promotion/) and
     57            * Upload and unzip plugin to the `/wp-content/plugins/` directory
     58            * Activate the Aklamator Woocommerce Promotion wordpress plugin through the 'Plugins' menu in WordPress
    5359
    54 **1. step** : Click on red button "Create your FREE account" and get free Aklamator account.
     60Go to your WordPress administration panel, go to plugins and settings for Aklamator Woocommerce Promotion wordpress plugin.
     61
     62**2. step** : Click on red button "Create your FREE account" and get free Aklamator account.
    5563After submitting registration form you will get verification email with activation link (please check SPAM folder if it is missing).
    5664Click on activation link in received email. Now your Application ID should be autofilled, just click SAVE to proceed.
     
    6068Widget is 4x1 150x150px. If you want to change widget dimensions you can do that by logging to [Aklamator web](https://aklamator.com/login)
    6169
    62 **2. step OPTIONAL** :
     70**3. step OPTIONAL** :
    6371Optionally if you didn't get Application ID in previous step you can copy paste it manually
    6472[Sign in](https://aklamator.com/login) and get your Aklamator Application ID
    6573After logging in, go to your profile and copy Application ID from Aklamator and paste it in wordpress plugin.
    6674
    67 **WELL DONE!** Aklamator is now active on your Wordpress website and you should be able to see available aklamator widgets in the bottom half of the screen.
     75**WELL DONE!** Aklamator Woocommerce Promotion is now active on your Wordpress website and you should be able to see available aklamator widgets in the bottom half of the screen.
    6876
    6977
     
    109117
    110118
     119== Changelog ==
    111120
    112 == Changelog ==
     121= 2.1.1 =
     122* Warning fixed when dragging widget
     123
    113124= 2.1 =
    114125* Simplified user creation and automatic Application ID fetching.
  • aklamator-woocommerce-promotion/trunk/aklamator-woocommerce-promotion.php

    r1804661 r1810106  
    44Plugin URI: https://www.aklamator.com/wordpress
    55Description: Aklamator Woocommerce Promotion service enables you to sell PR announcements, cross promote web sites using RSS feed and provide new services to your clients in digital advertising.
    6 Version: 2.1
     6Version: 2.1.1
    77Author: Aklamator
    88Author URI: https://www.aklamator.com/
  • aklamator-woocommerce-promotion/trunk/includes/class-aklamatorWoo-pr.php

    r1804661 r1810106  
    233233
    234234        $this->aklamator_url = "https://aklamator.com/";
    235 //        $this->aklamator_url = "http://127.0.0.1/aklamator/www/";
     235//        $this->aklamator_url = "http://192.168.5.60/aklamator/www/";
    236236        $this->application_id = get_option('aklamatorWooApplicationID');
    237237
  • aklamator-woocommerce-promotion/trunk/includes/class-aklamatorWoo-widget-pr.php

    r1791451 r1810106  
    6161        $title = strip_tags( $instance['title'] );
    6262        $content = $instance['content'];
    63         $widget_id = $instance['widget_id'];
     63        $widget_id = isset($instance['widget_id']) ? $instance['widget_id'] : "";
    6464
    6565
  • aklamator-woocommerce-promotion/trunk/readme.txt

    r1804661 r1810106  
    55Requires at least: 3.0.1
    66Tested up to: 4.9.2
    7 Stable tag: 2.1
     7Stable tag: 2.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4949
    5050== Installation ==
     51**How to activate and use Aklamator Woocommerce Promotion on your wordpress website?**
    5152
    52 **How to activate and use Aklamator on your wordpress website, after plugin installation **
     53**1. step** : Get Aklamator Woocommerce Promotion wordpress plugin :
     54Login to your wordpress dashboard as administrator, go to Plugins> Add New and type "Aklamator Woocommerce Promotion", click install!
     55or manually :
     56            * [get plugin](https://wordpress.org/plugins/aklamator-woocommerce-promotion/) and
     57            * Upload and unzip plugin to the `/wp-content/plugins/` directory
     58            * Activate the Aklamator Woocommerce Promotion wordpress plugin through the 'Plugins' menu in WordPress
    5359
    54 **1. step** : Click on red button "Create your FREE account" and get free Aklamator account.
     60Go to your WordPress administration panel, go to plugins and settings for Aklamator Woocommerce Promotion wordpress plugin.
     61
     62**2. step** : Click on red button "Create your FREE account" and get free Aklamator account.
    5563After submitting registration form you will get verification email with activation link (please check SPAM folder if it is missing).
    5664Click on activation link in received email. Now your Application ID should be autofilled, just click SAVE to proceed.
     
    6068Widget is 4x1 150x150px. If you want to change widget dimensions you can do that by logging to [Aklamator web](https://aklamator.com/login)
    6169
    62 **2. step OPTIONAL** :
     70**3. step OPTIONAL** :
    6371Optionally if you didn't get Application ID in previous step you can copy paste it manually
    6472[Sign in](https://aklamator.com/login) and get your Aklamator Application ID
    6573After logging in, go to your profile and copy Application ID from Aklamator and paste it in wordpress plugin.
    6674
    67 **WELL DONE!** Aklamator is now active on your Wordpress website and you should be able to see available aklamator widgets in the bottom half of the screen.
     75**WELL DONE!** Aklamator Woocommerce Promotion is now active on your Wordpress website and you should be able to see available aklamator widgets in the bottom half of the screen.
    6876
    6977
     
    109117
    110118
     119== Changelog ==
    111120
    112 == Changelog ==
     121= 2.1.1 =
     122* Warning fixed when dragging widget
     123
    113124= 2.1 =
    114125* Simplified user creation and automatic Application ID fetching.
Note: See TracChangeset for help on using the changeset viewer.