Changeset 1996377
- Timestamp:
- 12/17/2018 12:34:28 PM (7 years ago)
- Location:
- qibla-events/tags/1.0.2
- Files:
-
- 3 edited
-
index.php (modified) (2 diffs)
-
src/Functions/Kses.php (modified) (1 diff)
-
src/Plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
qibla-events/tags/1.0.2/index.php
r1996350 r1996377 5 5 * @link http://www.southemes.com 6 6 * @package QiblaEvents 7 * @version 1.0. 17 * @version 1.0.2 8 8 * 9 9 * @wordpress-plugin … … 11 11 * Plugin URI: https://southemes.com/demos/qiblaplugin/qibla-events/ 12 12 * Description: Qibla events is a completely free event listing plugin for WordPress. Use Qibla events plugin if you want to install an event archive or directory within your site. 13 * Version: 1.0. 113 * Version: 1.0.2 14 14 * Author: App&Map <luca@appandmap.com> 15 15 * Author URI: http://appandmap.com/en/ -
qibla-events/tags/1.0.2/src/Functions/Kses.php
r1996350 r1996377 226 226 * @see https://make.wordpress.org/core/2018/12/13/backwards-compatibility-breaks-in-5-0-1/ 227 227 * 228 * @since 2.6.2228 * @since 1.0.2 229 229 */ 230 230 // Form attributes. -
qibla-events/tags/1.0.2/src/Plugin.php
r1996350 r1996377 43 43 * @var string The plugin current version 44 44 */ 45 const PLUGIN_VERSION = '1.0. 1';45 const PLUGIN_VERSION = '1.0.2'; 46 46 47 47 /**
Note: See TracChangeset
for help on using the changeset viewer.