Changeset 3128378
- Timestamp:
- 07/30/2024 09:21:48 PM (20 months ago)
- Location:
- monetizer/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
monetizer.php (modified) (1 diff)
-
public/class-monetizer-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
monetizer/trunk/README.txt
r2788635 r3128378 3 3 Tags: ads, advertizing, monetization, push, push-notification, traffic monetization 4 4 Requires at least: 5.3 5 Tested up to: 6. 0.26 Stable tag: 1.0. 15 Tested up to: 6.6.1 6 Stable tag: 1.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 = 1.0.1 = 41 41 * 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 30 30 * Uses SemVer - https://semver.org 31 31 */ 32 define( 'MONETIZER_VERSION', '1.0. 0' );32 define( 'MONETIZER_VERSION', '1.0.2' ); 33 33 34 34 function activate_monetizer() { -
monetizer/trunk/public/class-monetizer-public.php
r2785865 r3128378 219 219 'wordBoundary' => true, 220 220 'group' => 'links', 221 'maxCount' => $max_count, // default -1, means no restriction221 'maxCount' => intval($max_count), // default -1, means no restriction 222 222 ]; 223 223 }
Note: See TracChangeset
for help on using the changeset viewer.