| @@ -27,9 +27,9 @@ | ||
| 27 | 27 | */ |
| 28 | 28 | class Visualizer_Plugin { |
| 29 | 29 | |
| 30 | 30 | const NAME = 'visualizer'; |
| 31 | - const VERSION = '3.3.0'; | |
| 31 | + const VERSION = '3.3.1'; | |
| 32 | 32 | |
| 33 | 33 | // custom post types |
| 34 | 34 | const CPT_VISUALIZER = 'visualizer'; |
| 35 | 35 | |
| @@ -89,9 +89,9 @@ | ||
| 89 | 89 | |
| 90 | 90 | const CF_CHART_URL = 'visualizer-chart-url'; |
| 91 | 91 | const CF_CHART_SCHEDULE = 'visualizer-chart-schedule'; |
| 92 | 92 | // Added by Ash/Upwork |
| 93 | - const PRO_TEASER_URL = 'http://themeisle.com/plugins/visualizer-charts-and-graphs-pro-addon/#pricing'; | |
| 93 | + const PRO_TEASER_URL = 'https://themeisle.com/plugins/visualizer-charts-and-graphs/upgrade/#pricing'; | |
| 94 | 94 | const PRO_TEASER_TITLE = 'Check PRO version '; |
| 95 | 95 | // Added by Ash/Upwork |
| 96 | 96 | /** |
| 97 | 97 | * Singletone instance of the plugin. |