Changeset 2860299
- Timestamp:
- 02/04/2023 09:26:46 PM (3 years ago)
- Location:
- wp-abstracts-manuscripts-manager
- Files:
-
- 2 edited
-
tags/2.6.1/wpabstracts.php (modified) (2 diffs)
-
trunk/wpabstracts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-abstracts-manuscripts-manager/tags/2.6.1/wpabstracts.php
r2860295 r2860299 4 4 Plugin URI: http://www.wpabstracts.com 5 5 Description: Allow abstracts submissions on your site. Manage everything from events, abstracts, authors, reviews, attachments, notifications and more. 6 Version: 2.6. 06 Version: 2.6.1 7 7 Author: Kevon Adonis 8 8 Author URI: http://www.kevonadonis.com … … 14 14 define('WPABSTRACTS_ACCESS_LEVEL', 'manage_options'); 15 15 define('WPABSTRACTS_PLUGIN_DIR', dirname(__FILE__) . '/'); 16 define('WPABSTRACTS_VERSION', '2.6. 0');16 define('WPABSTRACTS_VERSION', '2.6.1'); 17 17 define('WPABSTRACTS_SECRET_KEY', '5a22d6e80bf870.68089106'); 18 18 register_activation_hook(__FILE__,'wpabstracts_install'); -
wp-abstracts-manuscripts-manager/trunk/wpabstracts.php
r2844963 r2860299 4 4 Plugin URI: http://www.wpabstracts.com 5 5 Description: Allow abstracts submissions on your site. Manage everything from events, abstracts, authors, reviews, attachments, notifications and more. 6 Version: 2.6. 06 Version: 2.6.1 7 7 Author: Kevon Adonis 8 8 Author URI: http://www.kevonadonis.com … … 14 14 define('WPABSTRACTS_ACCESS_LEVEL', 'manage_options'); 15 15 define('WPABSTRACTS_PLUGIN_DIR', dirname(__FILE__) . '/'); 16 define('WPABSTRACTS_VERSION', '2.6. 0');16 define('WPABSTRACTS_VERSION', '2.6.1'); 17 17 define('WPABSTRACTS_SECRET_KEY', '5a22d6e80bf870.68089106'); 18 18 register_activation_hook(__FILE__,'wpabstracts_install');
Note: See TracChangeset
for help on using the changeset viewer.