diff --git a/changelog.txt b/changelog.txt index af7d5721..0015a906 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +CAWeb 1.11.0 +- Added Custom Fields action +- Added Action during CAWeb Options + CAWeb 1.10.7 - Added register_meta for the Navigation Meta Fields, allowing these fields to be editable via Rest API diff --git a/inc/wp-login.php b/inc/login.php similarity index 100% rename from inc/wp-login.php rename to inc/login.php diff --git a/inc/options.php b/inc/options.php index 9af46070..469c0cbf 100644 --- a/inc/options.php +++ b/inc/options.php @@ -394,6 +394,8 @@ function caweb_save_options( $values = array(), $files = array() ) { update_option( $opt, $val ); } + do_action('caweb_save_options'); + print '

CAWeb Options have been updated.

'; } diff --git a/style.css b/style.css index 66d73919..6a2861b5 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Author: California Department of Technology Author URI: "https://github.com/CAWebPublishing/CAWeb/" Template: Divi - Version: 1.10.8 + Version: 1.11.0 Requires PHP: 8.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html