Changeset 2545894
- Timestamp:
- 06/10/2021 10:36:27 PM (5 years ago)
- Location:
- quentn-wp/trunk
- Files:
-
- 4 edited
-
includes/class-quentn-wp-rest-api-controller.php (modified) (1 diff)
-
includes/class-quentn-wp.php (modified) (1 diff)
-
quentn-wp.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quentn-wp/trunk/includes/class-quentn-wp-rest-api-controller.php
r2398796 r2545894 80 80 add_action( 'rest_api_init', array( $this, 'register_page_routes' ) ); 81 81 82 $this->namespace = ' /quentn/api/v1';82 $this->namespace = 'quentn/api/v1'; 83 83 $this->create_user = '/users'; 84 84 $this->grant_access = '/pages/grant-access'; -
quentn-wp/trunk/includes/class-quentn-wp.php
r2483655 r2545894 75 75 $this->version = QUENTN_WP_VERSION; 76 76 } else { 77 $this->version = '1.1. 5';77 $this->version = '1.1.6'; 78 78 } 79 79 $this->plugin_name = 'quentn-wp'; -
quentn-wp/trunk/quentn-wp.php
r2483655 r2545894 17 17 * Plugin URI: https://docs.quentn.com/de/beta-quentn-wordpress-plugin/installieren-und-verbinden 18 18 * Description: This plugin allows you to restrict access to specific pages, create custom access links and create dynamic page countdowns. Optionally, you can connect your Quentn account to your WordPress installation to share contacts and manage access restrictions through Quentn. 19 * Version: 1.1. 519 * Version: 1.1.6 20 20 * Author: Quentn.com GmbH 21 21 * Author URI: https://quentn.com/ … … 35 35 define( "TABLE_QUENTN_RESTRICTIONS", 'qntn_restrictions' ); 36 36 define( "TABLE_QUENTN_USER_DATA", 'qntn_user_data' ); 37 define( 'QUENTN_WP_VERSION', '1.1. 5' );37 define( 'QUENTN_WP_VERSION', '1.1.6' ); 38 38 39 39 /** -
quentn-wp/trunk/readme.txt
r2483655 r2545894 3 3 Tags: Quentn, countdown, page restriction, email, elementor integration, email marketing tool, integration, email automation, marketing automation 4 4 Requires at least: 4.6.0 5 Tested up to: 5. 66 Stable tag: 1.1. 55 Tested up to: 5.7 6 Stable tag: 1.1.6 7 7 Requires PHP: 5.6.0 8 8 License: GPLv2 or later … … 66 66 67 67 == Changelog == 68 = 1.1.6 = 69 * Slash at start of the namespace of rest API route is removed. 70 68 71 = 1.1.5 = 69 72 * Improve the method of how cookie value is fetched to check page access permission. … … 122 125 == Upgrade Notice == 123 126 127 = 1.1.6 = 128 Thanks for using Quentn Plugin! Please update the plugin to improve the namespace of the rest API routes. 129 124 130 = 1.1.5 = 125 131 Thanks for using Quentn Plugin! Please update the plugin to improve handling of page access permission.
Note: See TracChangeset
for help on using the changeset viewer.