Plugin Directory

Changeset 1303187


Ignore:
Timestamp:
12/08/2015 07:06:39 PM (9 years ago)
Author:
benohead
Message:

tagging version 1.0.5

Location:
wp-advertize-it
Files:
1 added
4 edited
19 copied

Legend:

Unmodified
Added
Removed
  • wp-advertize-it/tags/1.0.5/bootstrap.php

    r1303169 r1303187  
    44Plugin URI:  https://wordpress.org/plugins/wp-advertize-it/
    55Description: A plugin to place adsense blocks on your site
    6 Version:     1.0.4
     6Version:     1.0.5
    77Author:      Henri Benoit, Alexander Herdt, amazingweb.de
    88Author URI:  http://benohead.com
  • wp-advertize-it/tags/1.0.5/classes/wp-advertize-it.php

    r1303169 r1303187  
    2424         * Plugin version
    2525         */
    26         const VERSION = '1.0.4';
     26        const VERSION = '1.0.5';
    2727        /**
    2828         * Prefix used to identify things related to this plugin
  • wp-advertize-it/tags/1.0.5/classes/wpai-db.php

    r1302762 r1303187  
    6666           
    6767            $table_name = $wpdb->prefix . "wpai_placements";
    68             $prepared = self::prepareUpdateObject($placement,['id']);
     68            $prepared = self::prepareUpdateObject($placement, array('id'));
    6969           
    7070            $rows_affected = $wpdb->update( $table_name, $prepared, array('id' => $placement['id']));
  • wp-advertize-it/tags/1.0.5/readme.txt

    r1303169 r1303187  
    55Requires at least: 4.2.3
    66Tested up to: 4.3.1
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    126126== Changelog ==
    127127
     128= 1.0.5 =
     129
     130* fixed one more compatibility issue with PHP 5.3
     131
    128132= 1.0.4 =
    129133
  • wp-advertize-it/trunk/bootstrap.php

    r1303169 r1303187  
    44Plugin URI:  https://wordpress.org/plugins/wp-advertize-it/
    55Description: A plugin to place adsense blocks on your site
    6 Version:     1.0.4
     6Version:     1.0.5
    77Author:      Henri Benoit, Alexander Herdt, amazingweb.de
    88Author URI:  http://benohead.com
  • wp-advertize-it/trunk/classes/wp-advertize-it.php

    r1303169 r1303187  
    2424         * Plugin version
    2525         */
    26         const VERSION = '1.0.4';
     26        const VERSION = '1.0.5';
    2727        /**
    2828         * Prefix used to identify things related to this plugin
  • wp-advertize-it/trunk/classes/wpai-db.php

    r1302762 r1303187  
    6666           
    6767            $table_name = $wpdb->prefix . "wpai_placements";
    68             $prepared = self::prepareUpdateObject($placement,['id']);
     68            $prepared = self::prepareUpdateObject($placement, array('id'));
    6969           
    7070            $rows_affected = $wpdb->update( $table_name, $prepared, array('id' => $placement['id']));
  • wp-advertize-it/trunk/readme.txt

    r1303169 r1303187  
    55Requires at least: 4.2.3
    66Tested up to: 4.3.1
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    126126== Changelog ==
    127127
     128= 1.0.5 =
     129
     130* fixed one more compatibility issue with PHP 5.3
     131
    128132= 1.0.4 =
    129133
Note: See TracChangeset for help on using the changeset viewer.