Changeset 2339069
- Timestamp:
- 07/11/2020 02:44:59 PM (6 years ago)
- Location:
- attachment-usage
- Files:
-
- 2 edited
-
tags/1.1/includes/class-attachment-usage.php (modified) (1 diff)
-
trunk/includes/class-attachment-usage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
attachment-usage/tags/1.1/includes/class-attachment-usage.php
r2339060 r2339069 22 22 $this->version = ATTACHMENT_USAGE_VERSION; 23 23 }else{ 24 $this->version = '1. 0.0';24 $this->version = '1.1'; 25 25 } 26 26 $this->plugin_name = 'attachment-usage'; -
attachment-usage/trunk/includes/class-attachment-usage.php
r2339060 r2339069 22 22 $this->version = ATTACHMENT_USAGE_VERSION; 23 23 }else{ 24 $this->version = '1. 0.0';24 $this->version = '1.1'; 25 25 } 26 26 $this->plugin_name = 'attachment-usage';
Note: See TracChangeset
for help on using the changeset viewer.