Plugin Directory

Changeset 1834582


Ignore:
Timestamp:
03/06/2018 02:49:31 PM (8 years ago)
Author:
Affilinet
Message:

Version 1.9.2
Fix: Update ads.txt on Plugin activation

Location:
affilinet-performance-module
Files:
74 added
3 edited
3 copied

Legend:

Unmodified
Added
Removed
  • affilinet-performance-module/tags/1.9.2/affilinet.php

    r1834496 r1834582  
    44Plugin Name: affilinet Performance Ads
    55Description: Integrate our data driven and automated performance display plugin into your WordPress platform and serve your users targeted ads in real time.
    6 Version: 1.9.1
     6Version: 1.9.2
    77Author: affilinet
    88Author URI: https://www.affili.net/de/publisher/tools/performance-ads
  • affilinet-performance-module/tags/1.9.2/readme.txt

    r1834496 r1834582  
    44Requires at least: 3.0.1
    55Tested up to: 4.9
    6 Stable tag: 1.9.1
     6Stable tag: 1.9.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181
    8282
     83= 1.9.2 =
     84* Release Date: March 6, 2018
     85* Fix: Update ads.txt on Plugin activation
     86
    8387= 1.9.1 =
    8488* Release Date: March 6, 2018
  • affilinet-performance-module/trunk/affilinet.php

    r1834495 r1834582  
    44Plugin Name: affilinet Performance Ads
    55Description: Integrate our data driven and automated performance display plugin into your WordPress platform and serve your users targeted ads in real time.
    6 Version: 1.9.1
     6Version: 1.9.2
    77Author: affilinet
    88Author URI: https://www.affili.net/de/publisher/tools/performance-ads
  • affilinet-performance-module/trunk/classes/Plugin.php

    r1834495 r1834582  
    66    public function __construct()
    77    {
     8        register_activation_hook( AFFILINET_PLUGIN_FILE, array( $this,  'plugin_upgraded'));
     9
    810        add_action('admin_init', array($this, 'admin_init'));
    911        add_action('admin_menu', array($this, 'admin_menu'));
  • affilinet-performance-module/trunk/readme.txt

    r1834495 r1834582  
    44Requires at least: 3.0.1
    55Tested up to: 4.9
    6 Stable tag: 1.9.1
     6Stable tag: 1.9.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181
    8282
     83= 1.9.2 =
     84* Release Date: March 6, 2018
     85* Fix: Update ads.txt on Plugin activation
     86
    8387= 1.9.1 =
    8488* Release Date: March 6, 2018
Note: See TracChangeset for help on using the changeset viewer.