Changeset 3382898
- Timestamp:
- 10/22/2025 07:20:28 PM (9 months ago)
- Location:
- age-gate/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
age-gate.php (modified) (2 diffs)
-
src/Controller/ViewController.php (modified) (1 diff)
-
vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
age-gate/trunk/README.txt
r3324494 r3382898 6 6 Requires PHP: 7.4 7 7 Tested up to: 6.8 8 Stable tag: 3.7. 18 Stable tag: 3.7.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 77 77 == Changelog == 78 78 79 = 3.7.2 = 80 * Fixed - Template override with child themes 81 79 82 = 3.7.1 = 80 83 * Fixed - Fatal error when storing messages with a multilingual plugin -
age-gate/trunk/age-gate.php
r3324494 r3382898 5 5 * Plugin URI: https://agegate.io/ 6 6 * Description: A customisable age gate to block content from younger people 7 * Version: 3.7. 17 * Version: 3.7.2 8 8 * Requires at least: 6.0.0 9 9 * Requires PHP: 7.4 … … 22 22 define('AGE_GATE_PATH', plugin_dir_path(__FILE__)); 23 23 define('AGE_GATE_URL', plugin_dir_url(__FILE__)); 24 define('AGE_GATE_VERSION', '3.7. 1');24 define('AGE_GATE_VERSION', '3.7.2'); 25 25 define('AGE_GATE_SLUG', 'age-gate'); 26 26 -
age-gate/trunk/src/Controller/ViewController.php
r3320830 r3382898 26 26 public function __construct($settings = null, $content = null) 27 27 { 28 $theme = is_dir(get_template_directory() . '/age-gate') ? get_template_directory() . '/age-gate' : $this->empty; 28 29 $theme = is_dir(get_stylesheet_directory() . '/age-gate') ? get_stylesheet_directory() . '/age-gate' : $this->empty; 30 29 31 $settings = Settings::getInstance(); 30 32 -
age-gate/trunk/vendor/composer/installed.php
r3324494 r3382898 2 2 'root' => array( 3 3 'name' => 'asylum/wp-plugin-boilerplate', 4 'pretty_version' => '3.7. 1',5 'version' => '3.7. 1.0',6 'reference' => ' 7402a1c4f6ade391f7052a42d34adc444dbef40e',4 'pretty_version' => '3.7.2', 5 'version' => '3.7.2.0', 6 'reference' => 'd2f95731e3d4a00a9dc8418882ab57466f46b102', 7 7 'type' => 'project', 8 8 'install_path' => __DIR__ . '/../../', … … 76 76 ), 77 77 'asylum/wp-plugin-boilerplate' => array( 78 'pretty_version' => '3.7. 1',79 'version' => '3.7. 1.0',80 'reference' => ' 7402a1c4f6ade391f7052a42d34adc444dbef40e',78 'pretty_version' => '3.7.2', 79 'version' => '3.7.2.0', 80 'reference' => 'd2f95731e3d4a00a9dc8418882ab57466f46b102', 81 81 'type' => 'project', 82 82 'install_path' => __DIR__ . '/../../',
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](https://plugins.trac.wordpress.org/chrome/site/your_project_logo.png)