| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | Plugin Name: WP Docs |
| 4 | 4 | Plugin URI: http://androidbubble.com/blog/wp-docs |
| 5 | 5 | Description: A documents management tool for education portals. |
| 6 | 6 | Author: Fahad Mahmood |
| 7 | -Version: 2.3.2 | |
| 7 | +Version: 2.3.3 | |
| 8 | 8 | Text Domain: wp-docs |
| 9 | 9 | Domain Path: /languages |
| 10 | 10 | Author URI: https://profiles.wordpress.org/fahadmahmood/ |
| 11 | 11 | License: GPL2 |
| @@ -50,9 +50,9 @@ | ||
| 50 | 50 | |
| 51 | 51 | $wp_docs_tabs = in_array( 'wp-responsive-tabs/index.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ; |
| 52 | 52 | |
| 53 | 53 | |
| 54 | - $wpdocs_premium_link = 'https://shop.androidbubbles.com/product/wp-docs-pro';//https://shop.androidbubble.com/products/wordpress-plugin?variant=36439508320411';// | |
| 54 | + $wpdocs_premium_link = 'https://shop.androidbubbles.com/product/wp-docs';//https://shop.androidbubble.com/products/wordpress-plugin?variant=36439508320411';// | |
| 55 | 55 | |
| 56 | 56 | |
| 57 | 57 | $wpdocs_pro_file = $wpdocs_dir.'pro/wp-docs-pro.php'; |
| 58 | 58 | |