Changeset 1904431
- Timestamp:
- 07/05/2018 09:30:36 AM (8 years ago)
- Location:
- qibla-directory/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
src/Plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
qibla-directory/trunk/index.php
r1828780 r1904431 5 5 * @link http://www.southemes.com 6 6 * @package QiblaDirectory 7 * @version 1.1. 17 * @version 1.1.2 8 8 * 9 9 * @wordpress-plugin … … 11 11 * Plugin URI: https://southemes.com/demos/qiblaplugin/qibladirectory-free/ 12 12 * Description: The Listings Directory Plugin 13 * Version: 1.1. 113 * Version: 1.1.2 14 14 * Author: App&Map <luca@appandmap.com> 15 15 * Author URI: http://appandmap.com/en/ -
qibla-directory/trunk/src/Plugin.php
r1829226 r1904431 43 43 * @var string The plugin current version 44 44 */ 45 const PLUGIN_VERSION = '1.1. 1';45 const PLUGIN_VERSION = '1.1.2'; 46 46 47 47 /**
Note: See TracChangeset
for help on using the changeset viewer.