Plugin Directory

Changeset 3128378


Ignore:
Timestamp:
07/30/2024 09:21:48 PM (20 months ago)
Author:
monetizerdev
Message:

Updates and fixes for Wordpress 6.6.1

Location:
monetizer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • monetizer/trunk/README.txt

    r2788635 r3128378  
    33Tags: ads, advertizing, monetization, push, push-notification, traffic monetization
    44Requires at least: 5.3
    5 Tested up to: 6.0.2
    6 Stable tag: 1.0.1
     5Tested up to: 6.6.1
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040= 1.0.1 =
    4141* Update field descriptions on the plugin settings page.
     42
     43= 1.0.2 =
     44* Update plugin for Wordpress 6.6.1.
  • monetizer/trunk/monetizer.php

    r2785865 r3128378  
    3030 * Uses SemVer - https://semver.org
    3131 */
    32 define( 'MONETIZER_VERSION', '1.0.0' );
     32define( 'MONETIZER_VERSION', '1.0.2' );
    3333
    3434function activate_monetizer() {
  • monetizer/trunk/public/class-monetizer-public.php

    r2785865 r3128378  
    219219                'wordBoundary' => true,
    220220                'group' => 'links',
    221                 'maxCount' => $max_count, // default -1, means no restriction
     221                'maxCount' => intval($max_count), // default -1, means no restriction
    222222            ];
    223223        }
Note: See TracChangeset for help on using the changeset viewer.