Changeset 1269474
- Timestamp:
- 10/20/2015 01:51:27 PM (10 years ago)
- Location:
- ratings
- Files:
-
- 2 edited
-
tags/1.0.0/ratings.php (modified) (2 diffs)
-
trunk/ratings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ratings/tags/1.0.0/ratings.php
r1257747 r1269474 4 4 Plugin URI: ### 5 5 Description: Ratings widget - plugin to create Rating widget for website Visitors. 6 Version: 1.0 6 Version: 1.0.0 7 7 Author: Adminisrator 8 8 Author URI: ### … … 15 15 { 16 16 public $plugin_name = 'ratings'; 17 public $plugin_version = '1.0 ';17 public $plugin_version = '1.0.0'; 18 18 public $table_prefix = 'ratings_'; 19 19 -
ratings/trunk/ratings.php
r1257747 r1269474 4 4 Plugin URI: ### 5 5 Description: Ratings widget - plugin to create Rating widget for website Visitors. 6 Version: 1.0 6 Version: 1.0.0 7 7 Author: Adminisrator 8 8 Author URI: ### … … 15 15 { 16 16 public $plugin_name = 'ratings'; 17 public $plugin_version = '1.0 ';17 public $plugin_version = '1.0.0'; 18 18 public $table_prefix = 'ratings_'; 19 19
Note: See TracChangeset
for help on using the changeset viewer.