Changeset 1332101
- Timestamp:
- 01/20/2016 01:19:15 PM (10 years ago)
- Location:
- bbpress-simple-view-counts/trunk
- Files:
-
- 3 edited
-
admin-options.php (modified) (1 diff)
-
bbpress-simple-view-counts.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bbpress-simple-view-counts/trunk/admin-options.php
r1332098 r1332101 4 4 5 5 6 class PluginConfigPage {6 class svcPluginConfigPage { 7 7 8 8 private $options; -
bbpress-simple-view-counts/trunk/bbpress-simple-view-counts.php
r1332098 r1332101 48 48 49 49 require_once(WP_PLUGIN_DIR .'/bbpress-simple-view-counts/admin-options.php'); 50 $this->pluginConfigPage = new PluginConfigPage();50 $this->pluginConfigPage = new svcPluginConfigPage(); 51 51 52 52 register_activation_hook(__FILE__, array($this, 'activate')); -
bbpress-simple-view-counts/trunk/readme.txt
r1332098 r1332101 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.4.1 7 Stable tag: 0.2 7 Stable tag: 0.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 59 59 == Changelog == 60 60 61 = 0.2.1 = 62 Rename class to avoid clash in rare instance 63 61 64 = 0.2 = 62 65 Added member tracking. The plugin can now give a unique count of member views.
Note: See TracChangeset
for help on using the changeset viewer.