Changeset 3067813
- Timestamp:
- 04/09/2024 05:07:39 PM (2 years ago)
- Location:
- sort-me-this
- Files:
-
- 2 edited
-
tags/1.1/sort-me-this.php (modified) (2 diffs)
-
trunk/sort-me-this.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sort-me-this/tags/1.1/sort-me-this.php
r3067807 r3067813 10 10 * Plugin Name: SortMeThis 11 11 * Description: This plugin allows you to fully manage, filter and organize your media in easy way. 12 * Version: 1. 0.112 * Version: 1.1 13 13 * Author: Algaweb 14 14 * Author URI: http://algaweb.it/ … … 27 27 * Currently plugin version. 28 28 */ 29 define( 'SMET_VERSION', '1. 0.0' );29 define( 'SMET_VERSION', '1.1' ); 30 30 31 31 /** -
sort-me-this/trunk/sort-me-this.php
r2423003 r3067813 10 10 * Plugin Name: SortMeThis 11 11 * Description: This plugin allows you to fully manage, filter and organize your media in easy way. 12 * Version: 1. 0.112 * Version: 1.1 13 13 * Author: Algaweb 14 14 * Author URI: http://algaweb.it/ … … 27 27 * Currently plugin version. 28 28 */ 29 define( 'SMET_VERSION', '1. 0.0' );29 define( 'SMET_VERSION', '1.1' ); 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.