File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ class ConstantContact_Logging {
8686 /**
8787 * The logging directory name.
8888 *
89- * @since NEXT
89+ * @since 1.8.2
9090 * @var string
9191 */
9292 protected $ log_file_dir = 'ctct-logs ' ;
@@ -401,7 +401,7 @@ public function create_log_file() {
401401 * Retrieve logging file location.
402402 *
403403 * @author Rebekah Van Epps <rebekah.vanepps@webdevstudios.com>
404- * @since NEXT
404+ * @since 1.8.2
405405 *
406406 * @return string Logging file location.
407407 */
@@ -413,7 +413,7 @@ public function get_logging_location() {
413413 * Remove old logging directory and files for older plugin versions (<= 1.8.1).
414414 *
415415 * @author Rebekah Van Epps <rebekah.vanepps@webdevstudios.com>
416- * @since NEXT
416+ * @since 1.8.2
417417 *
418418 * @return void
419419 */
@@ -429,7 +429,7 @@ public function maybe_delete_old_log_dir() {
429429 * Remove current logging directory and files.
430430 *
431431 * @author Rebekah Van Epps <rebekah.vanepps@webdevstudios.com>
432- * @since NEXT
432+ * @since 1.8.2
433433 */
434434 public function delete_current_log_dir () {
435435 $ this ->delete_log_dir ( $ this ->log_location_dir );
@@ -439,7 +439,7 @@ public function delete_current_log_dir() {
439439 * Helper function to remove logging directory.
440440 *
441441 * @author Rebekah Van Epps <rebekah.vanepps@webdevstudios.com>
442- * @since NEXT
442+ * @since 1.8.2
443443 *
444444 * @return void
445445 */
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ private function delete_cron_hooks() {
178178 * Delete logging directory.
179179 *
180180 * @author Rebekah Van Epps <rebekah.vanepps@webdevstudios.com>
181- * @since NEXT
181+ * @since 1.8.2
182182 */
183183 private function delete_log_dir () {
184184 constant_contact ()->logging ->delete_current_log_dir ();
You can’t perform that action at this time.
0 commit comments