Changeset 2158184
- Timestamp:
- 09/18/2019 01:59:27 AM (7 years ago)
- Location:
- narnoo-operator-plugin/trunk
- Files:
-
- 2 edited
-
narnoo-operator.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
narnoo-operator-plugin/trunk/narnoo-operator.php
r2087283 r2158184 4 4 Plugin URI: http://narnoo.com/ 5 5 Description: Allows Wordpress users to manage and include their Narnoo media into their Wordpress site. You will need a Narnoo API key pair to include your Narnoo media. You can find this by logging into your account at Narnoo.com and going to Account -> View APPS. 6 Version: 2.2. 06 Version: 2.2.1 7 7 Author: Narnoo Wordpress developer 8 8 Author URI: http://www.narnoo.com/ … … 27 27 // plugin definitions 28 28 define( 'NARNOO_OPERATOR_PLUGIN_NAME', 'Narnoo Operator' ); 29 define( 'NARNOO_OPERATOR_CURRENT_VERSION', '2.2. 0' );29 define( 'NARNOO_OPERATOR_CURRENT_VERSION', '2.2.1' ); 30 30 define( 'NARNOO_OPERATOR_I18N_DOMAIN', 'narnoo-operator' ); 31 31 -
narnoo-operator-plugin/trunk/readme.txt
r2087283 r2158184 4 4 Tags: Tourism, Media, Web Service, Travel, Narnoo 5 5 Requires at least: 3.3 6 Tested up to: 5.2. 07 Stable tag: 2.2. 06 Tested up to: 5.2.3 7 Stable tag: 2.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.