@@ -32,7 +32,7 @@ class PluginUpdate {
3232 /**
3333 * Check if the plugin is up to date.
3434 *
35- * @since x.x.x
35+ * @since 1.0.9
3636 * @return boolean
3737 */
3838 public function plugin_is_up_to_date (): bool {
@@ -46,7 +46,7 @@ public function plugin_is_up_to_date(): bool {
4646 /**
4747 * Helper function to check if update to $version is needed.
4848 *
49- * @since x.x.x
49+ * @since 1.0.9
5050 * @param string $version Version string for which we check if update is needed.
5151 * @return boolean
5252 */
@@ -63,7 +63,7 @@ private function version_needs_update( string $version ): bool {
6363 * happened. After the update procedure this will return the same version
6464 * as get_plugin_current_version().
6565 *
66- * @since x.x.x
66+ * @since 1.0.9
6767 * @return string
6868 */
6969 private function get_plugin_update_version (): string {
@@ -73,7 +73,7 @@ private function get_plugin_update_version(): string {
7373 /**
7474 * Returns the version of the plugin as defined in the main plugin file.
7575 *
76- * @since x.x.x
76+ * @since 1.0.9
7777 * @return string
7878 */
7979 private function get_plugin_current_version (): string {
@@ -84,7 +84,7 @@ private function get_plugin_current_version(): string {
8484 * After the update has been completed bump the previous version option to
8585 * the current version option.
8686 *
87- * @since x.x.x
87+ * @since 1.0.9
8888 * @return void
8989 */
9090 public function update_plugin_update_version_option (): void {
@@ -97,7 +97,7 @@ public function update_plugin_update_version_option(): void {
9797 /**
9898 * Update procedures entry point.
9999 *
100- * @since x.x.x
100+ * @since 1.0.9
101101 * @return void
102102 */
103103 public function maybe_update (): void {
@@ -144,7 +144,7 @@ public function maybe_update(): void {
144144 /**
145145 * Perform update procedures.
146146 *
147- * @since x.x.x
147+ * @since 1.0.9
148148 * @throws Throwable Update procedure failures.
149149 * @return void
150150 */
@@ -155,7 +155,7 @@ protected function perform_plugin_updates(): void {
155155 /**
156156 * Update procedure for the 1.0.9 version of the plugin.
157157 *
158- * @since x.x.x
158+ * @since 1.0.9
159159 * @throws Exception Verification error.
160160 * @return void
161161 */
0 commit comments