Changeset 3353227
- Timestamp:
- 08/31/2025 05:12:42 AM (7 months ago)
- File:
-
- 1 edited
-
wp-postviews/trunk/wp-postviews.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-postviews/trunk/wp-postviews.php
r3353225 r3353227 4 4 Plugin URI: https://lesterchan.net/portfolio/programming/php/ 5 5 Description: Enables you to display how many times a post/page had been viewed. 6 Version: 1.7 76 Version: 1.78 7 7 Author: Lester 'GaMerZ' Chan 8 8 Author URI: https://lesterchan.net … … 12 12 13 13 /* 14 Copyright 202 3Lester Chan (email : lesterchan@gmail.com)14 Copyright 2025 Lester Chan (email : lesterchan@gmail.com) 15 15 16 16 This program is free software; you can redistribute it and/or modify … … 30 30 31 31 ### WP-PostViews Version 32 define( 'WP_POSTVIEWS_VERSION', '1.7 7' );32 define( 'WP_POSTVIEWS_VERSION', '1.78' ); 33 33 34 34 ### Create Text Domain For Translations
Note: See TracChangeset
for help on using the changeset viewer.